llvm-6502/test/Transforms/Reassociate
Reid Spencer 2676f83776 Tired of wading through cvs's list ? files that are generated when building
with srcdir = objdir to see what's okay and what's cruft. So, in goes a
bunch of .cvsignore files to shut cvs up about known output from running
"make check".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27009 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-23 23:41:57 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2002-05-15-AgressiveSubMove.ll
2002-05-15-MissedTree.ll
2002-05-15-SubReassociate2.ll
2002-05-15-SubReassociate.ll
2002-07-09-DominanceProblem.ll
2003-08-12-InfiniteLoop.ll
2005-08-24-Crash.ll new testcase that crashes -reassociate 2005-08-24 17:54:56 +00:00
2005-09-01-ArrayOutOfBounds.ll new testcase for recent bugfix 2005-09-02 06:12:12 +00:00
backwards.ll add a testcase for a case we do not handle yet 2005-05-08 21:47:42 +00:00
basictest2.ll
basictest3.ll new testcases for PR557 2005-05-08 20:56:02 +00:00
basictest4.ll new testcases for PR557 2005-05-08 20:56:02 +00:00
basictest.ll
dg.exp
inverses.ll
looptest.ll
mul-factor3.ll new testcase from a FIXME in the code 2006-03-14 08:13:09 +00:00
mul-neg-add.ll new testcase 2005-05-08 21:41:18 +00:00
mulfactor2.ll new testcase from a FIXME in the code 2006-03-14 08:13:09 +00:00
mulfactor.ll new testcase 2006-03-04 09:35:02 +00:00
negation.ll new testcase 2005-05-08 21:28:33 +00:00
otherops.ll
shift-factor.ll Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. 2006-03-14 06:54:32 +00:00
shifttest.ll
subtest.ll