Add instruction selection code and tests for setcc instructions
[oota-llvm.git] / test / Transforms /
2002-11-06 Chris LattnerNew testcases
2002-11-05 Chris LattnerNew testcase
2002-11-04 Chris LattnerAdd new getelementptr elimination test
2002-11-04 Chris LattnerNew testcase for malloc promotion
2002-11-04 Chris LattnerAdd information about why this testcase fails
2002-11-04 Chris LattnerConvert uint gep operands to long
2002-11-04 Chris LattnerConvert old style gep index from uint to long
2002-11-04 Chris LattnerImprove the clean target
2002-11-01 Chris LattnerAdd a testcase cee should eventually pass
2002-11-01 Vikram S. AdveUse absolute path name for "analyze" since we are chang...
2002-10-31 Chris LattnerNew testcases
2002-10-31 Chris LattnerTell cvs to ignore *.dot and *.ps files in this directory
2002-10-31 Chris LattnerNew testcase for the possible array merging scenarios
2002-10-31 Chris LattnerNew testcases
2002-10-25 Chris LattnerUpdate test to use long instead of uint getelementptr...
2002-10-15 Chris LattnerClean up testcases
2002-10-15 Chris LattnerCleanup test
2002-10-15 Chris LattnerFix typo
2002-10-15 Chris LattnerCleanup testcase
2002-10-15 Chris LattnerFix testcase
2002-10-09 Chris LattnerAdd check to see if opt aborts
2002-10-09 Chris LattnerNew testcase
2002-10-09 Chris LattnerAvoid having testcases spit out bytecode on error
2002-10-09 Chris LattnerCleanup testcase a lot to test JUST funcresolve of...
2002-10-09 Chris LattnerNew testcase for infinite loop that the raise pass...
2002-10-08 Chris LattnerNew testcase for bug that messes up the CWriter
2002-10-08 Chris LattnerMake test more interesting by adding dummy phi node
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-10-08 Chris LattnerThis test was mistakenly matching 'predecessors' that...
2002-10-07 Chris LattnerNew testcase
2002-10-07 Chris LattnerFix testcase to run correctly, add description
2002-10-07 Chris LattnerFinally I'm able to distill a testcase for a problem...
2002-10-06 Chris LattnerCheckin new "feature" test for cee
2002-10-06 Chris LattnerNEw "feature" test that cee should eventually handle
2002-10-04 Chris LattnerNew testcase for bug never checked into CVS, but that...
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 ***
next