For a non-recursive let, make sure we extend the value environment
[ghc-hetmet.git] / compiler / llvmGen /
2010-10-04 David TereiLLVM: Fix compilation of writebarrier, #4308
2010-07-21 David TereiLLVM: Code and speed improvement to dominateAllocs...
2010-07-20 David TereiLLVM: Fix OSX to work again with TNTC disabled.
2010-07-20 David TereiLLVM: Fix printing of local vars so LLVM works with...
2010-07-19 David TereiLLVM: Fix up botched last commit
2010-07-19 David TereiLLVM: Fix warning introduce in last commit.
2010-07-18 David TereiLLVM: Use mangler to fix up stack alignment issues...
2010-07-14 David TereiLLVM: Add inline assembly to binding.
2010-07-14 David TereiLLVM: Fix mistype in last commit which broke TNTC under...
2010-07-13 Ian LynaghRemove unnecessary #include
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-07 David TereiLLVM: Use packed structure type instead of structure...
2010-07-05 David TereiLLVM: Stop llvm saving stg caller-save regs across...
2010-07-05 David TereiLLVM: Add in literal undefined value to binding
2010-07-05 David TereiLLVM: Add a literal NULL value to binding
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-22 David TereiFix handling of float literals 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)