1. ab2ee2e Add a virtual dtor to Delegate to silence -Wnon-virtual-dtor by Matt Beaumont-Gay · 14 years ago
  2. 92a55f4 Add a LiveRangeEdit::Delegate protocol. by Jakob Stoklund Olesen · 14 years ago
  3. 5881799 Delete dead code after rematerializing. by Jakob Stoklund Olesen · 14 years ago
  4. 1973b3e Make the UselessRegs argument optional in the LiveRangeEdit constructor. by Jakob Stoklund Olesen · 14 years ago
  5. 4670353 Transfer simply defined values directly without recomputing liveness and SSA. by Jakob Stoklund Olesen · 14 years ago
  6. fd38917 This method belonged in VirtRegMap. by Jakob Stoklund Olesen · 14 years ago
  7. e324f6e Use VirtRegMap's Virt2SplitMap to keep track of the original live range before splitting. by Jakob Stoklund Olesen · 14 years ago
  8. 0f43811 Reapply this. by Eric Christopher · 15 years ago
  9. 463a297 Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap. by Eric Christopher · 15 years ago
  10. 2cd2111 Defer SplitKit value mapping until all defs are available. by Jakob Stoklund Olesen · 15 years ago
  11. 83d1ba5 Teach the inline spiller to attempt folding a load instruction into its single by Jakob Stoklund Olesen · 15 years ago
  12. b80e973 Simplify the LiveRangeEdit::canRematerializeAt() interface a bit. by Jakob Stoklund Olesen · 15 years ago
  13. a37d5cf Don't assign new registers created during a split to the same stack slot, but by Jakob Stoklund Olesen · 15 years ago
  14. db4eec3 Fix sign error. by Jakob Stoklund Olesen · 15 years ago
  15. 3a0e071 After splitting, compute connected components of all new registers, not just for by Jakob Stoklund Olesen · 15 years ago
  16. 080c316 Move some of the InlineSpiller rematerialization code into LiveRangeEdit. by Jakob Stoklund Olesen · 15 years ago
  17. 2a0180f Move stack slot assignments into LiveRangeEdit. by Jakob Stoklund Olesen · 15 years ago
  18. a17768f Create a new LiveRangeEdit class to keep track of the new registers created when by Jakob Stoklund Olesen · 15 years ago