summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmCodeGen/Regs.hs
Commit message (Expand)AuthorAgeFilesLines
* Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-301-0/+6
* Pass DynFlags down to llvmWordIan Lynagh2012-09-161-8/+9
* Fix validation errorDavid Terei2012-01-121-2/+2
* Improve LLVM TBAA hierachy (#5567).David Terei2012-01-121-1/+8
* Use Type Based Alias Analysis (TBAA) in LLVM backend (#5567)David Terei2012-01-121-2/+43
* Track STG live register information for use in LLVMDavid Terei2012-01-091-2/+6
* LLVM: Fix #5131. Add support for missing stg regsDavid Terei2011-04-191-0/+2
* LLVM: Use getelementptr instruction for a lot of situationsDavid Terei2010-06-301-5/+1
* LLVM: Fix bug with calling tail with empty listDavid Terei2010-06-251-1/+2
* Allow for stg registers to have pointer type in llvm BE.David Terei2010-06-211-10/+14
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+54