summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/TargetReg.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+5
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add sparc64 a known architecture (Ticket #11211)John Paul Adrian Glaubitz2015-12-191-0/+5
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-3/+2
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-2/+2
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-5/+5
* nativeGen: detabify/dewhitespace TargetRegAustin Seipp2014-07-201-22/+12
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-2/+2
* ghc: initial AArch64 patchesColin Watson2014-04-211-0/+5
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Add basic support for GHCJSAustin Seipp2013-09-061-0/+6
* Tell the compiler about alpha, mipseb and mipsel again; fixes #7339Ian Lynagh2012-11-131-0/+15
* Remove unused 'targetWordSize'Ian Lynagh2012-08-211-6/+0
* Pass platform down to lastintIan Lynagh2012-08-211-2/+2
* add support for ARM hard-float ABI (fixes #5914)Karel Gardas2012-04-271-35/+35
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-221-15/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* A little more CPP removalIan Lynagh2011-10-191-0/+15
* Revert "Remove ArchUnknown"Ian Lynagh2011-10-191-0/+5
* Remove ArchUnknownIan Lynagh2011-10-181-5/+0
* enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-211-5/+5
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-6/+2
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-13/+13
* Remove some more defaultTargetPlatform usesIan Lynagh2011-07-151-6/+6
* add missing cases for ArchARMSimon Marlow2011-06-271-0/+5
* Add an ArchUnknown constructor to the arch typeIan Lynagh2011-05-311-25/+30
* Remove CPP from nativeGen/TargetReg.hsIan Lynagh2011-05-311-48/+55
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-261-1/+0
* Follow vreg/hreg patch in x86 NCGBen.Lippmeier@anu.edu.au2009-05-191-49/+24
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-12/+35
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-161-2/+0
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-0/+101