llvm-6502/test/Transforms/SimplifyLibCalls
Chris Lattner a9035002dd add new tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25529 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-23 06:24:17 +00:00
..
2005-05-20-sprintf-crash.ll new testcase 2005-05-20 22:25:44 +00:00
dg.exp A test case for the the ExitInMain libcall simplification. 2005-04-25 02:50:08 +00:00
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
floor.ll add new tests 2006-01-23 06:24:17 +00:00
FPrintF.ll Add a test case for testing the FPrintFOptimization. 2005-05-02 23:07:14 +00:00
IsDigit.ll new testcase for isascii 2005-09-29 06:16:37 +00:00
memcmp.ll add a new testcase 2005-09-29 06:11:34 +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 new testcase 2005-08-24 17:20:30 +00:00
Puts.ll Get the name of the pass right in the documentation. 2005-04-29 23:01:21 +00:00
SPrintF.ll Enhance this to check for a crash, add a case that crashes simplifylibcalls, 2005-09-24 22:16:04 +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