Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / CodeGen / InterferenceCache.cpp
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...