summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/Regs.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-1/+1
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-23/+22
* Delete FastBoolThomas Miedema2015-08-211-8/+2
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-6/+6
* nativeGen: detabify/dewhitespace SPARC/RegsAustin Seipp2014-07-201-145/+137
* 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
* Remove some old commented-out codeIan Lynagh2012-08-281-128/+0
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-18/+0
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-7/+7
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-4/+6
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-73/+129
* SPARC NCG: validate fixesBen.Lippmeier@anu.edu.au2009-04-201-1/+1
* SPARC NCG: Base freeRegs on includes/MachRegs.h againBen.Lippmeier@anu.edu.au2009-04-201-84/+97
* SPARC NCG: HpLim is now always stored on the stack, not in a registerBen.Lippmeier@anu.edu.au2009-03-311-3/+4
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-161-3/+0
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-161-213/+113
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-153/+44
* SPARC NCG: Enumerate freeRegs / globalRegMaybe instead of using #ifdeferyBen.Lippmeier@anu.edu.au2009-02-111-306/+268
* NCG: Validate fixesBen.Lippmeier@anu.edu.au2009-02-051-1/+20
* NCG: Split MachRegs.hs into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-0/+572