summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
Commit message (Expand)AuthorAge
...
* 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
* Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen2012-03-01
* Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...Lang Hames2012-02-21
* Fix some bugs in HMEditor's moveAllOperandsInto logic.Lang Hames2012-02-21
* Silence operator precedence warning.Benjamin Kramer2012-02-19
* Add machinery for pushing live ranges onto bundle starts while bundling.Lang Hames2012-02-19
* Simplify moveEnteringDownFrom rules.Lang Hames2012-02-19
* Skip through instructions rather than operands when looking for last use slot.Lang Hames2012-02-19
* Fix TODO and trailing whitespace.Lang Hames2012-02-19
* Defer sanity checks on live intervals until after all have been updated. Hold...Lang Hames2012-02-19
* Bring HMEditor into line with LLVM coding standards.Lang Hames2012-02-17
* Sink variable into assertMatt Beaumont-Gay2012-02-17
* Add support for regmask slots to HMEditor. Also fixes a comment error.Lang Hames2012-02-17
* Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't seeLang Hames2012-02-17
* Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG...Lang Hames2012-02-17
* Turn off assertion, conservatively compute liveness for live-in un-allocatabl...Lang Hames2012-02-17
* Make LiveIntervals::handleMove() bundle aware.Lang Hames2012-02-15
* Fix assertion condition.Lang Hames2012-02-15