llvm-6502/test/Transforms/SimplifyLibCalls
Chris Lattner 849832c0fb part of PR4405: disable a contentious optimization for
strcmp -> memcmp when the lengths of the strings are unknown.

Patch by Nick Lewycky!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73751 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-19 04:17:36 +00:00
..
2005-05-20-sprintf-crash.ll
2007-04-06-strchr-miscompile.ll
2008-05-19-memcmp.ll
2009-01-04-Annotate.ll
2009-02-11-NotInitialized.ll Reapply r64300: 2009-02-13 07:15:53 +00:00
2009-02-12-StrTo.ll Mark strto* as readonly when the endptr is null. 2009-02-13 17:08:33 +00:00
2009-05-30-memcmp-byte.ll fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by 2009-05-30 18:43:04 +00:00
abs.ll
dg.exp
ExitInMain.ll
exp2.ll
FFS.ll Fix PR4206 - crash in simplify lib calls 2009-05-13 06:26:11 +00:00
floor.ll
FPrintF.ll
half-powr.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
IsDigit.ll
memcmp.ll
MemCpy.ll
memmove.ll
memset.ll
pow2.ll
Printf.ll
Puts.ll
SPrintF.ll
StrCat.ll Let the strcat optimizer return the pointer to the start of the buffer, 2009-04-06 13:06:48 +00:00
StrChr.ll
StrCmp.ll
StrCpy.ll
StrLen.ll
StrNCat.ll add some optimizations for strncpy/strncat and factor some 2009-04-12 05:06:39 +00:00
StrNCmp.ll
StrNCpy.ll add some optimizations for strncpy/strncat and factor some 2009-04-12 05:06:39 +00:00
ToAscii.ll