summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-1/+1
* Pass DynFlags down to bWordIan Lynagh2012-09-121-1/+2
* Fix the PPC and SPARC NCGs to handle multiple info tables in a procSimon Marlow2012-09-071-16/+21
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-301-36/+37
* Remove pprNatCmmDecl's Platform argumentIan Lynagh2012-07-241-5/+6
* Remove unnecessary Platform arguments in nativeGen/PPC/Ppr.hsIan Lynagh2012-07-241-207/+214
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Use 'ppr' rather than 'pprCLabel platform'Ian Lynagh2012-06-131-19/+19
* Remove PlatformOutputableIan Lynagh2012-06-131-2/+2
* Use SDoc rather than Doc in the native gensIan Lynagh2012-06-121-44/+42
* PPC: Handle right shift of > 31 bits. Fix #5900.Erik de Castro Lopo2012-03-231-3/+11
* PPC ppr: tabs -> spaces.Erik de Castro Lopo2012-03-231-232/+225
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Remove unused IF_OS_* CPP definitionsIan Lynagh2011-10-231-4/+4
* Finish removing CPP from nativeGen/PPC/Ppr.hsIan Lynagh2011-10-231-51/+31
* Remove half the CPP from nativeGen/PPC/Ppr.hsIan Lynagh2011-10-231-126/+120
* Remove all Haskell conditionals on HAVE_SUBSECTIONS_VIA_SYMBOLSIan Lynagh2011-10-191-17/+17
* Fix build on OX X amd64Ian Lynagh2011-10-021-3/+3
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-108/+111
* Renaming onlySimon Peyton Jones2011-08-251-6/+6
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-70/+70
* More work towards cross-compilationIan Lynagh2011-07-151-3/+3
* CPP removalIan Lynagh2011-07-131-5/+6
* Refactoring: explicitly mark whether we have an info table in RawCmmMax Bolingbroke2011-07-061-14/+16
* Remove the unused CmmAlign and CmmDataLabel from CmmStaticMax Bolingbroke2011-07-051-16/+1
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-2/+6
* Eliminate IF_ARCH_sparcIan Lynagh2011-05-311-3/+1
* Remove some unused CPP macrosIan Lynagh2011-05-311-6/+1
* Remove unused pprUserReg functionsIan Lynagh2011-05-081-4/+0
* Implement jump table fix-ups for linear register allocator.Edward Z. Yang2011-04-271-1/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-11/+10
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-0/+1
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-261-1/+2
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-5/+6
* NCG: validate fixes for ppc-darwinBen.Lippmeier@anu.edu.au2009-02-151-0/+6
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-8/+120
* NCG: Split PprMach into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-051-0/+635