Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move more code into codeGen/CodeGen/Platform.hs | Ian Lynagh | 2012-08-28 | 1 | -1/+39 |
| | | | | | | | | HaskellMachRegs.h is no longer included in anything under compiler/ Also, includes/CodeGen.Platform.hs now includes "stg/MachRegs.h" rather than <stg/MachRegs.h> which means that we always get the file from the tree, rather than from the bootstrapping compiler. | ||||
* | Fix callerSaves, activeStgRegs, haveRegBase when unregisterised | Simon Marlow | 2012-08-28 | 1 | -0/+6 |
| | |||||
* | Add haveRegBase to CodeGen.Platform | Ian Lynagh | 2012-08-21 | 1 | -1/+16 |
| | |||||
* | Move activeStgRegs into CodeGen.Platform | Ian Lynagh | 2012-08-21 | 1 | -0/+52 |