Add new mem{cpy,set,move} cmm prim ops.
[ghc-hetmet.git] / compiler / llvmGen / Llvm / AbsSyn.hs
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2010-07-14 David TereiLLVM: Add inline assembly to binding.
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-02 David TereiLLVM: Use the inbounds keyword for getelementptr instru...
2010-06-24 David TereiAdd support for parameter attributes to the llvm BE...
2010-06-21 David TereiDeclare some top level globals to be constant when...
2010-06-18 David TereiAdd support of TNTC to llvm backend
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)