swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / llvmGen / LlvmCodeGen /
2011-06-13 Edward Z. YangRemove type synonyms for CmmFormals, CmmActuals (and...
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2011-05-04 David TereiLLVM: Support LLVM 2.9 (#5103)
2011-04-19 David TereiLLVM: Fix #5131. Add support for missing stg regs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-10-04 David TereiLLVM: Fix compilation of writebarrier, #4308
2010-07-21 David TereiLLVM: Code and speed improvement to dominateAllocs...
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-12 David TereiLLVM: Allow getelementptr to use LlvmVar for indexes.
2010-07-07 David TereiLLVM: Fix various typos in comments
2010-07-07 David TereiLLVM: Add alias type defenitions to LlvmModule.
2010-07-05 David TereiLLVM: Stop llvm saving stg caller-save regs across...
2010-07-02 David TereiLLVM: Use the inbounds keyword for getelementptr instru...
2010-07-01 David TereiLLVM: Change more operations to use getelementptr
2010-06-30 David TereiLLVM: Use getelementptr instruction for a lot of situations
2010-06-28 David TereiLLVM: Use intrinsic functions for pow, sqrt, sin, cos
2010-06-28 David TereiLLVM: Fix test '2047' under linux-x64
2010-06-28 David TereiLLVM: Fix test 'ffi005' under linux-x64
2010-06-28 David TereiLLVM: Update to use new fp ops introduced in 2.7
2010-06-28 David TereiAdd noalias and nocapture attributes to pointer stg...
2010-06-25 David TereiLLVM: Fix bug with calling tail with empty list
2010-06-21 David TereiAllow for stg registers to have pointer type in llvm BE.
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-21 David TereiFix negate op not working for -0 in llvm backend
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)