aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InterferenceCache.cpp
AgeCommit message (Expand)Author
2012-06-20Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-02-14Fix global live range splitting regmask accuracy.Jakob Stoklund Olesen
2012-02-10Add a static MachineOperand::clobbersPhysReg().Jakob Stoklund Olesen
2012-02-10Add register mask support to InterferenceCache.Jakob Stoklund Olesen
2012-01-13Remove pointless mode line in .cpp file.Andrew Trick
2012-01-13wrong filenameAndrew Trick
2011-07-23Allow null interference cursors to be queried.Jakob Stoklund Olesen
2011-07-14Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen
2011-07-14Revert r135121 which broke a gcc-4.2 builder.Jakob Stoklund Olesen
2011-07-14Count references to interference cache entries.Jakob Stoklund Olesen
2011-04-09Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen
2011-04-07Avoid moving iterators when the previous block was just visited.Jakob Stoklund Olesen
2011-04-02Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen