New testcase
[oota-llvm.git] / test / Transforms /
2002-10-03 Chris LattnerNew testcase
2002-10-02 Chris LattnerNew testcase for a problem discovered in the SPECINT...
2002-09-30 Chris LattnerAllow production of -stats output for benchmarks by...
2002-09-26 Chris Lattner* Run preheaders pass tests
2002-09-26 Chris LattnerCheckin the simple features tests for the preheader...
2002-09-24 Chris LattnerNew feature test for something we have done for a long...
2002-09-24 Chris LattnerNew testcase that causes SimplifyCFG to assert out.
2002-09-23 Chris LattnerConvert to using long indexes instead of uint
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-09-23 Chris LattnerNew testcase distilled from SPEC vortex benchmark
2002-09-23 Chris LattnerRun constantmerge tests too
2002-09-23 Chris LattnerFix testcase to accurately expose bug
2002-09-23 Chris LattnerNew testcase distilled from SPEC MCF benchmark
2002-09-20 Chris LattnerCheckin old testcase
2002-09-17 Chris LattnerNew regression test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-09-16 Chris LattnerRun the cee pass tests
2002-09-16 Chris LattnerChecking testcases for cee pass
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-09-10 Chris LattnerClean up pointer using testcases
2002-09-10 Chris LattnerRemove a testcase that is irrelevant now, fix a pointer...
2002-09-10 Chris LattnerNew testcase for poitner problem
2002-09-10 Chris LattnerRun indvars tests
2002-09-10 Chris LattnerAdd new testcase for broken indvars case
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
2002-09-09 Chris LattnerEliminate multiply of pointer type
2002-09-08 Chris LattnerNew testcase for a bug identified by Vikram
2002-09-08 Chris LattnerNew testcase that tests for array pointer analysis...
2002-09-07 Chris LattnerFix bug in testcase now that load-vn is not built into...
2002-09-07 Chris LattnerFix broken test
2002-09-03 Chris LattnerMake sure that setcc is implemented for bools.
2002-08-30 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 LattnerAdd a testcase that checks to make sure LICM uses basic...
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-21 Chris LattnerAdd testcase for the not (setcc A, B) case
2002-08-20 Chris LattnerFix buggy testcase
2002-08-20 Chris LattnerNew testcase for instcombine
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-15 Chris LattnerAdd another testcase
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
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 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-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-01 Chris LattnerVerify is implicit for opt
2002-07-31 Chris LattnerTrim down testcase a bit
2002-07-31 Chris LattnerNew testcase for level-raise crash inspired by SPEC
2002-07-30 Chris LattnerTest that logical operators are correctly constant...
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-23 Chris LattnerNew testcase for bug
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, 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-09 Chris LattnerNew testcase for problem effecting mst
2002-06-25 Chris LattnerBuild all subdirectories
2002-06-24 Chris LattnerBasic test of the inlinr
2002-06-24 Chris LattnerTestcase for unimplemented feature
2002-05-28 Chris LattnerNew testcase that is a distilled form of the other one
next