summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InterferenceCache.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* The following patch' purpose is to reduce compile time for compilation of smallPuyan Lotfi2014-02-06
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-20
* Add register mask support to InterferenceCache.Jakob Stoklund Olesen2012-02-10
* Remove unused variable.Jakob Stoklund Olesen2012-02-10
* Allow null interference cursors to be queried.Jakob Stoklund Olesen2011-07-23
* Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen2011-07-14
* Revert r135121 which broke a gcc-4.2 builder.Jakob Stoklund Olesen2011-07-14
* Count references to interference cache entries.Jakob Stoklund Olesen2011-07-14
* Reapply r135074 and r135080 with a fix.Jakob Stoklund Olesen2011-07-14
* Revert r135074 and r135080. They broke clamscan.Jakob Stoklund Olesen2011-07-13
* Move the InterferenceCache cursor into the GlobalSplitCand struct.Jakob Stoklund Olesen2011-07-13
* Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen2011-04-09
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-02