SPARC NCG: Fix 64 bit addition, carry bit wasn't getting set.
[ghc-hetmet.git] / compiler / nativeGen / SPARC /
2009-03-30 Ben.Lippmeier@anu... SPARC NCG: Fix 64 bit addition, carry bit wasn't gettin...
2009-03-31 Ben.Lippmeier@anu... SPARC NCG: HpLim is now always stored on the stack...
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Split out sanity checking into its own module
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Add jumps to end of blocks when working...
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Enforce the invariant that each block ends...
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Unsigned comparisons are unsigned
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Fix word size conversions
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Enumerate freeRegs / globalRegMaybe instead...
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-04 Ben.Lippmeier@anu... NCG: Split MachRegs.hs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules