Make sure this doesn't break when we're improving the isels
[oota-llvm.git] / test / Transforms /
2005-08-17 Chris Lattnernew testcase distilled from mesa
2005-08-16 Chris Lattnertestcase that crashes lsr, distilled from 175.vpr
2005-08-10 Chris Lattnernow that we handle non-constant strides, this testcase...
2005-08-10 Chris LattnerNew testcase
2005-08-10 Chris Lattnernew testcase
2005-08-10 Chris Lattnernew testcase we handle
2005-08-10 Chris Lattnernew testcase
2005-08-09 Chris LattnerThis is now implemented
2005-08-08 Chris LattnerA testcase I don't want to break in the future
2005-08-08 Chris Lattnernew testcase, not implemented yet
2005-08-08 Chris LattnerIt is better to not depend on CSE to share multiplies...
2005-08-08 Chris LattnerThese are both implemented by a recent LSR patch
2005-08-07 Chris LattnerNew testcases for PR615
2005-08-05 Chris Lattnertwo simple testcases loopreduce should handle but does...
2005-08-05 Chris Lattnernew testcase that condprop should handle. The PHI...
2005-08-04 Chris Lattneradd a testcase nate requested
2005-08-04 Chris LattnerThis should not run lli, that is for llvm-test.
2005-08-04 Chris LattnerThis testcase now passes
2005-08-04 Chris Lattnerthis is not implemented by lsr yet
2005-08-03 Chris Lattnerthis now passes
2005-08-03 Chris Lattnernew testcase for PR612
2005-08-03 Chris Lattnernew testcase for PR612
2005-08-03 Chris LattnerTestcase that used to crash simplifycfg
2005-08-03 Chris Lattnerun-xfail this
2005-08-03 Chris LattnerThis fails for now
2005-08-02 Chris LattnerNew testcase that caused simplifycfg to crash
2005-08-01 Chris Lattnertemporarily fail these two tests until LSR evolves...
2005-07-07 Chris LattnerNew testcase distilled from a large chunk of code Misha...
2005-06-30 Chris Lattnernew testcase for PR590
2005-06-17 Chris Lattnernew testcase for PR586
2005-06-17 Chris Lattnernew testcase for PR585
2005-06-17 Chris Lattnernew testcase for PR584
2005-06-16 Chris Lattnernew testcase for PR583
2005-06-15 Chris Lattnernew testcase for PR582
2005-06-15 Chris Lattnernew testcase for PR579
2005-06-15 Chris Lattnernew testcase for PR577
2005-05-20 Chris Lattnernew testcase
2005-05-20 Chris LattnerNew testcase that crashes simplifycfg, identified accid...
2005-05-15 Reid SpencerDon't eliminate a test case, just the form of the test...
2005-05-15 Chris LattnerThis does not belong
2005-05-15 Reid SpencerAdd a case with non-constant argument for testing the...
2005-05-14 Reid SpencerAdd a test case for testing ffs libcall conversion...
2005-05-13 Chris Lattnerremove test
2005-05-13 Chris Lattnerfix buggy test
2005-05-13 Chris LattnerFix buggy test
2005-05-10 Chris Lattnernew testcase
2005-05-09 Chris Lattnertestcase I've had in my tree
2005-05-09 Chris LattnerNew testcase
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-08 Chris Lattnernew testcase
2005-05-07 Reid Spencer* Break tests into individual cases so its easier to...
2005-05-07 Chris Lattnertest that reassociate can handle shifts
2005-05-06 Chris LattnerMake sure to not accidentally get a bogus tail marker
2005-05-06 Chris Lattnernew testcases
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase for unneeded and
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase
2005-05-05 Chris Lattnernew testcase for a bug Jim found
2005-05-04 Chris Lattnernew testcase
2005-05-04 Reid SpencerMake sure both optimization cases get tested.
2005-05-04 Reid SpencerAdd a test case for the IsDigitOptimization class.
2005-05-03 Reid SpencerFix this test to succeed even if "strchr" is on a call...
2005-05-03 Reid SpencerAdd a test case for SPrintFOptimization.
2005-05-03 Reid SpencerAdd a test case for StrChrOptimizer for -simplify-libcalls
2005-05-03 Reid SpencerA new test case for the LLVMMemSetOptimization.
2005-05-03 Reid SpencerCorrect the title and the success criteria: strcmp...
2005-05-03 Reid SpencerAdd a new test case for the StrNCmpOptimization.
2005-05-02 Reid SpencerAdd a test case for testing the FPrintFOptimization.
2005-05-01 Chris Lattnernew testcase
2005-05-01 Chris Lattneradd a new testcase
2005-04-30 Reid Spencer* Fix signed/unsigned usage problem
2005-04-30 Reid SpencerA new test case for the ToAsciiOptimizer.
2005-04-30 Reid SpencerA new test case for the StrCmpOptimization in -simplify...
2005-04-29 Reid SpencerThis is StrCpy, NOT StrCat!
2005-04-29 Reid SpencerGet the name of the pass right in the documentation.
2005-04-29 Reid SpencerFix the success criteria for the test to make call...
2005-04-29 Reid SpencerActually make this pass test something related to fputs.
2005-04-29 Reid SpencerAdd a test case for the puts libcall optimization.
2005-04-29 Reid SpencerAdd a testcase for optimizing the strcpy libcall.
2005-04-29 Reid SpencerNew test case for testing pow(3) math library optimizat...
2005-04-27 Chris LattnerTest the noreturn function optimization
2005-04-26 Reid SpencerAdd a test case for MemMove.ll
2005-04-26 Reid SpencerResult of strlen is size_t which is either uint or...
2005-04-26 Reid SpencerAdd a new test case for the llvm.memcpy simplification...
2005-04-26 Reid Spencer* Add a test case for StrLenOptimization
2005-04-26 Reid SpencerFix RUN: line to not always pass.
2005-04-25 Reid SpencerUpdate the test case to handle a few more (degenerate...
2005-04-25 Chris Lattnerrename fn
2005-04-25 Chris Lattnernew testcase
2005-04-25 Reid SpencerMake sure the target buffer is null terminated so we...
2005-04-25 Reid SpencerA test case for testing the StrCatOptimizer, currently...
2005-04-25 Reid SpencerUse the %name rather than the "name" format so those...
2005-04-25 Reid SpencerA test case for the the ExitInMain libcall simplification.
2005-04-24 Chris LattnerTest that xor/select are folded into a select with...
2005-04-24 Chris Lattnerunxfail this.
next