summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs
Commit message (Expand)AuthorAgeFilesLines
* Comments and formatting to register allocatorsBen Lippmeier2012-11-141-16/+28
* De-tabify register allocator codeBen Lippmeier2012-11-141-55/+47
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-1/+1
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Renaming onlySimon Peyton Jones2011-08-251-3/+3
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-3/+3
* Merge in new code generator branch.Simon Marlow2011-01-241-5/+5
* NCG: Comments and formatting onlybenl@ouroborus.net2010-06-241-2/+0
* NCG: Refactor representation of code with liveness infoBen.Lippmeier@anu.edu.au2009-09-171-5/+2
* NCG: Refactor LiveCmmTop to hold a list of SCCs instead of abusing ListGraphBen.Lippmeier@anu.edu.au2009-09-171-4/+4
* Remove unused importsIan Lynagh2009-07-071-1/+0
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-6/+17
* NCG: Move RegLiveness -> RegAlloc.LivenessBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-0/+83