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
/
LiveInterval.cpp
Age
Commit message (
Expand
)
Author
2012-09-27
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-12
Delete dead code.
Jakob Stoklund Olesen
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
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-07-25
Preserve 2-addr constraints in ConnectedVNInfoEqClasses.
Jakob Stoklund Olesen
2012-07-10
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
Fix a bug where I didn't test for an empty range before inspecting the
Chandler Carruth
2012-07-10
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
2012-07-05
Optimize extendIntervalEndTo a tiny bit by saving one call through the
Chandler Carruth
2012-06-05
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-05-19
Run proper recursive dead code elimination during coalescing.
Jakob Stoklund Olesen
2012-04-28
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
2012-04-28
Spring cleaning - Delete dead code.
Jakob Stoklund Olesen
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-02
Break as soon as the MustMapCurValNos flag is set - no need to reiterate.
Lang Hames
2012-02-02
PR11868. The previous loop in LiveIntervals::join would sometimes fall over if
Lang Hames
2011-11-14
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-09-15
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-13
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-03-19
Replace a broken LiveInterval::MergeValueInAsValue() with something simpler.
Jakob Stoklund Olesen
2011-03-17
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-12
That's it, I am declaring this a failure of the C++03 STL.
Jakob Stoklund Olesen
2011-03-11
Fix use of CompEnd predicate to be standards conforming
John Wiegley
2011-03-08
Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...
Jakob Stoklund Olesen
2011-03-08
Revert "Make a comparator's argument `const'. This fixes the build for
Oscar Fuentes
2011-03-08
Make a comparator's argument `const'. This fixes the build for MSVC 9.
Oscar Fuentes
2011-03-03
Avoid comparing invalid slot indexes.
Jakob Stoklund Olesen
2011-03-02
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-01-19
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2010-12-21
Use IntEqClasses to compute connected components of live intervals.
Jakob Stoklund Olesen
2010-12-19
Fix PR8815 by checking for an explicit clobber def tied to a use operand in
Cameron Zwarich
2010-10-29
Teach ConnectedVNInfoEqClasses::Classify to deal with unused values.
Jakob Stoklund Olesen
2010-10-29
Fix broken equivalence class calculation. We could probably also use
Jakob Stoklund Olesen
2010-10-09
Silence compiler warning.
Benjamin Kramer
2010-10-08
Classify value numbers into connected components in linear time.
Jakob Stoklund Olesen
2010-10-07
After splitting, the remaining LiveInterval may be fragmented into multiple
Jakob Stoklund Olesen
2010-10-05
Tweak VNInfo printing.
Jakob Stoklund Olesen
2010-10-05
Add assert for valid slot indexes.
Jakob Stoklund Olesen
2010-10-01
When RemoveCopyByCommutingDef is creating additional identity copies, just use
Jakob Stoklund Olesen
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-21
Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.
Jakob Stoklund Olesen
2010-09-21
Don't pollute the global namespace.
Jakob Stoklund Olesen
[next]