Make 'features' testsuite work with the /shared changes.
[oota-llvm.git] / test /
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...
2002-07-30 Chris LattnerAdd test of newly checked in Union support!
2002-07-30 Chris LattnerSimplify testcase a bit
2002-07-30 Chris LattnerNew testcase found when working on union support *sigh*
2002-07-30 Chris LattnerNew testcase distilled from trying to compile burg...
2002-07-30 Chris LattnerOops, fix testcase
2002-07-30 Chris LattnerNEw testcase to handle "yet another" return type mismat...
2002-07-30 Chris LattnerTrim down testcase, a lot.
2002-07-29 Chris LattnerReduce testcase more
2002-07-29 Chris LattnerReduce the size of the testcase
2002-07-29 Chris LattnerHrm, testcase was checking the wrong pass. :(
2002-07-29 Chris LattnerNew testcase
2002-07-29 Chris LattnerFix testcase to not print pointer value
2002-07-29 Chris LattnerNew testcase
2002-07-25 Chris LattnerNew testcase for bug
2002-07-25 Chris LattnerNew testcase
2002-07-25 Chris LattnerAdd testcase for disassembler problem.
2002-07-23 Chris LattnerChecking testcase in my local tree only
2002-07-23 Chris LattnerNew testcase for bug
2002-07-23 Chris LattnerTEstcases for old bugs
2002-07-23 Chris LattnerCheck in testcases that were just in my tree
2002-07-23 Chris LattnerNew testcase
2002-07-19 Chris LattnerNew testcase
2002-07-18 Chris LattnerBuild globaldce tests
2002-07-18 Chris LattnerNew testcase
2002-07-18 Chris LattnerNew testcases for bug in globaldce
2002-07-17 Chris LattnerNew testcase
2002-07-17 Chris LattnerNew testcase, unanalyzed.
2002-07-17 Chris LattnerNew testcase finally identified!!
2002-07-16 Chris LattnerNew testcase
2002-07-16 Chris LattnerAdd testcase for raise opportunity missed.
2002-07-16 Chris LattnerBug fix to RUN line
2002-07-16 Chris LattnerNew testcase distilled from olden-tsp.
2002-07-16 Chris LattnerNew testcase
2002-07-15 Vikram S. AdveAdded duplicate constant expressions to test uniqueness...
2002-07-14 Chris LattnerCheck in tests that have been in my tree for a long...
2002-07-14 Chris LattnerMinor rename of output
2002-07-14 Chris LattnerNew testcase to track opaque type bug
2002-07-14 Vikram S. AdveMinor additions.
2002-07-14 Vikram S. AdveTest the handling of constant expressions.
2002-07-14 Chris LattnerAllow tests that use custom commands to run
2002-07-14 Chris LattnerTest to make sure that 'internal' flags don't get dropp...
2002-07-10 Chris LattnerFix broken test
2002-07-10 Vikram S. AdveInclude Makefile.singlesrc in order to compile .c tests.
2002-07-10 Vikram S. AdveSome of these are feature tests, not regression tests.
2002-07-09 Chris LattnerAdd a new testcase. It actually is not infinite loopin...
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-06-25 Chris LattnerNew testcase
2002-06-25 Chris LattnerBuild all subdirectories
next