index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
CondProp
Age
Commit message (
Expand
)
Author
2009-11-11
remove condprop testcases.
Chris Lattner
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-04-14
Optimize conditional branch on i1 phis with non-constant inputs.
Evan Cheng
2009-02-05
Ignore dbg intrinsics while propagating conditional expression info. Take 2.
Devang Patel
2009-02-05
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
Remove dead blocks in the end.
Devang Patel
2009-02-05
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-01-26
Handle single-entry phi nodes gracefully in condprop.
Chris Lattner
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2007-08-02
Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll
Chris Lattner
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-01
Testcase from http://llvm.org/bugs/show_bug.cgi?id=979
Devang Patel
2006-08-14
new testcase from PR877
Chris Lattner
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2005-08-05
new testcase that condprop should handle. The PHI node becomes useless
Chris Lattner
2005-08-04
add a testcase nate requested
Chris Lattner
2005-04-15
new testcase
Chris Lattner