index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SimplifyCFG
/
branch-fold.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-24
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
1
-0
/
+18
2012-06-13
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
1
-0
/
+33
2011-11-26
FileCheck-ize this test and make it more precise. This is in preparation
Chandler Carruth
1
-5
/
+11
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
1
-1
/
+1
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
1
-1
/
+1
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
1
-1
/
+1
2008-03-18
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
1
-10
/
+11
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
1
-1
/
+1
2007-04-15
For PR1319:
Reid Spencer
1
-1
/
+1
2007-01-13
Can't grep for bool any more.
Reid Spencer
1
-1
/
+1
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
1
-1
/
+1
2005-09-23
new testcase
Chris Lattner
1
-0
/
+12