summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegClass.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-11/+8
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-8/+11
* removing x87 register support from native code genCarter Schonwald2019-04-101-3/+0
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* nativeGen: detabify/dewhitespace RegClassAustin Seipp2014-07-201-28/+20
* 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/+7
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-0/+3
* Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va...simonpj@microsoft.com2009-10-151-3/+3
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-0/+31