llvm-6502/test/Transforms/SimplifyLibCalls
Chris Lattner 35e6dc8ccf new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22160 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-20 22:25:44 +00:00
..
2005-05-20-sprintf-crash.ll new testcase 2005-05-20 22:25:44 +00:00
dg.exp
ExitInMain.ll * Add a test case for StrLenOptimization 2005-04-26 05:22:38 +00:00
FFS.ll Don't eliminate a test case, just the form of the test case, from the 2005-05-15 21:35:26 +00:00
FPrintF.ll Add a test case for testing the FPrintFOptimization. 2005-05-02 23:07:14 +00:00
IsDigit.ll Make sure both optimization cases get tested. 2005-05-04 17:45:10 +00:00
MemCpy.ll Add a new test case for the llvm.memcpy simplification case. 2005-04-26 07:40:40 +00:00
MemMove.ll Add a test case for MemMove.ll 2005-04-26 19:05:51 +00:00
MemSet.ll Add a test case for StrChrOptimizer for -simplify-libcalls 2005-05-03 06:22:41 +00:00
Pow.ll Fix the success criteria for the test to make call instructions with "pow" 2005-04-29 10:11:23 +00:00
Puts.ll Get the name of the pass right in the documentation. 2005-04-29 23:01:21 +00:00
SPrintF.ll Add a test case for SPrintFOptimization. 2005-05-03 17:08:45 +00:00
StrCat.ll * Add a test case for StrLenOptimization 2005-04-26 05:22:38 +00:00
StrChr.ll Fix this test to succeed even if "strchr" is on a call instruction. 2005-05-03 17:09:38 +00:00
StrCmp.ll A new test case for the StrCmpOptimization in -simplify-libcalls. 2005-04-30 00:52:04 +00:00
StrCpy.ll This is StrCpy, NOT StrCat! 2005-04-29 23:02:15 +00:00
StrLen.ll * Break tests into individual cases so its easier to see what's going on. 2005-05-07 20:21:04 +00:00
StrNCmp.ll Correct the title and the success criteria: strcmp -> strncmp 2005-05-03 00:52:19 +00:00
ToAscii.ll A new test case for the ToAsciiOptimizer. 2005-04-30 01:00:52 +00:00