llvm-6502/test/Transforms/SimplifyLibCalls
2010-09-30 00:58:35 +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
2009-02-12-StrTo.ll
2009-05-30-memcmp-byte.ll
2009-07-28-Exit.ll
2009-07-29-Exit2.ll
2010-05-30-memcpy-Struct.ll The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that 2010-05-31 06:16:35 +00:00
abs.ll
dg.exp
exp2.ll
FFS.ll
floor.ll
FPrintF.ll
half-powr.ll
IsDigit.ll
memcmp.ll Properly promote operands when optimizing a single-character memcmp. 2010-05-25 22:53:43 +00:00
MemCpy.ll
memmove.ll
memset-64.ll
memset.ll
pow2.ll
pow-to-sqrt.ll
PR7357.ll Make sure that simplify libcalls does not replace a call with one calling 2010-06-16 19:34:01 +00:00
Printf.ll
Puts.ll
SPrintF.ll
StrCat.ll
StrChr.ll Simplify the loop in StrChrOptimizer. FileCheckize test. 2010-09-29 22:29:12 +00:00
StrCmp.ll
StrCpy.ll Reapply address space patch after fixing an issue in MemCopyOptimizer. 2010-04-04 03:10:48 +00:00
StrLen.ll
StrNCat.ll
StrNCmp.ll simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) 2010-06-16 10:30:29 +00:00
StrNCpy.ll
StrPBrk.ll Add strpbrk folding to SimplifyLibCalls. 2010-09-29 23:52:12 +00:00
StrRChr.ll Teach SimplifyLibCalls how to optimize strrchr. 2010-09-29 21:50:51 +00:00
StrSpn.ll Add constant folding for strspn and strcspn to SimplifyLibCalls. 2010-09-30 00:58:35 +00:00
StrStr.ll simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 2010-06-15 21:34:25 +00:00
ToAscii.ll
weak-symbols.ll