aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-204/+429
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+8
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-241-21/+27
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-131-1/+2
* Print register in LiveInterval::print()Matthias Braun2013-10-101-2/+2
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-69/+70
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-101-7/+7
* Pass LiveQueryResult by valueMatthias Braun2013-10-101-3/+3
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-101-18/+17
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-28/+32
* Fix typoMatthias Braun2013-10-041-1/+1
* Auto-compute live intervals on demand.Mark Lacey2013-08-141-6/+3
* Improve misleading comment.Jakob Stoklund Olesen2013-08-141-1/+1
* Added -precompute-phys-liveness for testing LiveIntervals updates.Andrew Trick2013-06-211-0/+14
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-15/+4
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-8/+4
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-24/+36
* Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2013-02-231-1/+5
* Find anchoring end points for repairIntervalsInRange and repairIndexesInRangeCameron Zwarich2013-02-201-0/+7
* Make repairIntervalsInRange() more robust. There are now no longer any liveness-Cameron Zwarich2013-02-201-15/+58
* Add support to the two-address pass for updating LiveIntervals in many of theCameron Zwarich2013-02-201-11/+40
* Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich2013-02-201-0/+2
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-171-7/+12
* 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/+36
* Remove the old liveness algorithm.Jakob Stoklund Olesen2013-02-091-308/+5
* Turn on -new-live-intervals by default.Jakob Stoklund Olesen2013-02-081-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick2012-12-011-1/+5
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-091-4/+14
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-161-7/+20
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-151-4/+2
* Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen2012-10-131-29/+32
* Use a transposed algorithm for handleMove().Jakob Stoklund Olesen2012-10-121-427/+213
* Handle reserved registers more accurately in handleMove().Jakob Stoklund Olesen2012-10-021-8/+7
* Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen2012-09-201-3/+0
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-171-0/+67
* Make findLastUseBefore handle reg-unit liveness.Lang Hames2012-09-121-8/+29
* Release build: guard dump functions withManman Ren2012-09-111-1/+1
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-2/+2
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-061-2/+44
* When updating live range endpoints, make sure to preserve the early clobber bit.Lang Hames2012-09-031-2/+2
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-031-0/+1