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
/
LiveStackAnalysis.cpp
Age
Commit message (
Expand
)
Author
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2010-10-26
Make the spiller responsible for updating the LiveStacks analysis.
Jakob Stoklund Olesen
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-06-26
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2009-11-03
The Indexes Patch.
Lang Hames
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-06-02
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-05-03
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2008-09-22
Livestacks really does preserve everything.
Evan Cheng
2008-09-22
Instead of setPreservesAll, just mark them preseving machine loop info and ma...
Evan Cheng
2008-09-22
Mark several codegen passes as preserving all analysis.
Evan Cheng
2008-06-04
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng