Fix warnings
[ghc-hetmet.git] / compiler / llvmGen / Llvm /
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2010-07-20 David TereiLLVM: Fix printing of local vars so LLVM works with...
2010-07-14 David TereiLLVM: Add inline assembly to binding.
2010-07-13 Ian LynaghRemove unnecessary #include
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: 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-06-28 David TereiLLVM: Update to use new fp ops introduced in 2.7
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 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 TereiFix negate op not working for -0 in 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)