- Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better
[oota-llvm.git] / test /
2002-08-31 Chris LattnerNew testcase
2002-08-30 Chris LattnerNew testcase
2002-08-30 Chris LattnerMake sure to run these tests with load value #'ing
2002-08-30 Vikram S. AdveEliminate hardcoded paths using LLVMGCCDIR variable.
2002-08-26 Chris LattnerNew testcase
2002-08-23 Chris LattnerTest that demorgan's law is instcombined successfully
2002-08-22 Chris LattnerAdd new testcases for instcombine
2002-08-22 Chris LattnerNew testcase
2002-08-22 Chris LattnerAdd a testcase that checks to make sure LICM uses basic...
2002-08-22 Chris LattnerAdd readme file describing directory
2002-08-22 Chris LattnerInitial testcases for basicaa alias analysis
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerRemove obsolete test
2002-08-22 Chris LattnerRemove ancient test
2002-08-22 Chris LattnerCovnert tests to not use indexed load/stores
2002-08-22 Vikram S. AdveAdd functions castbool and boolexpr.
2002-08-22 Vikram S. Adve*** empty log message ***
2002-08-21 Chris LattnerFix testcase to not use indexing in non-gep instructions
2002-08-21 Chris LattnerTest the C backend on all of the feature tests as well.
2002-08-21 Chris LattnerFix store to not index
2002-08-21 Chris LattnerConvert testcase to not use indexing on loads & stores
2002-08-21 Chris LattnerAdd testcase for the not (setcc A, B) case
2002-08-20 Chris LattnerCleanup testsuite
2002-08-20 Chris LattnerClean up testcases to make them proper
2002-08-20 Chris LattnerNew testcase for constexpr problem.
2002-08-20 Chris LattnerProvide a way to actually run tests
2002-08-20 Chris LattnerFix buggy testcase
2002-08-20 Chris LattnerDon't stop the testing process if dis segfaults
2002-08-20 Chris LattnerNew testcase
2002-08-20 Chris LattnerTestcase for anonymous recursive types
2002-08-20 Chris LattnerNew testcase for instcombine
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris Lattner* Build with warnings
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerNew testcase
2002-08-18 Chris LattnerNew testcase.
2002-08-17 Chris LattnerAdd a simple testcase that just uses a CPR instead...
2002-08-17 Chris LattnerNew testcase
2002-08-17 Chris LattnerInclude a basic simple test.
2002-08-16 Chris LattnerAdd new testcase for gep instruction -> get constexpr...
2002-08-16 Chris LattnerFix typo
2002-08-16 Chris LattnerNew testcase distilled from much larger problem
2002-08-15 Chris LattnerConvert constexpr over to new syntax
2002-08-15 Chris LattnerNew testcase
2002-08-15 Chris LattnerMake 'features' testsuite work with the /shared changes.
2002-08-15 Chris LattnerConvert testcase to use correct syntax
2002-08-15 Chris LattnerAdd another testcase
2002-08-15 Chris LattnerThere seem to be issues with constant exprs
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-15 Vikram S. AdveAdd tests for unary NOT operations.
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
2002-08-14 Chris Lattner*** empty log message ***
2002-08-14 Chris LattnerThis file does not belong here.
2002-08-14 Chris LattnerFix tests that use the now dead not instruction
2002-08-14 Chris LattnerFix testcases that used to now dead 'not' instruction
2002-08-14 Chris LattnerChange not's to xors
2002-08-14 Chris LattnerRemove illegal test now that not instruction does not...
2002-08-14 Chris LattnerMake sure there is SOME output always so the test is...
2002-08-14 Chris LattnerThe not instruction is just a specialized form of XOR
2002-08-12 Chris LattnerTools are now moved into /shared
2002-08-12 Chris LattnerAdd comment
2002-08-09 Chris Lattnerxor x, ALLONES should -> not x
2002-08-09 Chris Lattnersetcc of booleans should always be eliminated
2002-08-09 Chris LattnerAdd more strength reduction testcases
2002-08-04 Vikram S. AdveAdd a sequence of GEPs with constant indices, for...
2002-08-03 Chris LattnerTestcase for stuff instcombine should do eventually
2002-08-03 Chris LattnerAdd some more features that we could instcombine away
2002-08-03 Chris Lattner*** empty log message ***
2002-08-03 Vikram S. AdveRun both *.ll and *.c tests.
2002-08-03 Vikram S. AdveAdded expected decomposed sequence in comments, plus...
2002-08-02 Chris LattnerFix yet another bug in the testcase
2002-08-02 Chris LattnerFix bug in testcase
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-08-02 Chris LattnerAdd another testcase that isn't failing because of...
2002-08-02 Chris LattnerChange test to really test the cases we can hit
2002-08-02 Chris LattnerNew testcase
2002-08-02 Chris LattnerAdd a note about where to put miscompilation tests.
2002-08-02 Chris LattnerNew testcase for dominator problem
2002-08-02 Chris LattnerThe verify pass is implicit
2002-08-02 Chris LattnerNew test
2002-08-02 Chris LattnerTweak makefile after moving
2002-08-01 Chris LattnerVerify is implicit for opt
2002-08-01 Chris LattnerFix makefile to work.
2002-08-01 Chris LattnerFix broken testcase
2002-08-01 Chris LattnerMake testcase legal LLVM
2002-08-01 Vikram S. AdveFeature test for stack size bigger than immed. field...
2002-07-31 Chris LattnerNEw testcase
2002-07-31 Chris LattnerTrim down testcase a bit
2002-07-31 Chris LattnerNew testcase for level-raise crash inspired by SPEC
2002-07-31 Chris LattnerFix testcase
2002-07-31 Chris LattnerNew testcase
2002-07-31 Chris LattnerTestcase that was triggering an incorrect assertion...
2002-07-31 Chris LattnerVerify pass has been run for a long time now
2002-07-30 Chris LattnerThis testcase is independant of varargsness
2002-07-30 Chris LattnerRemove invokation of cleangcc pass which has been renam...
2002-07-30 Chris LattnerTest that logical operators are correctly constant...
next