summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/Stats.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-346/+0
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+2
* Remove empty NCG.hJohn Ericson2019-09-131-2/+0
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-3/+0
* Typofixes in comments and whitespace only [ci skip]Gabor Greif2018-06-261-6/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Typos in manual and commentsGabor Greif2017-03-141-2/+2
* Document some codegen nondeterminismBartosz Nitka2016-07-071-6/+8
* Remove ufmToListBartosz Nitka2016-06-301-2/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-11/+11
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Haddoc fixBen Lippmeier2012-11-141-9/+9
* Comments and formatting to register allocator statsBen Lippmeier2012-11-141-38/+87
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-2/+1
* Make addSRM to strict additionsIan Lynagh2012-09-201-1/+4
* Fix warnings in RegAlloc.Graph.StatsIan Lynagh2012-09-201-1/+6
* Whitespace only in nativeGen/RegAlloc/Graph/Stats.hsIan Lynagh2012-09-201-198/+192
* Remove PlatformOutputableIan Lynagh2012-06-131-15/+15
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-1/+1
* Renaming onlySimon Peyton Jones2011-08-251-9/+9
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-2/+2
* Remove some more defaultTargetPlatform usesIan Lynagh2011-07-151-4/+4
* Remove some defaultTargetPlatform'sIan Lynagh2011-07-151-2/+2
* More work towards cross-compilationIan Lynagh2011-07-151-12/+12
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-16/+16
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+2
* NCG: Comments and formatting onlybenl@ouroborus.net2010-06-241-31/+1
* NCG: Fix dumping of graphs in regalloc stats for graph allocatorbenl@ouroborus.net2010-06-241-7/+29
* NCG: Refactor representation of code with liveness infoBen.Lippmeier@anu.edu.au2009-09-171-6/+6
* NCG: Also show the result of applying coalesings with -ddump-asm-regalloc-stagesBen.Lippmeier.anu.edu.au2009-09-171-7/+12
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-18/+22
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-107/+42
* 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/+351