summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
Commit message (Expand)AuthorAge
* 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
* Delete a boring statistic.Jakob Stoklund Olesen2012-06-22
* Store live intervals in an IndexedMap.Jakob Stoklund Olesen2012-06-22
* Simplify handleMove() a bit.Jakob Stoklund Olesen2012-06-22
* Stop computing physreg live ranges.Jakob Stoklund Olesen2012-06-22
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-22
* Remove the -live-regunits command line option.Jakob Stoklund Olesen2012-06-20
* Fix some more LiveInterval enumerations.Jakob Stoklund Olesen2012-06-20
* Enable register unit liveness by default.Jakob Stoklund Olesen2012-06-20
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-20
* Delete dead code.Jakob Stoklund Olesen2012-06-20
* Add regunit liveness support to LiveIntervals::handleMove().Jakob Stoklund Olesen2012-06-19
* 80 col.Jakob Stoklund Olesen2012-06-19
* Remove dead debug option -disable-rematerialization.Jakob Stoklund Olesen2012-06-06
* Suppress -Wunused-variable in -Asserts buildMatt Beaumont-Gay2012-06-05
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-05
* Add experimental support for register unit liveness.Jakob Stoklund Olesen2012-06-05
* Remove the last remat-related code from LiveIntervalAnalysis.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
* Clear the entering, exiting and internal ranges of a bundle before collectingLang Hames2012-05-29
* LiveRangeQuery simplifies shrinkToUses().Jakob Stoklund Olesen2012-05-20
* LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...Pete Cooper2012-04-18
* misched: fix LiveInterval update for bottom-up schedulingAndrew Trick2012-03-21
* misched: fix LI update for bottom-up.Andrew Trick2012-03-21
* Stop fixing bad machine code in LiveIntervalAnalysis.Jakob Stoklund Olesen2012-03-04