summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* More CPP removalIan Lynagh2011-07-131-263/+262
* More CPP removalIan Lynagh2011-07-131-42/+37
* CPP removalIan Lynagh2011-07-134-30/+31
* Refactoring: explicitly mark whether we have an info table in RawCmmMax Bolingbroke2011-07-066-49/+56
* Remove the unused CmmAlign and CmmDataLabel from CmmStaticMax Bolingbroke2011-07-053-26/+3
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-0525-171/+196
* Keep the C stack pointer 16-byte aligned on all x86 platforms, not just Mac O...Simon Marlow2011-06-271-10/+5
* add missing cases for ArchARMSimon Marlow2011-06-276-0/+14
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-06-171-12/+41
|\
| * Skip constant folding in nativegen if new codegen used.Edward Z. Yang2011-06-171-2/+8
| * Port MachOp folding to new code generator.Edward Z. Yang2011-06-171-13/+36
* | Remove most of the CPP from compiler/nativeGen/X86/CodeGen.hsIan Lynagh2011-06-171-558/+522
* | Whitespace only in compiler/nativeGen/X86/CodeGen.hsIan Lynagh2011-06-171-607/+607
|/
* Wibble on panic messageDavid Terei2011-06-161-1/+1
* FIX BUILD on PPC. Define default genCCall with correct number of args.Erik de Castro Lopo2011-06-161-1/+1
* Fix -Werror failure in native code genJohan Tibell2011-06-151-7/+8
* Unroll memcpy in the X86 backendJohan Tibell2011-06-142-8/+97