Inline check that's used only once.
[oota-llvm.git] / lib / CodeGen / LiveRangeEdit.h
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...