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
/
InstCombine
/
load.ll
Age
Commit message (
Expand
)
Author
2010-07-12
merge two tests.
Chris Lattner
2010-01-05
clean up tests.
Chris Lattner
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
2008-10-15
Teach instcombine's visitLoad to scan back several instructions
Dan Gohman
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-08-12
oops, forgot to commit this.
Chris Lattner
2007-04-14
For PR1319:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-01
remove a testcase for a marginal feature
Chris Lattner
2005-09-12
new testcase
Chris Lattner
2005-09-12
new testcase
Chris Lattner
2005-09-12
new testcase
Chris Lattner
2005-05-01
add a new testcase
Chris Lattner
2004-09-19
Add two new testcases that instcombine should handle
Chris Lattner
2004-05-27
Add back a test I accidentally removed
Chris Lattner
2004-05-27
Add another testcase
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-06-28
Remove usage of grep-not script
Chris Lattner
2003-06-28
Convert scripts from using explicit control flow to use the new grep-not script
Chris Lattner
2003-06-26
add tests for elimination of loads
Chris Lattner