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
/
test
/
Transforms
/
JumpThreading
Age
Commit message (
Expand
)
Author
2009-06-19
make jump threading handle lexically identical compare instructions
Chris Lattner
2009-06-19
Teach jump threading to look at comparisons between phi nodes and non-constants.
Nick Lewycky
2009-05-04
Restore minor deletion.
Mike Stump
2009-01-19
Fix PR3353, infinitely jump threading an infinite loop make from switches.
Chris Lattner
2009-01-09
Fix PR3298, a crash in Jump Threading. Apparently even
Chris Lattner
2008-12-03
testcase for br undef folding.
Chris Lattner
2008-12-03
Teach jump threading some more simple tricks:
Chris Lattner
2008-11-28
don't call MergeBasicBlockIntoOnlyPred on a block whose only
Chris Lattner
2008-11-27
Fix PR3138: if we merge the entry block into another block, make sure to
Chris Lattner
2008-11-27
Make jump threading substantially more powerful, in the following ways:
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
add a basic testcase.
Chris Lattner