Avoid getting a compiler warning
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.h
2009-04-30 Evan ChengAdd a smarter heuristic to determine when to coalesce...
2009-02-05 Evan ChengReMaterializeTrivialDef need to trim the live interval...
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-20 Evan ChengRefactor code. No functionality change.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-09-19 Evan ChengRe-materalized definition instructions may be dead...
2008-09-11 Evan ChengFix PR2748. Avoid coalescing physical register with...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-30 Evan ChengRe-apply 55467 with fix. If copy is being replaced...
2008-08-28 Dan GohmanRevert r55467; it causes regressions in UnitTests/Vecto...
2008-08-28 Evan ChengIf a copy isn't coalesced, but its src is defined by...
2008-07-23 Owen AndersonFix a compile-time regression introduced by my heuristi...
2008-07-22 Owen AndersonChange the heuristics used in the coalescer, register...
2008-06-19 Evan ChengCoalesce copy from one register class to a sub register...
2008-05-30 Owen AndersonThe coalescer doesn't need LiveVariables now that we...
2008-04-16 Evan ChengAfter reading memory that's already freed.
2008-04-10 Evan ChengAdd comment.
2008-04-09 Evan Cheng- More aggressively coalescing away copies whose source...
2008-04-03 Evan Cheng- Turn copies of implicit_def into implicit_def instruc...
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-10 Evan Cheng- Fix a subtle bug in RemoveCopyByCommutingDef. ALR...
2008-03-05 Evan ChengFix a coalescer bug wrt how dead copy interval is short...
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-02-29 Evan ChengNo need for coalescer to update kills. Only copies...
2008-02-16 Evan ChengRefactor some code; check if commuteInstruction is...
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-11 Evan ChengSwitch over to MachineLoopInfo.
2007-11-06 Evan ChengFirst step towards moving the coalescer to priority_que...
2007-11-05 Evan ChengMove SimpleRegisterCoalescing.h to lib/CodeGen since...