summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
Commit message (Expand)AuthorAgeFilesLines
* Pass DynFlags down to gcWordIan Lynagh2012-09-122-5/+6
* Pass DynFlags down to bWordIan Lynagh2012-09-123-12/+18
* Remove some CPP from llvmGen/LlvmCodeGen/Ppr.hsIan Lynagh2012-08-281-35/+24
* Move activeStgRegs into CodeGen.PlatformIan Lynagh2012-08-213-17/+26
* Fix inverted test for platformUnregisterised (should fix the optllvm breakage)Simon Marlow2012-08-211-2/+2
* Define callerSaves for all platformsIan Lynagh2012-08-071-5/+5
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-073-15/+17
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-302-4/+5
* tweak llvm version warning messageDavid Terei2012-06-251-2/+2
* Warn if using unsupported version of LLVM.David Terei2012-06-252-5/+27
* Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 andDavid Terei2012-06-251-3/+15
* Remove some more redundant Platform argumentsIan Lynagh2012-06-201-1/+1
* Remove some more redundant Platform argumentsIan Lynagh2012-06-201-3/+3
* Add DynFlags to the SDoc stateIan Lynagh2012-06-121-5/+5
* Use SDoc rather than Doc in LLVMIan Lynagh2012-06-126-74/+72
* Add a quotRemWord2 primopIan Lynagh2012-04-211-6/+7
* Fix the unregisterised build; fixes #5901Ian Lynagh2012-02-271-5/+6
* Add a 2-word-multiply operatorIan Lynagh2012-02-241-0/+1
* Add a Word add-with-carry primopIan Lynagh2012-02-231-11/+10
* Add a primop for unsigned quotRem; part of #5598Ian Lynagh2012-02-171-0/+1
* Define a quotRem CallishMachOp; fixes #5598Ian Lynagh2012-02-141-5/+10
* Improve support for LLVM >= 3.0 write barrier. (#5814)David Terei2012-01-303-15/+31
* llvmGen: Use new fence instructionBen Gamari2012-01-304-9/+42
* Incorrect type conversion in LLVM backend (#5785).Ubuntu2012-01-181-1/+4
* Only use TBAA when LLVM > 2.8. (#5782)David Terei2012-01-171-1/+4
* Fix validation errorDavid Terei2012-01-121-2/+2
* Add '-freg-liveness' flag to control if STG liveness informationDavid Terei2012-01-123-17/+28
* Improve LLVM TBAA hierachy (#5567).David Terei2012-01-122-3/+10
* Use Type Based Alias Analysis (TBAA) in LLVM backend (#5567)David Terei2012-01-123-34/+84
* Add Metadata support to LLVM bindings.David Terei2012-01-124-7/+114
* More improvements to llvm output style (#5750)David Terei2012-01-122-14/+15
* Improve style of '-ddump-llvm' output. (#5750)David Terei2012-01-102-15/+34
* Track STG live register information for use in LLVMDavid Terei2012-01-092-11/+29
* Remove unused arg field of CmmReturnDavid Terei2012-01-051-1/+1
* Remove unused argument field on CmmJumpDavid Terei2012-01-051-1/+1
* Fix trac # 5486David Terei2011-12-052-5/+27
* Remove unused importSimon Peyton Jones2011-12-041-1/+0
* Fix ugly complexity issue in LLVM backend (#5652)David Terei2011-12-033-42/+39
* Formatt wibbleDavid Terei2011-12-031-1/+0
* Add CCS for llvmDavid Terei2011-12-033-19/+36
* Get rid of the "safety" field of CmmCall (OldCmm)Simon Marlow2011-11-291-1/+1
* Implement a capi calling convention; fixes #2979Ian Lynagh2011-11-281-0/+1
* Clean up LLVM Mangler.David Terei2011-11-221-48/+14
* Show LLVM mangler and code gen passes at v2David Terei2011-11-222-2/+6
* Formatting fixDavid Terei2011-11-221-2/+4
* Specify unsupported ops, don't just use a catch allDavid Terei2011-11-221-14/+58
* Fix #4211: No need to fixup stack using mangler on OSXDavid Terei2011-11-171-42/+4
* Change stack alignment to 16+8 bytes in STG codeDavid M Peixotto2011-11-011-2/+4
* Remove CPP from llvmGen/LlvmCodeGen/CodeGen.hsIan Lynagh2011-10-151-11/+9
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-025-41/+47