summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InterferenceCache.h
AgeCommit message (Expand)Author
2017-09-22[CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC)Eugene Zelenko
2017-09-22[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...Eugene Zelenko
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer
2015-03-08Make static variables const if possible. Makes them go into a read-only section.Benjamin Kramer
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-02-06The following patch' purpose is to reduce compile time for compilation of smallPuyan Lotfi
2013-10-10Represent RegUnit liveness with LiveRange instanceMatthias Braun
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer
2013-09-11Give internal classes hidden visibility.Benjamin Kramer
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-06-20Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-02-10Add register mask support to InterferenceCache.Jakob Stoklund Olesen
2012-02-10Remove unused variable.Jakob Stoklund Olesen
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-07-14Reapply r135074 and r135080 with a fix.Jakob Stoklund Olesen
2011-07-13Revert r135074 and r135080. They broke clamscan.Jakob Stoklund Olesen
2011-07-13Move the InterferenceCache cursor into the GlobalSplitCand struct.Jakob Stoklund Olesen
2011-04-09Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen
2011-04-02Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen