1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/Transforms/SimplifyLibCalls
Daniel Dunbar 89cb72a6bc Fix PR4645 which was fallout from the fix for PR4641.
- Call RAUW to delete all instructions (this is a patch from Nick Lewycky).

llvm-svn: 77512
2009-07-29 22:00:43 +00:00
..
2005-05-20-sprintf-crash.ll
2007-04-06-strchr-miscompile.ll
2008-05-19-memcmp.ll
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
2009-05-30-memcmp-byte.ll fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by 2009-05-30 18:43:04 +00:00
2009-07-28-Exit.ll Just discard the output, no need to turn it back into text. 2009-07-29 06:14:52 +00:00
2009-07-29-Exit2.ll Fix PR4645 which was fallout from the fix for PR4641. 2009-07-29 22:00:43 +00:00
abs.ll lower calls to abs to inline code, PR2337 2008-06-09 08:26:51 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
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 Optimize memmove and memset into the LLVM builtins. Note that these 2008-11-30 08:32:11 +00:00
memset-64.ll Fix simplifylibcalls memset recognition to work on 64-bit platforms 2009-07-18 08:34:51 +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 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