aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls
AgeCommit message (Expand)Author
2008-06-09lower calls to abs to inline code, PR2337Chris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-19Fix PR2341 - when the length is 4 use an i32 notDuncan Sands
2008-05-02strength reduce exp2 into ldexp, rdar://5852514Chris Lattner
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-05-01fix typoChris Lattner
2008-05-01instcombine does memset optzns.Chris Lattner
2008-05-01simplifylibcalls doesn't optimize llvm.memmove, instcombine does.Chris Lattner
2008-04-30no reason for simplifylibcalls to simplify intrinsics, instcombine doesChris Lattner
2008-04-30remove redundant check.Chris Lattner
2008-04-09Generalize getUnaryFloatFunction to handle any FP unary function, automaticallyChris Lattner
2008-04-09remove capital letter from test name.Chris Lattner
2008-04-09many cleanups to the pow optimizer. Allow it to handle powf,Chris Lattner
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
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