summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Linear/Base.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosGabor Greif2013-04-061-1/+1
* Put DynFlags into the RegM monadIan Lynagh2012-09-141-7/+3
* Remove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hsIan Lynagh2011-05-311-4/+3
* Parameterise the RegM monad on the FreeRegs typeIan Lynagh2011-05-311-4/+4
* Whitespace only in nativeGen/RegAlloc/Linear/Base.hsIan Lynagh2011-05-311-73/+73
* Remove useless UNPACK pragmassimonpj@microsoft.com2010-05-061-2/+2
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-4/+4
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-1/+1
* NCG: Move RegLiveness -> RegAlloc.LivenessBen.Lippmeier@anu.edu.au2009-02-041-2/+1
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* SPARC NCG: Fix some haddock problems.Ben.Lippmeier@anu.edu.au2009-02-041-1/+2
* NCG: Split out joinToTargets from linear alloctor into its own module.Ben.Lippmeier@anu.edu.au2009-02-031-0/+9
* NCG: Split linear allocator into separate modules.Ben.Lippmeier@anu.edu.au2009-02-021-0/+128