Handle load/store of misaligned vectors that are the
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.h
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...