summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
Commit message (Expand)AuthorAge
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-13
* Print register in LiveInterval::print()Matthias Braun2013-10-10
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-10
* Pass LiveQueryResult by valueMatthias Braun2013-10-10
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Fix typoMatthias Braun2013-10-04
* Auto-compute live intervals on demand.Mark Lacey2013-08-14
* Improve misleading comment.Jakob Stoklund Olesen2013-08-14
* Added -precompute-phys-liveness for testing LiveIntervals updates.Andrew Trick2013-06-21
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-08
* Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2013-02-23
* Find anchoring end points for repairIntervalsInRange and repairIndexesInRangeCameron Zwarich2013-02-20
* Make repairIntervalsInRange() more robust. There are now no longer any liveness-Cameron Zwarich2013-02-20
* Add support to the two-address pass for updating LiveIntervals in many of theCameron Zwarich2013-02-20
* Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich2013-02-20
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-17
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-17
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-17
* Remove the old liveness algorithm.Jakob Stoklund Olesen2013-02-09
* Turn on -new-live-intervals by default.Jakob Stoklund Olesen2013-02-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick2012-12-01
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-09
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-16
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-15
* Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen2012-10-13
* Use a transposed algorithm for handleMove().Jakob Stoklund Olesen2012-10-12
* Handle reserved registers more accurately in handleMove().Jakob Stoklund Olesen2012-10-02
* Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen2012-09-20
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Make findLastUseBefore handle reg-unit liveness.Lang Hames2012-09-12
* Release build: guard dump functions withManman Ren2012-09-11
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-06
* When updating live range endpoints, make sure to preserve the early clobber bit.Lang Hames2012-09-03
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-03
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-03
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-03
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-03
* Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen2012-07-27
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-27
* Add a -new-live-intervals experimental option.Jakob Stoklund Olesen2012-07-27