summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveInterval.h
Commit message (Expand)AuthorAge
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* 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
* Pass LiveQueryResult by valueMatthias Braun2013-10-10
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-06
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-06
* fix typo in commentMatthias Braun2013-09-06
* Use LiveRangeQuery for instruction-level liveness queries.Andrew Trick2013-08-30
* mi-sched: update PressureDiffs on-the-fly for liveness.Andrew Trick2013-08-30
* Replace LiveInterval::killedAt with isKilledAtInstr.Andrew Trick2013-08-30
* Remove unnecessary parameter to RenumberValues.Jakob Stoklund Olesen2013-08-14
* Remove unused function.Jakob Stoklund Olesen2013-08-14
* Remove unused struct/enumJakob Stoklund Olesen2013-08-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen2013-02-20
* Add a LiveRangeUpdater class.Jakob Stoklund Olesen2013-02-20
* Add a default constructor for LiveRange.Jakob Stoklund Olesen2013-02-20
* Modify LiveInterval::addRange() to match the comment about what it returns.Cameron Zwarich2013-02-20
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen2012-09-16
* Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen2012-09-15
* Delete dead code.Jakob Stoklund Olesen2012-09-12
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-06
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-03
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-03
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-27
* Teach the LiveInterval::join function to use the fast merge algorithm,Chandler Carruth2012-07-10
* Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth2012-07-10
* Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth2012-07-10
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-05
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-05
* Add a LiveRangeQuery class.Jakob Stoklund Olesen2012-05-20
* Don't update spill weights when joining intervals.Jakob Stoklund Olesen2012-04-28
* Spring cleaning - Delete dead code.Jakob Stoklund Olesen2012-04-28
* Drop the REDEF_BY_EC VNInfo flag.Jakob Stoklund Olesen2012-02-04
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-04
* Added methods to get the live range immediately before a given slot. Intended...Lang Hames2012-01-19
* comment cleanupAndrew Trick2012-01-05
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-15
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-15
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-16