aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new test case for the llvm.memcpy simplification case.Reid Spencer2005-04-261-0/+21
* * Add a test case for StrLenOptimizationReid Spencer2005-04-263-0/+21
* Fix RUN: line to not always pass.Reid Spencer2005-04-261-1/+1
* Update the test case to handle a few more (degenerate) cases and removeReid Spencer2005-04-251-3/+10
* Make sure the target buffer is null terminated so we don't blow upReid Spencer2005-04-251-0/+1
* A test case for testing the StrCatOptimizer, currently XFAILed everywhere.Reid Spencer2005-04-251-0/+16
* Use the %name rather than the "name" format so those familiar with theReid Spencer2005-04-251-5/+5
* A test case for the the ExitInMain libcall simplification.Reid Spencer2005-04-252-0/+16