aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a test case for SPrintFOptimization.Reid Spencer2005-05-031-0/+32
* Add a test case for StrChrOptimizer for -simplify-libcallsReid Spencer2005-05-032-6/+25
* A new test case for the LLVMMemSetOptimization.Reid Spencer2005-05-031-0/+17
* Correct the title and the success criteria: strcmp -> strncmpReid Spencer2005-05-031-2/+2
* Add a new test case for the StrNCmpOptimization.Reid Spencer2005-05-031-0/+26
* Add a test case for testing the FPrintFOptimization.Reid Spencer2005-05-021-0/+28
* * Fix signed/unsigned usage problemReid Spencer2005-04-301-9/+10
* A new test case for the ToAsciiOptimizer.Reid Spencer2005-04-301-0/+21
* A new test case for the StrCmpOptimization in -simplify-libcalls.Reid Spencer2005-04-301-0/+26
* This is StrCpy, NOT StrCat!Reid Spencer2005-04-291-2/+2
* Get the name of the pass right in the documentation.Reid Spencer2005-04-291-1/+1
* Fix the success criteria for the test to make call instructions with "pow"Reid Spencer2005-04-291-1/+1
* Actually make this pass test something related to fputs.Reid Spencer2005-04-291-6/+16
* Add a test case for the puts libcall optimization.Reid Spencer2005-04-291-0/+16
* Add a testcase for optimizing the strcpy libcall.Reid Spencer2005-04-291-0/+24
* New test case for testing pow(3) math library optimizations.Reid Spencer2005-04-291-0/+18
* Add a test case for MemMove.llReid Spencer2005-04-261-0/+21
* Result of strlen is size_t which is either uint or ulong, not int.Reid Spencer2005-04-261-4/+4