[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Transforms / Reassociate /
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-28 Chris Lattnernew testcase
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-14 Chris Lattnernew testcase from a FIXME in the code
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...
2006-03-04 Chris Lattnernew testcase
2005-09-02 Chris Lattnernew testcase for recent bugfix
2005-08-24 Chris Lattnernew testcase that crashes -reassociate
2005-05-08 Chris Lattneradd a testcase for a case we do not handle yet
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcases for PR557
2005-05-08 Chris Lattnernew testcase
2005-05-07 Chris Lattnertest that reassociate can handle shifts
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-08-12 Chris Lattnernew testcase
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2002-10-15 Chris LattnerCleanup test
2002-08-01 Chris LattnerVerify is implicit for opt
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-05-16 Chris LattnerNew testcases for sub/neg reassociation
2002-05-16 Chris LattnerFix testcase
2002-05-15 Chris LattnerNew testcases to ensure sub's are maximally reassociable
2002-05-15 Chris LattnerTestcase to ensure trees structures are correctly linea...
2002-05-15 Chris LattnerTest to ensure sub -> neg promotion is working and...
2002-05-15 Chris LattnerNew testcase
2002-05-08 Chris LattnerNew testcase for LICM reassociation
2002-05-08 Chris LattnerAdd some simple test of reassociation