aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls
AgeCommit message (Expand)Author
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-14new testcaseChris Lattner
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-06testcase for PR1307Chris Lattner
2007-01-26For PR761:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Upgrade intrinsic function calls manually.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-03-09Update these tests (which use autoupgrade) to run constprop and checkChris Lattner
2006-02-11Update comments to be actually accurateChris Lattner
2006-01-23add new testsChris Lattner
2006-01-23Make sure this tests the right thing, xfail on solaris, which doesn't have fl...Chris Lattner
2005-09-29new testcase for isasciiChris Lattner
2005-09-29add a new testcaseChris Lattner
2005-09-24Enhance this to check for a crash, add a case that crashes simplifylibcalls,Chris Lattner
2005-08-24new testcaseChris Lattner
2005-05-20new testcaseChris Lattner
2005-05-15Don't eliminate a test case, just the form of the test case, from theReid Spencer
2005-05-15This does not belongChris Lattner
2005-05-15Add a case with non-constant argument for testing the transform:Reid Spencer
2005-05-14Add a test case for testing ffs libcall conversion to constantReid Spencer
2005-05-07* Break tests into individual cases so its easier to see what's going on.Reid Spencer
2005-05-04Make sure both optimization cases get tested.Reid Spencer
2005-05-04Add a test case for the IsDigitOptimization class.Reid Spencer
2005-05-03Fix this test to succeed even if "strchr" is on a call instruction.Reid Spencer
2005-05-03Add a test case for SPrintFOptimization.Reid Spencer
2005-05-03Add a test case for StrChrOptimizer for -simplify-libcallsReid Spencer
2005-05-03A new test case for the LLVMMemSetOptimization.Reid Spencer
2005-05-03Correct the title and the success criteria: strcmp -> strncmpReid Spencer
2005-05-03Add a new test case for the StrNCmpOptimization.Reid Spencer
2005-05-02Add a test case for testing the FPrintFOptimization.Reid Spencer
2005-04-30* Fix signed/unsigned usage problemReid Spencer
2005-04-30A new test case for the ToAsciiOptimizer.Reid Spencer
2005-04-30A new test case for the StrCmpOptimization in -simplify-libcalls.Reid Spencer
2005-04-29This is StrCpy, NOT StrCat!Reid Spencer
2005-04-29Get the name of the pass right in the documentation.Reid Spencer
2005-04-29Fix the success criteria for the test to make call instructions with "pow"Reid Spencer
2005-04-29Actually make this pass test something related to fputs.Reid Spencer
2005-04-29Add a test case for the puts libcall optimization.Reid Spencer
2005-04-29Add a testcase for optimizing the strcpy libcall.Reid Spencer
2005-04-29New test case for testing pow(3) math library optimizations.Reid Spencer
2005-04-26Add a test case for MemMove.llReid Spencer
2005-04-26Result of strlen is size_t which is either uint or ulong, not int.Reid Spencer
2005-04-26Add a new test case for the llvm.memcpy simplification case.Reid Spencer