Use uint16_t to store register overlaps to reduce static data.
[oota-llvm.git] / lib / CodeGen / InterferenceCache.cpp
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-14 Jakob Stoklund OlesenFix global live range splitting regmask accuracy.
2012-02-10 Jakob Stoklund OlesenAdd a static MachineOperand::clobbersPhysReg().
2012-02-10 Jakob Stoklund OlesenAdd register mask support to InterferenceCache.
2012-01-13 Andrew TrickRemove pointless mode line in .cpp file.
2012-01-13 Andrew Trickwrong filename
2011-07-23 Jakob Stoklund OlesenAllow null interference cursors to be queried.
2011-07-14 Jakob Stoklund OlesenReapply r135121 with a fixed copy constructor.
2011-07-14 Jakob Stoklund OlesenRevert r135121 which broke a gcc-4.2 builder.
2011-07-14 Jakob Stoklund OlesenCount references to interference cache entries.
2011-04-09 Jakob Stoklund OlesenPrecompute interference for neighbor blocks as long...
2011-04-07 Jakob Stoklund OlesenAvoid moving iterators when the previous block was...
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...