merge GHC HEAD
[ghc-hetmet.git] / compiler / nativeGen / X86 / Regs.hs
2011-05-04 Simon Marlowexpand/fix comment about x86-64 registers
2011-04-30 Edward Z. YangRemove dead Alpha native backend.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-06-23 benl@ouroborus.netNCG: Fix off-by-one error in realRegSqueeze
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-15 Ben.Lippmeier@anu... Fix build for non-x86 architectures
2010-02-05 Simon MarlowFix a bug introduced in the SSE2 support: callClobbered...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-27 Ben.Lippmeier.anu... Follow vreg/hreg patch in X86_64 NCG
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Split MachRegs.hs into arch specific modules