summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Delete FastBoolThomas Miedema2015-08-211-2/+1
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-5/+5
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-192-0/+14
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-157-0/+7
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-288-15/+39
* Fix callerSaves, activeStgRegs, haveRegBase when unregisterisedSimon Marlow2012-08-281-0/+6
* Add haveRegBase to CodeGen.PlatformIan Lynagh2012-08-211-1/+16
* Move activeStgRegs into CodeGen.PlatformIan Lynagh2012-08-218-15/+35
* Fix the generation of CallerSaves; fixes #7163Ian Lynagh2012-08-218-0/+95