summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InterferenceCache.h
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC)Eugene Zelenko2017-09-221-1/+1
* [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...Eugene Zelenko2017-09-221-33/+42
* [CodeGen] Reduce visibility of implementation detailsBenjamin Kramer2015-07-011-1/+1
* Make static variables const if possible. Makes them go into a read-only section.Benjamin Kramer2015-03-081-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-9/+11
* The following patch' purpose is to reduce compile time for compilation of smallPuyan Lotfi2014-02-061-2/+10
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-1/+1
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-201-8/+26
* Add register mask support to InterferenceCache.Jakob Stoklund Olesen2012-02-101-3/+9
* Remove unused variable.Jakob Stoklund Olesen2012-02-101-2/+1
* Allow null interference cursors to be queried.Jakob Stoklund Olesen2011-07-231-1/+2
* Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen2011-07-141-3/+40
* Revert r135121 which broke a gcc-4.2 builder.Jakob Stoklund Olesen2011-07-141-40/+3
* Count references to interference cache entries.Jakob Stoklund Olesen2011-07-141-3/+40
* Reapply r135074 and r135080 with a fix.Jakob Stoklund Olesen2011-07-141-4/+8
* Revert r135074 and r135080. They broke clamscan.Jakob Stoklund Olesen2011-07-131-8/+4
* Move the InterferenceCache cursor into the GlobalSplitCand struct.Jakob Stoklund Olesen2011-07-131-4/+8
* Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen2011-04-091-1/+5
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-021-0/+159