index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveIntervalAnalysis.cpp
Age
Commit message (
Expand
)
Author
2013-03-08
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-02-23
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2013-02-20
Find anchoring end points for repairIntervalsInRange and repairIndexesInRange
Cameron Zwarich
2013-02-20
Make repairIntervalsInRange() more robust. There are now no longer any liveness-
Cameron Zwarich
2013-02-20
Add support to the two-address pass for updating LiveIntervals in many of the
Cameron Zwarich
2013-02-20
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-17
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-09
Remove the old liveness algorithm.
Jakob Stoklund Olesen
2013-02-08
Turn on -new-live-intervals by default.
Jakob Stoklund Olesen
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
misched: Fix LiveInterval update to better handle DebugVal.
Andrew Trick
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-09
Fix assertions in updateRegMaskSlots().
Jakob Stoklund Olesen
2012-10-16
misched: Added handleMove support for updating all kill flags, not just for a...
Andrew Trick
2012-10-15
Remove LIS::isAllocatable() and isReserved() helpers.
Jakob Stoklund Olesen
2012-10-13
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-12
Use a transposed algorithm for handleMove().
Jakob Stoklund Olesen
2012-10-02
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-09-20
Extend -new-coalescer SSA update to handle mapped values as well.
Jakob Stoklund Olesen
2012-09-17
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-12
Make findLastUseBefore handle reg-unit liveness.
Lang Hames
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-03
When updating live range endpoints, make sure to preserve the early clobber bit.
Lang Hames
2012-08-22
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-07-27
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-06-22
Delete a boring statistic.
Jakob Stoklund Olesen
2012-06-22
Store live intervals in an IndexedMap.
Jakob Stoklund Olesen
2012-06-22
Simplify handleMove() a bit.
Jakob Stoklund Olesen
2012-06-22
Stop computing physreg live ranges.
Jakob Stoklund Olesen
2012-06-22
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-20
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
Enable register unit liveness by default.
Jakob Stoklund Olesen
2012-06-20
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
Delete dead code.
Jakob Stoklund Olesen
2012-06-19
Add regunit liveness support to LiveIntervals::handleMove().
Jakob Stoklund Olesen
2012-06-19
80 col.
Jakob Stoklund Olesen
2012-06-06
Remove dead debug option -disable-rematerialization.
Jakob Stoklund Olesen
[next]