merge GHC HEAD
[ghc-hetmet.git] / compiler / nativeGen / X86 / Instr.hs
2011-05-29 Ian LynaghRemove most of the CPP from AsmCodeGen
2011-05-04 Simon MarlowThe fix for #4914 was wrong and broke other things...
2011-04-27 Edward Z. YangImplement jump table fix-ups for linear register allocator.
2011-03-30 Simon Marlowimplement double-to-float narrowing in the x86 NCG...
2011-03-25 Simon MarlowFix #4914 (I hope)
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-07 Simon Marlowcomment updates
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-07-07 Ian LynaghRemove unused imports
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-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
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: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-05 Ben.Lippmeier@anu... NCG: Fix validate
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules