summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmCodeGen/Base.hs
Commit message (Expand)AuthorAgeFilesLines
* Add '-freg-liveness' flag to control if STG liveness informationDavid Terei2012-01-121-5/+11
* Fix trac # 5486David Terei2011-12-051-3/+25
* Formatt wibbleDavid Terei2011-12-031-1/+0
* Add CCS for llvmDavid Terei2011-12-031-9/+18
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-20/+26
* Renaming onlySimon Peyton Jones2011-08-251-2/+2
* Refactoring: explicitly mark whether we have an info table in RawCmmMax Bolingbroke2011-07-061-1/+1
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-1/+1
* Fix LLVM backend in unregisterised build to use CDavid Terei2011-06-271-1/+3
* Add new mem{cpy,set,move} cmm prim ops.David Terei2011-05-311-9/+28
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* LLVM: Fix various typos in commentsDavid Terei2010-07-071-1/+1
* LLVM: Fix test '2047' under linux-x64David Terei2010-06-281-5/+5
* Add noalias and nocapture attributes to pointer stg registersDavid Terei2010-06-281-3/+7
* Add support for parameter attributes to the llvm BE bindingDavid Terei2010-06-241-9/+19
* Declare some top level globals to be constant when appropriateDavid Terei2010-06-211-2/+2
* Add support of TNTC to llvm backendDavid Terei2010-06-181-11/+18
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+164