Handle multiple induction variables.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls /
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Chris Lattnernew testcase
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-06 Chris Lattnertestcase for PR1307
2007-01-26 Reid SpencerFor PR761:
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUpgrade intrinsic function calls manually.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-09 Chris LattnerUpdate these tests (which use autoupgrade) to run const...
2006-02-11 Chris LattnerUpdate comments to be actually accurate
2006-01-23 Chris Lattneradd new tests
2006-01-23 Chris LattnerMake sure this tests the right thing, xfail on solaris...
2005-09-29 Chris Lattnernew testcase for isascii
2005-09-29 Chris Lattneradd a new testcase
2005-09-24 Chris LattnerEnhance this to check for a crash, add a case that...
2005-08-24 Chris Lattnernew testcase
2005-05-20 Chris Lattnernew testcase
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-07 Reid Spencer* Break tests into individual cases so its easier to...
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-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-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 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.