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
/
xor.ll
Age
Commit message (
Expand
)
Author
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-04-01
new testcases
Chris Lattner
2006-02-27
New testcases
Chris Lattner
2006-02-12
Make these tests fail if opt crashes.
Chris Lattner
2005-05-06
new testcase
Chris Lattner
2005-04-24
Test that xor/select are folded into a select with inverted operands.
Chris Lattner
2004-02-16
Add a test for the "swap idiom", which LLVM should be able to unravel.
Chris Lattner
2004-02-16
Test for xor chains
Chris Lattner
2003-11-05
New testcase for the other side
Chris Lattner
2003-11-04
Since we're in the neighborhood, test for the inverse
Chris Lattner
2003-11-04
Add a generalization of the previous case
Chris Lattner
2003-11-04
New testcase for masking operation that frequently occurs in the pool allocator
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-08-13
Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B)
Chris Lattner
2003-08-13
Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool
Chris Lattner
2003-07-23
New testcases
Chris Lattner
2003-07-23
Renumber tests sequentially
Chris Lattner
2003-07-23
Split the or and xor tests into two separate files
Chris Lattner