summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/RegInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* nativeGen: detabify/dewhitespace PPC/RegInfoAustin Seipp2014-07-201-16/+7
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+3
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-1/+1
* Do not treat a constructor in a *pattern* as a *use* of that constructorSimon Peyton Jones2012-10-291-6/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-8/+14
* Remove most of the CPP from AsmCodeGenIan Lynagh2011-05-291-1/+5
* Merge in new code generator branch.Simon Marlow2011-01-241-4/+6
* Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId)naur@post11.tele.dk2010-04-031-1/+1
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-261-28/+1
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-3/+3
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-267/+48
* NCG: Add missing ops to powerpc isJumpishBen.Lippmeier@anu.edu.au2009-02-131-0/+3
* NCG: Validate fixesBen.Lippmeier@anu.edu.au2009-02-051-29/+29
* NCG: Split RegAllocInfo into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-0/+310