Merge in new code generator branch.
[ghc-hetmet.git] / compiler / llvmGen / LlvmCodeGen / Ppr.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-07-18 David TereiLLVM: Use mangler to fix up stack alignment issues...
2010-07-14 David TereiLLVM: Fix mistype in last commit which broke TNTC under...
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-07-07 David TereiLLVM: Add alias type defenitions to LlvmModule.
2010-06-24 David TereiAdd support for parameter attributes to the llvm BE...
2010-06-22 David TereiMore updates to datalayout description in llvm BE
2010-06-22 David TereiUpdate datalayout info in llvm BE
2010-06-21 David TereiDeclare some top level globals to be constant when...
2010-06-21 David TereiReduce the number of passes over the cmm in llvm BE
2010-06-18 David TereiAdd win32 datalayout support to llvm backend
2010-06-18 David TereiAdd support of TNTC to llvm backend
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)