summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/Llvm/AbsSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-0/+7
* Iteration on dterei's metadata designPeter Wortmann2013-06-271-15/+5
* Add ability to call functions with metadata as arguments to LLVMDavid Terei2013-06-271-0/+21
* Rework LLVM metadata representation to be more accurate.David Terei2013-06-271-4/+3
* Fixed moer tyopsGabor Greif2013-04-251-8/+8
* Add support for LLVM vectors.Geoffrey Mainland2013-02-011-0/+15
* Improve support for LLVM >= 3.0 write barrier. (#5814)David Terei2012-01-301-7/+18
* llvmGen: Use new fence instructionBen Gamari2012-01-301-0/+10
* Add Metadata support to LLVM bindings.David Terei2012-01-121-0/+15
* Add new mem{cpy,set,move} cmm prim ops.David Terei2011-05-311-0/+6
* LLVM: Add inline assembly to binding.David Terei2010-07-141-0/+13
* LLVM: Allow getelementptr to use LlvmVar for indexes.David Terei2010-07-121-4/+2
* LLVM: Fix various typos in commentsDavid Terei2010-07-071-4/+4
* LLVM: Add alias type defenitions to LlvmModule.David Terei2010-07-071-0/+3
* LLVM: Use the inbounds keyword for getelementptr instructions.David Terei2010-07-021-1/+2
* Add support for parameter attributes to the llvm BE bindingDavid Terei2010-06-241-0/+3
* Declare some top level globals to be constant when appropriateDavid Terei2010-06-211-3/+0
* Add support of TNTC to llvm backendDavid Terei2010-06-181-3/+6
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+209