summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/Llvm.hs
Commit message (Expand)AuthorAgeFilesLines
* llvmGen: Make metadata ids a newtypeBen Gamari2016-06-181-1/+1
* LLVM: Implement atomic operations in terms of LLVM primitivesBen Gamari2015-10-021-0/+3
* Extend globals to aliasesPeter Wortmann2013-06-271-2/+3
* Use SDoc for all LLVM pretty-printingPeter Wortmann2013-06-271-1/+2
* Iteration on dterei's metadata designPeter Wortmann2013-06-271-2/+2
* Add ability to call functions with metadata as arguments to LLVMDavid Terei2013-06-271-1/+1
* Rework LLVM metadata representation to be more accurate.David Terei2013-06-271-1/+2
* Add support for LLVM vectors.Geoffrey Mainland2013-02-011-1/+1
* Use SDoc rather than Doc in LLVMIan Lynagh2012-06-121-1/+0
* llvmGen: Use new fence instructionBen Gamari2012-01-301-0/+3
* Add Metadata support to LLVM bindings.David Terei2012-01-121-1/+5
* LLVM: Add alias type defenitions to LlvmModule.David Terei2010-07-071-2/+2
* Add support for parameter attributes to the llvm BE bindingDavid Terei2010-06-241-0/+1
* Declare some top level globals to be constant when appropriateDavid Terei2010-06-211-5/+4
* Add support of TNTC to llvm backendDavid Terei2010-06-181-4/+4
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+52