summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Comments and formatting to register allocatorsBen Lippmeier2012-11-141-102/+134
* Refactor the way dump flags are handledIan Lynagh2012-10-181-3/+3
* Some alpha renamingIan Lynagh2012-10-161-6/+6
* Move some more constants into platformConstantsIan Lynagh2012-09-141-1/+1
* Pass platform down to lastxmmIan Lynagh2012-08-211-3/+3
* Remove redundant warning suppressionIan Lynagh2012-07-161-1/+0
* Remove more unused Platform argumentsIan Lynagh2012-06-131-2/+2
* Remove PlatformOutputableIan Lynagh2012-06-131-5/+5
* Whitespace only in nativeGen/RegAlloc/Graph/Main.hsIan Lynagh2012-06-131-306/+299
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-10/+16
* Renaming onlySimon Peyton Jones2011-08-251-4/+4
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-1/+1
* Remove some more defaultTargetPlatform usesIan Lynagh2011-07-151-5/+6
* Remove some defaultTargetPlatform'sIan Lynagh2011-07-151-2/+2
* More work towards cross-compilationIan Lynagh2011-07-151-9/+11
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-6/+6
* NCG: Comments and formatting onlybenl@ouroborus.net2010-06-241-8/+0
* NCG: Do the actual reversing of SCCsbenl@ouroborus.net2010-06-241-2/+4
* NCG: Fix dumping of graphs in regalloc stats for graph allocatorbenl@ouroborus.net2010-06-241-2/+4
* NCG: Refactor representation of code with liveness infoBen.Lippmeier@anu.edu.au2009-09-171-2/+2
* NCG: Also show the result of applying coalesings with -ddump-asm-regalloc-stagesBen.Lippmeier.anu.edu.au2009-09-171-0/+1
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-15/+3
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Follow vreg/hreg patch in x86 NCGBen.Lippmeier@anu.edu.au2009-05-191-0/+3
* Don't try and coalesce RealReg->RealReg movesBen.Lippmeier@anu.edu.au2009-05-191-3/+7
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-52/+94
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-22/+34
* NCG: Move RegLiveness -> RegAlloc.LivenessBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-2/+2
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-0/+367