summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphOps.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Typos in manual and commentsGabor Greif2017-03-141-1/+1
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-11/+11
* Spelling fixesGabor Greif2017-02-021-1/+1
* Document some codegen nondeterminismBartosz Nitka2016-07-071-9/+14
* Remove uniqSetToListBartosz Nitka2016-07-011-7/+11
* Kill foldUniqSetBartosz Nitka2016-06-061-11/+19
* Typos in error messages and in commentsGabor Greif2015-04-101-2/+2
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-14/+10
* Fix warnings in utils/GraphOps.hsIan Lynagh2012-02-261-7/+31
* Whitespace only in utils/GraphOps.hsIan Lynagh2012-02-261-433/+432
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Add adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.Edward Z. Yang2011-04-131-7/+8
* NCG: Don't worry about trying to re-freeze missing coalescencesbenl@ouroborus.net2010-07-021-5/+4
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-1/+9
* Fix #3170: Allow coalescing of the same node during register allocation.Ben.Lippmeier@anu.edu.au2009-04-181-3/+3
* Fixes for haddock 0.8Ian Lynagh2008-07-211-2/+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
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-1/+1
* Tune coalescing in non-iterative register allocatorBen.Lippmeier@anu.edu.au2007-09-171-2/+0
* Bugfix to iterative coalescerBen.Lippmeier@anu.edu.au2007-09-171-3/+5
* Add -dasm-lintBen.Lippmeier@anu.edu.au2007-09-171-18/+64
* move generic graph-colouring code into utilSimon Marlow2007-09-121-0/+581