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
/
and.ll
Age
Commit message (
Expand
)
Author
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-02-13
new testcase
Chris Lattner
2005-05-09
New testcase
Chris Lattner
2005-05-06
new testcases
Chris Lattner
2005-05-06
new testcase for unneeded and
Chris Lattner
2005-01-01
Add a bunch of tests for ANDs that should be eliminated.
Chris Lattner
2004-11-22
Pull out failing test into a seperate file, which is xfailed
Chris Lattner
2004-10-08
New testcase
Chris Lattner
2004-09-28
New testcases
Chris Lattner
2004-09-27
New testcase
Chris Lattner
2004-09-24
Add some tests for shr-and folding
Chris Lattner
2004-09-23
New testcase for a pattern that occurs 20 times in perlbmk
Chris Lattner
2004-06-18
New test
Chris Lattner
2003-09-19
Two new tests for shifts followed by ands
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-08-13
I must have missed these when eliminating the cast to bool cannonicalizations
Chris Lattner
2003-08-13
Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool
Chris Lattner
2003-07-24
More testcases, which I'll implement later
Chris Lattner
2003-07-23
New testcase
Chris Lattner
2003-07-23
New testcases
Chris Lattner
2003-07-23
New testcase
Chris Lattner
2003-07-22
New testcases
Chris Lattner
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-03-10
Add optimizations:
Chris Lattner
2003-03-10
* Add testcases for associative operators
Chris Lattner
2003-02-18
test for a variety of new transformations:
Chris Lattner
2003-02-18
Modernize testcase
Chris Lattner
2002-08-02
These tests should not run -dce pass to cleanup instcombine.
Chris Lattner
2002-05-06
More testcases I don't want to forget about
Chris Lattner
2002-05-06
New testcases so I don't forget about these algebraic simplifications
Chris Lattner