index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
JumpThreading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't infininitely thread branches when a threaded edge
Chris Lattner
2008-04-25
1
-0
/
+22
*
Start doing the significantly useful part of jump threading: handle cases
Chris Lattner
2008-04-22
1
-7
/
+83
*
Dig through multiple levels of AND to thread jumps if needed.
Chris Lattner
2008-04-22
1
-14
/
+22
*
Teach jump threading to thread through blocks like:
Chris Lattner
2008-04-22
1
-20
/
+106
*
refactor some code, no functionality change.
Chris Lattner
2008-04-22
1
-2
/
+13
*
fix grammar-o, thanks to Duncan for noticing.
Chris Lattner
2008-04-21
1
-1
/
+1
*
Use the new SplitBlockPredecessors to implement a todo.
Chris Lattner
2008-04-21
1
-4
/
+16
*
finish the first cut of a jump threading pass implementation.
Chris Lattner
2008-04-20
1
-21
/
+141
*
we can only thread blocks when there is a pred we can determine the succ of.
Chris Lattner
2008-04-20
1
-2
/
+17
*
improve comments, infrastructure, and add some validity checks for threading.
Chris Lattner
2008-04-20
1
-9
/
+106
*
Add a new Jump Threading pass, which will handle cases
Chris Lattner
2008-04-20
1
-0
/
+52