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
/
Transforms
/
Scalar
/
JumpThreading.cpp
Age
Commit message (
Expand
)
Author
2008-05-09
restore doxygen comment.
Chris Lattner
2008-05-08
Improve pass documentation and comments.
Gordon Henriksen
2008-05-06
fix typo Duncan noticed
Chris Lattner
2008-05-05
Fix a crash when threading a block that includes a MRV call result.
Chris Lattner
2008-04-25
Don't infininitely thread branches when a threaded edge
Chris Lattner
2008-04-22
Start doing the significantly useful part of jump threading: handle cases
Chris Lattner
2008-04-22
Dig through multiple levels of AND to thread jumps if needed.
Chris Lattner
2008-04-22
Teach jump threading to thread through blocks like:
Chris Lattner
2008-04-22
refactor some code, no functionality change.
Chris Lattner
2008-04-21
fix grammar-o, thanks to Duncan for noticing.
Chris Lattner
2008-04-21
Use the new SplitBlockPredecessors to implement a todo.
Chris Lattner
2008-04-20
finish the first cut of a jump threading pass implementation.
Chris Lattner
2008-04-20
we can only thread blocks when there is a pred we can determine the succ of.
Chris Lattner
2008-04-20
improve comments, infrastructure, and add some validity checks for threading.
Chris Lattner
2008-04-20
Add a new Jump Threading pass, which will handle cases
Chris Lattner