index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
JumpThreading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+4
*
restore doxygen comment.
Chris Lattner
2008-05-09
1
-17
/
+16
*
Improve pass documentation and comments.
Gordon Henriksen
2008-05-08
1
-16
/
+17
*
fix typo Duncan noticed
Chris Lattner
2008-05-06
1
-1
/
+1
*
Fix a crash when threading a block that includes a MRV call result.
Chris Lattner
2008-05-05
1
-4
/
+19
*
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
[prev]