llvm-6502/test/Transforms/SimplifyLibCalls
2009-02-13 17:08:33 +00:00
..
2005-05-20-sprintf-crash.ll
2007-04-06-strchr-miscompile.ll
2008-05-19-memcmp.ll
2008-12-20-StrcmpMemcmp.ll Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). 2008-12-21 00:19:21 +00:00
2009-01-04-Annotate.ll Forgot this in the previous checkin: fopen now has nocapture, realloc is 2009-01-18 04:46:10 +00:00
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
abs.ll
dg.exp
ExitInMain.ll
exp2.ll
FFS.ll
floor.ll
FPrintF.ll
half-powr.ll Add a new pass to simplify specific half_powr function calls. This is 2008-11-04 23:41:45 +00:00
IsDigit.ll
memcmp.ll
MemCpy.ll
memmove.ll Optimize memmove and memset into the LLVM builtins. Note that these 2008-11-30 08:32:11 +00:00
memset.ll Optimize memmove and memset into the LLVM builtins. Note that these 2008-11-30 08:32:11 +00:00
pow2.ll
Printf.ll
Puts.ll
SPrintF.ll
StrCat.ll
StrChr.ll
StrCmp.ll
StrCpy.ll
StrLen.ll
StrNCmp.ll
ToAscii.ll