Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc /
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Graph/TrivColorab...
2011-04-27 Edward Z. YangFix bug in multi-destination jump patching.
2011-04-05 Simon MarlowallocateRegsAndSpill: disable a panic for the time...
2011-04-05 Edward Z. YangFix linear register allocator bug involving read/write...
2011-04-04 Edward Z. YangFix typos and add Outputable constraints to aid debugging.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-21 Ian LynaghWhitespace only
2010-10-13 Ian LynaghFix warning: Remove unused import
2010-10-13 benl@ouroborus.netRegAlloc: Track slot liveness over jumps in spill cleaner
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-29 benl@ouroborus.netNCG: allocatableRegs is only giving us 8 SSE regs to...
2010-06-24 benl@ouroborus.netFix warnings
2010-06-24 benl@ouroborus.netNCG: Comments and formatting only
2010-06-24 benl@ouroborus.netNCG: Do the actual reversing of SCCs
2010-06-24 benl@ouroborus.netNCG: Fix dumping of graphs in regalloc stats for graph...
2010-06-24 benl@ouroborus.netNCG: Reverse SCCs after each round in the graph allocator
2010-06-24 benl@ouroborus.netNCG: Don't actually complain on unreachable code blocks
2010-06-24 benl@ouroborus.netNCG: Do explicit check for precondition of computeLiveness
2010-06-23 benl@ouroborus.netNCG: Handle stripping of liveness info from procs with...
2010-06-23 benl@ouroborus.netNCG: Emit a warning on unreachable code block instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Remember to keep the entry block first when erasin...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier@anu... NCG: Add sanity checking to linear allocator
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor LiveCmmTop to hold a list of SCCs instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Allow the liveness map in a LiveInfo to be Nothing
2009-09-17 Ben.Lippmeier.anu... NCG: Also show the result of applying coalesings with...
2010-06-18 Simon MarlowjoinToTargets: fix a case of panic "handleComponent...
2010-05-06 simonpj@microsoft.comRemove useless UNPACK pragmas
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-19 Ben.Lippmeier@anu... Don't try and coalesce RealReg->RealReg moves
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-21 Ben.Lippmeier@anu... SPARC NCG: Fix available regs for graph allocator
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-02-15 Ben.Lippmeier@anu... SPARC NCG: Don't release top half of f6 and f8
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Make linear allocator use info in SPARC...
2009-02-13 Ben.Lippmeier@anu... NCG: Split block reorder thing in linear allocator...
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-04 Ben.Lippmeier@anu... SPARC NCG: Fix some haddock problems.
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
2009-02-03 Ben.Lippmeier@anu... NCG: Split out joinToTargets from linear alloctor into...
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.