summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/X86/RegInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* removing x87 register support from native code genCarter Schonwald2019-04-101-16/+9
* Remove unused importsSebastian Graf2019-02-021-3/+0
* Fix regDotColor for amd64.klebinger.andreas@gmx.at2019-01-271-31/+46
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-4/+4
* nativeGen: detabify/dewhitespace X86/RegInfoAustin Seipp2014-07-201-19/+11
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* A little more CPP removalIan Lynagh2011-10-191-22/+16
* Revert "Remove ArchUnknown"Ian Lynagh2011-10-191-0/+1
* Remove ArchUnknownIan Lynagh2011-10-181-1/+0
* enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-211-1/+1
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-12/+9
* add missing cases for ArchARMSimon Marlow2011-06-271-0/+1
* Fix a build failure on non-{x86,amd64}Ian Lynagh2011-06-011-40/+28
* Fix build for non-x86 architecturesBen.Lippmeier@anu.edu.au2010-02-151-0/+2
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-16/+18
* Follow vreg/hreg patch in X86_64 NCGBen.Lippmeier.anu.edu.au2009-05-271-1/+1
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-261-1/+1
* Follow vreg/hreg patch in x86 NCGBen.Lippmeier@anu.edu.au2009-05-191-70/+9
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-3/+3
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-7/+10
* NCG: Validate fixes for x86-linuxBen.Lippmeier@anu.edu.au2009-02-151-25/+7
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-431/+100
* Add a panic to fix the build on amd64/Linux; to be fixed properly laterIan Lynagh2009-02-061-0/+1
* NCG: Validate fixesBen.Lippmeier@anu.edu.au2009-02-051-1/+2
* NCG: Split RegAllocInfo into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-0/+489