aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-031-1/+1
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-031-3/+0
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-031-0/+19
* Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen2012-07-271-8/+34
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-271-1/+0
* Add a -new-live-intervals experimental option.Jakob Stoklund Olesen2012-07-271-1/+36
* Delete a boring statistic.Jakob Stoklund Olesen2012-06-221-6/+0
* Store live intervals in an IndexedMap.Jakob Stoklund Olesen2012-06-221-14/+8
* Simplify handleMove() a bit.Jakob Stoklund Olesen2012-06-221-4/+4
* Stop computing physreg live ranges.Jakob Stoklund Olesen2012-06-221-189/+1
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-221-1/+1
* Remove the -live-regunits command line option.Jakob Stoklund Olesen2012-06-201-12/+4
* Fix some more LiveInterval enumerations.Jakob Stoklund Olesen2012-06-201-5/+3
* Enable register unit liveness by default.Jakob Stoklund Olesen2012-06-201-1/+1
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-201-4/+8
* Delete dead code.Jakob Stoklund Olesen2012-06-201-48/+0
* Add regunit liveness support to LiveIntervals::handleMove().Jakob Stoklund Olesen2012-06-191-43/+50
* 80 col.Jakob Stoklund Olesen2012-06-191-7/+13
* Remove dead debug option -disable-rematerialization.Jakob Stoklund Olesen2012-06-061-4/+0