summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/TargetReg.hs
Commit message (Expand)AuthorAgeFilesLines
* 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