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
/
Reassociate
Age
Commit message (
Expand
)
Author
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
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 "opt %s" so that opt doesn't print the test
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-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-08-16
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-06-10
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-03-19
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-02-17
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
upgrade and simplify this test.
Chris Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-05
move these xfailed tests to lib/Target/README.txt
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-04-28
new testcase
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
2006-03-14
new testcase from a FIXME in the code
Chris Lattner
2006-03-14
Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.
Chris Lattner
2006-03-04
new testcase
Chris Lattner
2005-09-02
new testcase for recent bugfix
Chris Lattner
2005-08-24
new testcase that crashes -reassociate
Chris Lattner
2005-05-08
add a testcase for a case we do not handle yet
Chris Lattner
2005-05-08
new testcase
Chris Lattner
2005-05-08
new testcase
Chris Lattner
2005-05-08
new testcases for PR557
Chris Lattner
2005-05-08
new testcase
Chris Lattner
2005-05-07
test that reassociate can handle shifts
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-09-15
Removing Makefiles. Regression tests are now run by QMTest.
John Criswell
2003-08-12
new testcase
Chris Lattner
2003-06-28
Remove explicit control flow through the use of the 'not' script
Chris Lattner
2002-10-15
Cleanup test
Chris Lattner
2002-08-01
Verify is implicit for opt
Chris Lattner
2002-07-09
New testcase for problem effecting mst
Chris Lattner
2002-05-16
New testcases for sub/neg reassociation
Chris Lattner
2002-05-16
Fix testcase
Chris Lattner
2002-05-15
New testcases to ensure sub's are maximally reassociable
Chris Lattner
2002-05-15
Testcase to ensure trees structures are correctly linearized
Chris Lattner
[prev]
[next]