Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen / InterferenceCache.h
2012-06-20 Jakob Stoklund OlesenConvert RAGreedy to LiveRegMatrix interference checking.
2012-02-10 Jakob Stoklund OlesenAdd register mask support to InterferenceCache.
2012-02-10 Jakob Stoklund OlesenRemove unused variable.
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-07-14 Jakob Stoklund OlesenReapply r135074 and r135080 with a fix.
2011-07-13 Jakob Stoklund OlesenRevert r135074 and r135080. They broke clamscan.
2011-07-13 Jakob Stoklund OlesenMove the InterferenceCache cursor into the GlobalSplitC...
2011-04-09 Jakob Stoklund OlesenPrecompute interference for neighbor blocks as long...
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...