summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAllocLinear.hs
Commit message (Expand)AuthorAgeFilesLines
* NCG: Split linear allocator into separate modules.Ben.Lippmeier@anu.edu.au2009-02-021-1295/+0
* SPARC NCG: Fix warningsBen.Lippmeier@anu.edu.au2009-01-201-10/+7
* SPARC NCG: Remove a comment that was confusing haddockBen.Lippmeier@anu.edu.au2009-01-161-2/+0
* Start fixing the SPARC native code generatorBen.Lippmeier@anu.edu.au2009-01-141-13/+185
* Better panic message in RegAllocLinearBen.Lippmeier@anu.edu.au2009-01-101-5/+5
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-3/+3
* Fixed linear regalloc bug, dropped some tracing codedias@eecs.harvard.edu2008-10-161-13/+24
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-8/+7
* Follow Digraph changes in RegAllocLinear.hsMax Bolingbroke2008-07-311-2/+2
* Fixes for haddock 0.8Ian Lynagh2008-07-211-1/+1
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-0/+1
* Update a panic messageIan Lynagh2008-04-301-1/+1
* (F)SLIT -> (f)sLit in RegallocLinearIan Lynagh2008-04-121-4/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-5/+2
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* expand "out of stack slots" panic to suggest using -fregs-graph, see #1993Simon Marlow2008-01-021-1/+2
* FIX validate for PPC Mac OS X - RegAllocLinear.hsThorkil Naur2007-10-051-1/+2
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-1/+1
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-7/+3
* a good deal of salutory renamingNorman Ramsey2007-09-071-1/+1
* Warning policesimonpj@microsoft.com2007-09-071-1/+1
* Refactor MachRegs.trivColorable to do unboxed accumulationBen.Lippmeier@anu.edu.au2007-09-051-0/+1
* change of representation for GenCmm, GenCmmTop, CmmProcNorman Ramsey2007-09-051-4/+4
* warning policeBen.Lippmeier@anu.edu.au2007-09-051-41/+38
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add count of reg-reg moves remaining for linear allocator statsBen.Lippmeier@anu.edu.au2007-08-241-5/+28
* Eliminate more dead reg->reg moves in linear allocatorBen.Lippmeier@anu.edu.au2007-08-231-1/+9
* Refactor cmmNativeGen so dumps can be emitted inline with NCG stagesBen.Lippmeier@anu.edu.au2007-08-221-3/+28
* Instrument linear register allocator.Ben.Lippmeier@anu.edu.au2007-08-211-200/+345
* Add graph coloring register allocator.Ben.Lippmeier@anu.edu.au2007-08-141-0/+915