summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmCodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Improve style of '-ddump-llvm' output. (#5750)David Terei2012-01-101-0/+1
* Fix ugly complexity issue in LLVM backend (#5652)David Terei2011-12-031-9/+14
* Add CCS for llvmDavid Terei2011-12-031-9/+17
* Show LLVM mangler and code gen passes at v2David Terei2011-11-221-0/+1
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-4/+4
* Renaming onlySimon Peyton Jones2011-08-251-7/+7
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-3/+3
* More work towards cross-compilationIan Lynagh2011-07-151-1/+1
* Refactoring: explicitly mark whether we have an info table in RawCmmMax Bolingbroke2011-07-061-4/+3
* Some general code cleaning in LLVM backendDavid Terei2011-07-061-17/+16
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-1/+1
* Add new mem{cpy,set,move} cmm prim ops.David Terei2011-05-311-2/+5
* Merge in new code generator branch.Simon Marlow2011-01-241-4/+4
* LLVM: Use mangler to fix up stack alignment issues on OSXDavid Terei2010-07-181-17/+11
* LLVM: Add in new LLVM mangler for implementing TNTC on OSXDavid Terei2010-07-131-1/+3
* LLVM: Fix various typos in commentsDavid Terei2010-07-071-4/+4
* Declare some top level globals to be constant when appropriateDavid Terei2010-06-211-16/+5
* Reduce the number of passes over the cmm in llvm BEDavid Terei2010-06-211-87/+46
* Add support of TNTC to llvm backendDavid Terei2010-06-181-14/+30
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+166