aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-14/+43
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+8
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-14/+14
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-101-5/+5
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-101-4/+4
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-4/+4
* Auto-compute live intervals on demand.Mark Lacey2013-08-141-9/+21
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-1/+2
* Move #include of BitVector from .h to .cpp file.Jakub Staszak2013-03-181-2/+1
* Fix a misunderstanding about how RegMaskBlocks works. This was caught byCameron Zwarich2013-02-201-1/+1
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-171-5/+5
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-171-1/+1
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-171-0/+15
* Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splittingCameron Zwarich2013-02-121-0/+7
* Remove the old liveness algorithm.Jakob Stoklund Olesen2013-02-091-25/+0
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-051-0/+4
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-5/+5
* Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko2012-10-161-2/+2
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-161-2/+7
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-151-18/+0
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-171-0/+20
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-061-1/+1
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-031-0/+4
* Remove a dead prototype.Jakob Stoklund Olesen2012-08-031-7/+0
* Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen2012-07-271-0/+6
* Add a -new-live-intervals experimental option.Jakob Stoklund Olesen2012-07-271-0/+1
* Delete a boring statistic.Jakob Stoklund Olesen2012-06-221-2/+0
* Store live intervals in an IndexedMap.Jakob Stoklund Olesen2012-06-221-28/+26
* Stop computing physreg live ranges.Jakob Stoklund Olesen2012-06-221-14/+1
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-221-5/+0
* Remove LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-201-6/+0
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-201-0/+6
* Add experimental support for register unit liveness.Jakob Stoklund Olesen2012-06-051-3/+41
* Remove dead function.Jakob Stoklund Olesen2012-06-051-6/+0
* Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen2012-06-051-20/+0
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-051-0/+4
* Delete dead code.Jakob Stoklund Olesen2012-06-041-4/+0
* Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen2012-06-041-41/+41
* Remove more dead code.Jakob Stoklund Olesen2012-04-251-7/+0
* Simplify LiveIntervals::getApproximateInstructionCount().Jakob Stoklund Olesen2012-04-251-2/+1
* Remove a dead function.Jakob Stoklund Olesen2012-04-251-6/+0
* Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...Lang Hames2012-02-211-1/+9
* Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't seeLang Hames2012-02-171-0/+2
* Disentangle moving a machine instr from updating LiveIntervals.Lang Hames2012-02-151-4/+5
* Tighten physical register invariants: Allocatable physical registers canLang Hames2012-02-141-0/+9
* Remove unused 'isAlias' parameter.Lang Hames2012-02-101-1/+1