summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/ArchBase.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-163/+0
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-1/+3
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Typos in comments (notes too) [ci skip]Gabor Greif2017-03-241-1/+1
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-3/+3
* Remove uniqSetToListBartosz Nitka2016-07-011-4/+9
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-18/+18
* Comments and formatting to register allocatorsBen Lippmeier2012-11-141-31/+26
* De-tabify register allocator codeBen Lippmeier2012-11-141-99/+92
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* NCG: Comments and formatting onlybenl@ouroborus.net2010-06-241-8/+1
* Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va...simonpj@microsoft.com2009-10-151-2/+2
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-0/+166