summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused IF_OS_* CPP definitionsIan Lynagh2011-10-232-18/+4
* Eliminate a couple of IF_ARCH_i386'sIan Lynagh2011-10-231-2/+2
* More CPP removalIan Lynagh2011-10-233-48/+46
* Correct a commentIan Lynagh2011-10-231-1/+1
* Finish removing CPP from nativeGen/PPC/Ppr.hsIan Lynagh2011-10-231-51/+31
* Remove half the CPP from nativeGen/PPC/Ppr.hsIan Lynagh2011-10-231-126/+120
* A little more CPP removalIan Lynagh2011-10-196-22/+55
* Convert the HAVE_GNU_NONEXEC_STACK conditional into HaskellIan Lynagh2011-10-191-4/+5
* Remove all Haskell conditionals on HAVE_SUBSECTIONS_VIA_SYMBOLSIan Lynagh2011-10-194-59/+59
* Add "have subsections via symbols" to the Platform typeIan Lynagh2011-10-191-7/+7
* Revert "Remove OSUnknown"Ian Lynagh2011-10-191-0/+1
* Revert "Remove ArchUnknown"Ian Lynagh2011-10-196-4/+18
* Remove ArchUnknownIan Lynagh2011-10-186-18/+4
* Remove OSUnknownIan Lynagh2011-10-181-1/+0
* Remove some CPP from nativeGen/SPARC/Ppr.hsIan Lynagh2011-10-151-8/+4
* Tweak a commentIan Lynagh2011-10-141-2/+1
* Follow the removal of the Show superclass of NumIan Lynagh2011-10-121-1/+1
* Fix build on OX X amd64Ian Lynagh2011-10-021-3/+3
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-0213-360/+394
* Some CPP removalIan Lynagh2011-10-021-8/+8
* Make an import unconditionalIan Lynagh2011-09-061-4/+0
* Add missing import (fixes #5460).Erik de Castro Lopo2011-09-061-1/+1
* Add type sigs to functions in RegAlloc.Graph.SpillIan Lynagh2011-08-311-201/+220
* Whitespace only in X86.InstrIan Lynagh2011-08-311-386/+386
* Some CPP removal in X86.RegsIan Lynagh2011-08-311-12/+8
* Whitespace only in X86.RegsIan Lynagh2011-08-311-202/+202
* Start de-CPPing X86.RegsIan Lynagh2011-08-303-20/+18
* More CPP removalIan Lynagh2011-08-301-127/+109
* A little more CPP removalIan Lynagh2011-08-301-41/+60
* Make popCnt# primop work with dynamic compilationJohan Tibell2011-08-251-4/+10
* Renaming onlySimon Peyton Jones2011-08-2519-130/+130
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-252-5/+5
* enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-216-13/+13
* Add popCnt# primopJohan Tibell2011-08-166-1/+57
* fix some #ifdefs that were making compilation with 7.2.1 fail - theSimon Marlow2011-08-141-1/+1
* Fix an x86 code generation bug (#5393). In fact, there were two bugsSimon Marlow2011-08-091-2/+2
* Fix import DEPRECATE failures for castSTUArraySimon Peyton Jones2011-08-021-0/+7
* one more instance of the 64-bit constant bug I noticedSimon Marlow2011-07-211-1/+1
* Fix a bug in the code generation for 64-bit literals on 32-bit x86: weSimon Marlow2011-07-201-1/+1
* Split the X86 genCCall function upIan Lynagh2011-07-191-332/+346
* Fix build with older bootstrapping compilersIan Lynagh2011-07-161-3/+3
* Small refactoringIan Lynagh2011-07-154-21/+20
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-155-27/+18
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-1518-315/+358
* Remove some more defaultTargetPlatform usesIan Lynagh2011-07-154-20/+22
* Remove some defaultTargetPlatform'sIan Lynagh2011-07-154-18/+15
* More work towards cross-compilationIan Lynagh2011-07-1514-155/+176
* Handle II8 Size value in PowerPC code generator.Erik de Castro Lopo2011-07-141-3/+3
* Whitespace only in compiler/nativeGen/RegAlloc/Liveness.hsIan Lynagh2011-07-131-583/+583
* Whitespace only in compiler/nativeGen/Instruction.hsIan Lynagh2011-07-131-122/+122