]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/InterferenceCache.cpp
Rename DIExpressionIterator to DIExpression::iterator.
[opencl/llvm.git] / lib / CodeGen / InterferenceCache.cpp
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-02-06 Puyan LotfiThe following patch' purpose is to reduce compile time...
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-20 Jakob Stoklund OlesenConvert RAGreedy to LiveRegMatrix interference checking.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
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...