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