aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls
Commit message (Expand)AuthorAgeFilesLines
* Run a post-pass that marks known function declarations by name.Nick Lewycky2009-01-041-0/+12
* Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).Nick Lewycky2008-12-211-0/+10
* Optimize memmove and memset into the LLVM builtins. Note that these Eli Friedman2008-11-302-0/+24
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-041-0/+41
* lower calls to abs to inline code, PR2337Chris Lattner2008-06-091-0/+11
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Fix PR2341 - when the length is 4 use an i32 notDuncan Sands2008-05-191-0/+14
* strength reduce exp2 into ldexp, rdar://5852514Chris Lattner2008-05-021-0/+38
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-012-2/+2
* fix typoChris Lattner2008-05-011-1/+1
* instcombine does memset optzns.Chris Lattner2008-05-011-18/+0
* simplifylibcalls doesn't optimize llvm.memmove, instcombine does.Chris Lattner2008-05-011-22/+0
* no reason for simplifylibcalls to simplify intrinsics, instcombine doesChris Lattner2008-04-301-3/+1
* remove redundant check.Chris Lattner2008-04-301-3/+1
* Generalize getUnaryFloatFunction to handle any FP unary function, automaticallyChris Lattner2008-04-091-0/+5
* remove capital letter from test name.Chris Lattner2008-04-091-0/+0
* many cleanups to the pow optimizer. Allow it to handle powf,Chris Lattner2008-04-091-4/+12
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1020-361/+363
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-161-12/+7
* For PR1319:Reid Spencer2007-04-1615-19/+30
* For PR1319:Reid Spencer2007-04-157-23/+36
* new testcaseChris Lattner2007-04-141-0/+20
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* testcase for PR1307Chris Lattner2007-04-061-0/+28
* For PR761:Reid Spencer2007-01-261-1/+4
* For PR950:Reid Spencer2006-12-311-1/+1
* Upgrade intrinsic function calls manually.Reid Spencer2006-12-022-10/+10
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0220-30/+30
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* Update these tests (which use autoupgrade) to run constprop and checkChris Lattner2006-03-092-2/+4
* Update comments to be actually accurateChris Lattner2006-02-111-13/+19
* add new testsChris Lattner2006-01-231-2/+21
* Make sure this tests the right thing, xfail on solaris, which doesn't have fl...Chris Lattner2006-01-231-1/+4
* new testcase for isasciiChris Lattner2005-09-291-2/+4
* add a new testcaseChris Lattner2005-09-291-0/+23
* Enhance this to check for a crash, add a case that crashes simplifylibcalls,Chris Lattner2005-09-241-2/+6
* new testcaseChris Lattner2005-08-242-1/+11
* new testcaseChris Lattner2005-05-201-0/+10
* Don't eliminate a test case, just the form of the test case, from theReid Spencer2005-05-151-1/+2
* This does not belongChris Lattner2005-05-151-3/+1
* Add a case with non-constant argument for testing the transform:Reid Spencer2005-05-151-1/+7
* Add a test case for testing ffs libcall conversion to constantReid Spencer2005-05-141-0/+23
* * Break tests into individual cases so its easier to see what's going on.Reid Spencer2005-05-071-6/+39
* Make sure both optimization cases get tested.Reid Spencer2005-05-041-1/+2
* Add a test case for the IsDigitOptimization class.Reid Spencer2005-05-041-0/+17
* Fix this test to succeed even if "strchr" is on a call instruction.Reid Spencer2005-05-031-3/+5