Fixed PR#596:
[oota-llvm.git] / test / Transforms /
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.
2005-04-24 Chris Lattneradd a new testcase which occurs in 181.mcf
2005-04-23 Chris Lattneradd a new testcase
2005-04-15 Chris Lattnernew testcase
2005-04-08 Chris Lattnernew testcase that crashes the instcombiner.
2005-04-07 Chris Lattnernew test
2005-04-07 Chris Lattnernew testcase
2005-03-25 Chris LattnerNew testcase that crashes licm.
2005-03-06 Chris Lattnercleanup the test
2005-03-06 Chris Lattnercheck that we only insert one phi node per loop
2005-03-06 Chris LattnerAdd testcase for this:
2005-03-06 Chris Lattnertestcase for A[invariant][indvar] where invariant is...
2005-03-06 Chris Lattneradd test for this:
2005-03-06 Chris LattnerAdd test for this:
2005-03-06 Chris Lattnera regtest
2005-03-06 Chris Lattnernew directory
2005-03-06 Chris LattnerNew testcase for PR532
2005-03-04 Chris LattnerTestcase for a bug that caused us to miscompile ptrdist...
2005-02-27 Chris Lattnernew testcase globalopt should handle.
2005-02-27 Chris Lattnernew testcase globalopt should implement
2005-02-26 Chris LattnerA testcase that we miscompile, noticed from the demo...
2005-02-24 Chris Lattnernew testcase for a simple optimization that simplifycfg...
2005-02-24 Chris Lattneradd another testcase to make sure it gets turned into...
2005-02-17 Chris LattnerNew files, testing for a crash in ADCE compiling QT...
2005-02-17 Chris Lattnernew testcase for PR515
2005-02-12 Chris Lattnernew testcase for PR504
2005-01-31 Chris LattnerNew testcase
2005-01-31 Chris LattnerNew testcase
next