summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/RegInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-80/+0
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-3/+3
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-3/+3
* Remove empty NCG.hJohn Ericson2019-09-131-1/+0
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-0/+5
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-161-2/+2
* cmm: Use LocalBlockLabel instead of AsmTempLabel to represent blocksBen Gamari2017-11-281-3/+3
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* 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