summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAge
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-03
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-14
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-10
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Auto-compute live intervals on demand.Mark Lacey2013-08-14
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Move #include of BitVector from .h to .cpp file.Jakub Staszak2013-03-18
* Fix a misunderstanding about how RegMaskBlocks works. This was caught byCameron 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
* Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splittingCameron Zwarich2013-02-12
* Remove the old liveness algorithm.Jakob Stoklund Olesen2013-02-09
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-05
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko2012-10-16
* 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
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-06
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-03
* Remove a dead prototype.Jakob Stoklund Olesen2012-08-03
* Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen2012-07-27
* Add a -new-live-intervals experimental option.Jakob Stoklund Olesen2012-07-27
* Delete a boring statistic.Jakob Stoklund Olesen2012-06-22
* Store live intervals in an IndexedMap.Jakob Stoklund Olesen2012-06-22
* Stop computing physreg live ranges.Jakob Stoklund Olesen2012-06-22
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-22
* Remove LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-20
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-20
* Add experimental support for register unit liveness.Jakob Stoklund Olesen2012-06-05
* Remove dead function.Jakob Stoklund Olesen2012-06-05
* Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen2012-06-05
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-05
* Delete dead code.Jakob Stoklund Olesen2012-06-04
* Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen2012-06-04
* Remove more dead code.Jakob Stoklund Olesen2012-04-25
* Simplify LiveIntervals::getApproximateInstructionCount().Jakob Stoklund Olesen2012-04-25
* Remove a dead function.Jakob Stoklund Olesen2012-04-25
* Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...Lang Hames2012-02-21
* Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't seeLang Hames2012-02-17
* Disentangle moving a machine instr from updating LiveIntervals.Lang Hames2012-02-15
* Tighten physical register invariants: Allocatable physical registers canLang Hames2012-02-14
* Remove unused 'isAlias' parameter.Lang Hames2012-02-10
* Cache basic block boundaries for faster RegMaskSlots access.Jakob Stoklund Olesen2012-02-10
* Optimize LiveIntervals::intervalIsInOneMBB().Jakob Stoklund Olesen2012-02-10