Fix a compile-time regression introduced by my heuristic-changing patch. I forgot
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.h
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...