summaryrefslogtreecommitdiff
path: root/includes/CodeGen.Platform.hs
Commit message (Expand)AuthorAgeFilesLines
* Pass 512-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+55
* Pass 256-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+55
* Ensure that globalRegMaybe returns accurate information for XMM registers.Geoffrey Mainland2013-09-221-1/+13
* Rename SSE -> XMM for consistency.Geoffrey Mainland2013-08-061-4/+4
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-0/+26
* MachRegs.h requires ghcautoconf.h to be included before it (#7591)Stephen Blackheath2013-02-011-0/+1
* Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-301-0/+161
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-1/+584
* Add haveRegBase to CodeGen.PlatformIan Lynagh2012-08-211-0/+7
* Move activeStgRegs into CodeGen.PlatformIan Lynagh2012-08-211-0/+145