summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/Stats.hs
AgeCommit message (Expand)Author
2020-01-27Disable two warnings for files that trigger themTom Ellis
2019-09-13Remove empty NCG.hJohn Ericson
2019-08-15Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster
2018-08-21Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at
2018-06-26Typofixes in comments and whitespace only [ci skip]Gabor Greif
2017-09-19compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel
2017-03-14Typos in manual and commentsGabor Greif
2016-07-07Document some codegen nondeterminismBartosz Nitka
2016-06-30Remove ufmToListBartosz Nitka
2015-12-11Add kind equalities to GHC.Richard Eisenberg
2014-05-15Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel
2012-11-14Haddoc fixBen Lippmeier
2012-11-14Comments and formatting to register allocator statsBen Lippmeier
2012-11-12Remove OldCmm, convert backends to consume new CmmSimon Marlow
2012-09-20Make addSRM to strict additionsIan Lynagh
2012-09-20Fix warnings in RegAlloc.Graph.StatsIan Lynagh
2012-09-20Whitespace only in nativeGen/RegAlloc/Graph/Stats.hsIan Lynagh
2012-06-13Remove PlatformOutputableIan Lynagh
2011-11-04Use -fwarn-tabs when validatingIan Lynagh
2011-10-02More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh
2011-08-25Renaming onlySimon Peyton Jones
2011-07-15Remove more defaultTargetPlatform usesIan Lynagh
2011-07-15Remove some more defaultTargetPlatform usesIan Lynagh
2011-07-15Remove some defaultTargetPlatform'sIan Lynagh
2011-07-15More work towards cross-compilationIan Lynagh
2011-07-05Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke
2011-01-24Merge in new code generator branch.Simon Marlow
2010-06-24NCG: Comments and formatting onlybenl@ouroborus.net
2010-06-24NCG: Fix dumping of graphs in regalloc stats for graph allocatorbenl@ouroborus.net
2009-09-17NCG: Refactor representation of code with liveness infoBen.Lippmeier@anu.edu.au
2009-09-17NCG: Also show the result of applying coalesings with -ddump-asm-regalloc-stagesBen.Lippmeier.anu.edu.au
2009-05-18Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au
2009-02-15NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au
2009-02-04NCG: Move RegLiveness -> RegAlloc.LivenessBen.Lippmeier@anu.edu.au
2009-02-04NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au
2009-02-03NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au