aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveInterval.h
Commit message (Expand)AuthorAgeFilesLines
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-241-0/+9
* Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen2013-02-201-3/+0
* Add a LiveRangeUpdater class.Jakob Stoklund Olesen2013-02-201-0/+58
* Add a default constructor for LiveRange.Jakob Stoklund Olesen2013-02-201-1/+2
* Modify LiveInterval::addRange() to match the comment about what it returns.Cameron Zwarich2013-02-201-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-4/+1
* Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen2012-09-161-1/+3
* Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen2012-09-151-0/+6
* Delete dead code.Jakob Stoklund Olesen2012-09-121-11/+0
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-061-0/+9
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-031-27/+6
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-031-13/+1
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-271-10/+4
* Teach the LiveInterval::join function to use the fast merge algorithm,Chandler Carruth2012-07-101-1/+1
* Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth2012-07-101-0/+3
* Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth2012-07-101-0/+9
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-051-1/+1
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-051-0/+5
* Add a LiveRangeQuery class.Jakob Stoklund Olesen2012-05-201-0/+85
* Don't update spill weights when joining intervals.Jakob Stoklund Olesen2012-04-281-4/+0
* Spring cleaning - Delete dead code.Jakob Stoklund Olesen2012-04-281-24/+0
* Drop the REDEF_BY_EC VNInfo flag.Jakob Stoklund Olesen2012-02-041-14/+2
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-041-21/+5
* Added methods to get the live range immediately before a given slot. Intended...Lang Hames2012-01-191-0/+8
* comment cleanupAndrew Trick2012-01-051-1/+1
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-131-1/+1
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-151-1/+1
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-151-0/+1
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-151-1/+0
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-151-0/+8
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-131-4/+4
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-161-2/+3
* Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen2011-04-301-0/+5
* Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.Jakob Stoklund Olesen2011-03-171-5/+6
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-021-0/+5
* Reapply this.Eric Christopher2011-02-031-1/+1
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-031-1/+1
* Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen2011-02-031-1/+1
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-091-20/+3
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-211-6/+2
* Avoid dereferencing end() in collectInterferingVRegs() when there is noJakob Stoklund Olesen2010-12-171-0/+1
* Print out the connected components in the verifier after complaining about theirJakob Stoklund Olesen2010-10-291-3/+8
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-071-1/+40
* When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen2010-10-011-0/+5
* Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.Jakob Stoklund Olesen2010-09-251-0/+4
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-251-28/+3
* Add LiveInterval::find and use it for most LiveRange searching operationsJakob Stoklund Olesen2010-09-211-7/+33
* Remove dead method.Jakob Stoklund Olesen2010-09-211-5/+0
* Rearrange for better alignment and less paddingJakob Stoklund Olesen2010-09-081-3/+4