aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InterferenceCache.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-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