summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmCodeGen/Data.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix ugly complexity issue in LLVM backend (#5652)David Terei2011-12-031-26/+19
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-5/+5
* Remove the unused CmmAlign and CmmDataLabel from CmmStaticMax Bolingbroke2011-07-051-7/+0
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-4/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* LLVM: Fix various typos in commentsDavid Terei2010-07-071-1/+1
* LLVM: Add alias type defenitions to LlvmModule.David Terei2010-07-071-1/+1
* Declare some top level globals to be constant when appropriateDavid Terei2010-06-211-6/+19
* Reduce the number of passes over the cmm in llvm BEDavid Terei2010-06-211-11/+10
* Fix negate op not working for -0 in llvm backendDavid Terei2010-06-211-1/+1
* Add support of TNTC to llvm backendDavid Terei2010-06-181-2/+3
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+190