Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / CodeGen / LiveRangeEdit.h
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-05-06 Jakob Stoklund OlesenUpdate LiveDebugVariables after live range splitting.
2011-05-02 Jakob Stoklund OlesenMinimize the slot indexes spanned by register ranges...
2011-04-20 Jakob Stoklund OlesenAdd debug output for rematerializable instructions.
2011-04-05 Jakob Stoklund OlesenWhen dead code elimination removes all but one use...
2011-03-30 Jakob Stoklund OlesenTreat clones the same as their origin.
2011-03-29 Jakob Stoklund OlesenRecompute register class and hint for registers created...
2011-03-29 Jakob Stoklund OlesenProperly enable rematerialization when spilling after...
2011-03-26 Jakob Stoklund OlesenUse individual register classes when spilling snippets.
2011-03-17 Jakob Stoklund OlesenDead code elimination may separate the live interval...
2011-03-16 Jakob Stoklund OlesenAdd a LiveRangeEdit delegate callback before shrinking...
2011-03-13 Jakob Stoklund OlesenTell the register allocator about new unused virtual...
2011-03-10 Jakob Stoklund OlesenChange the Spiller interface to take a LiveRangeEdit...
2011-03-09 Matt Beaumont-GayAdd a virtual dtor to Delegate to silence -Wnon-virtual...
2011-03-09 Jakob Stoklund OlesenAdd a LiveRangeEdit::Delegate protocol.
2011-03-08 Jakob Stoklund OlesenDelete dead code after rematerializing.
2011-03-07 Jakob Stoklund OlesenMake the UselessRegs argument optional in the LiveRange...
2011-03-02 Jakob Stoklund OlesenTransfer simply defined values directly without recompu...
2011-02-19 Jakob Stoklund OlesenThis method belonged in VirtRegMap.
2011-02-18 Jakob Stoklund OlesenUse VirtRegMap's Virt2SplitMap to keep track of the...
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Jakob Stoklund OlesenDefer SplitKit value mapping until all defs are available.
2010-12-18 Jakob Stoklund OlesenTeach the inline spiller to attempt folding a load...
2010-11-10 Jakob Stoklund OlesenSimplify the LiveRangeEdit::canRematerializeAt() interf...
2010-11-01 Jakob Stoklund OlesenDon't assign new registers created during a split to...
2010-10-29 Jakob Stoklund OlesenFix sign error.
2010-10-26 Jakob Stoklund OlesenAfter splitting, compute connected components of all...
2010-10-20 Jakob Stoklund OlesenMove some of the InlineSpiller rematerialization code...
2010-10-15 Jakob Stoklund OlesenMove stack slot assignments into LiveRangeEdit.
2010-10-14 Jakob Stoklund OlesenCreate a new LiveRangeEdit class to keep track of the...