Eliminate IF_ARCH_sparc
[ghc-hetmet.git] / compiler / nativeGen / SPARC / CodeGen /
2011-05-31 David TereiFix some validation errors
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-03-30 Ben.Lippmeier@anu... SPARC NCG: Fix 64 bit addition, carry bit wasn't gettin...
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-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.