summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-2/+2
* 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
* Convert prefix uses of (<>) to infix <>Ian Lynagh2012-08-051-1/+1
* fix merge bugsSimon Marlow2012-07-301-3/+3
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-301-35/+37
* Remove pprNatCmmDecl's Platform argumentIan Lynagh2012-07-241-5/+6
* Remove a load of Platform argumentsIan Lynagh2012-07-181-117/+117
* Whitespace only in nativeGen/SPARC/Ppr.hsIan Lynagh2012-07-181-305/+300
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Remove PlatformOutputableIan Lynagh2012-06-131-2/+2
* Use SDoc rather than Doc in the native gensIan Lynagh2012-06-121-47/+45
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Remove all Haskell conditionals on HAVE_SUBSECTIONS_VIA_SYMBOLSIan Lynagh2011-10-191-17/+17
* Remove some CPP from nativeGen/SPARC/Ppr.hsIan Lynagh2011-10-151-8/+4
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-114/+116
* Renaming onlySimon Peyton Jones2011-08-251-6/+6
* 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-7/+1
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-2/+5
* Eliminate IF_ARCH_sparcIan Lynagh2011-05-311-3/+1
* Remove unused pprUserReg functionsIan Lynagh2011-05-081-7/+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/+11
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-0/+1
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-150/+57
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-161-1/+3
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-15/+120
* NCG: Split PprMach into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-051-0/+623