Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
[oota-llvm.git] / lib / CodeGen / LiveRangeEdit.cpp
2012-02-17 Jim GrosbachTidy up.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Pete CooperFixed register allocator splitting a live range on...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-08-09 Jakob Stoklund OlesenMove CalculateRegClass to MRI::recomputeRegClass.
2011-07-05 Jakob Stoklund OlesenFix PR10277.
2011-05-05 Jakob Stoklund OlesenAdd some statistics to the splitting and spilling frame...
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-15 Jakob Stoklund OlesenRemember to set flag.
2011-04-11 Jakob Stoklund OlesenDon't shrink live ranges after dead code elimination...
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 OlesenRemember to use the correct register when rematerializi...
2011-03-29 Jakob Stoklund OlesenProperly enable rematerialization when spilling after...
2011-03-23 Jakob Stoklund OlesenNotify the delegate before removing dead values from...
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-16 Jakob Stoklund OlesenErase virtual registers that are unused after DCE.
2011-03-16 Jakob Stoklund OlesenClarify debugging output.
2011-03-13 Jakob Stoklund OlesenTell the register allocator about new unused 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-02-19 Jakob Stoklund OlesenThis method belonged in VirtRegMap.
2011-02-18 Jakob Stoklund OlesenUse VirtRegMap's Virt2SplitMap to keep track of the...
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-20 Jakob Stoklund OlesenRemember to keep track of rematted values.
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...