summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/Reg.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-241/+0
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-11/+3
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-3/+11
* removing x87 register support from native code genCarter Schonwald2019-04-101-10/+10
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-171-5/+5
* Delete Ord UniqueBartosz Nitka2016-06-301-1/+22
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-2/+3
* nativeGen: detabify/dewhitespace RegAustin Seipp2014-07-201-127/+116
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+8
* Remove useless UNPACK pragmassimonpj@microsoft.com2010-05-061-2/+2
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-0/+5
* Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va...simonpj@microsoft.com2009-10-151-2/+2
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-54/+157
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-0/+113