llvm-6502/test/Transforms/SimplifyLibCalls
Nick Lewycky 0efa921736 Bulk erasing instructions without RAUWing them is unsafe. Instead, break them
into a new BB that has no predecessors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77433 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-29 05:17:50 +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 fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by 2009-05-30 18:43:04 +00:00
2009-07-28-Exit.ll Bulk erasing instructions without RAUWing them is unsafe. Instead, break them 2009-07-29 05:17:50 +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-64.ll Fix simplifylibcalls memset recognition to work on 64-bit platforms 2009-07-18 08:34:51 +00:00
memset.ll
pow2.ll
Printf.ll For PR1319: 2007-04-16 15:31:49 +00:00
Puts.ll Remove llvm-upgrade and update tests. 2008-03-10 07:21:50 +00:00
SPrintF.ll
StrCat.ll
StrChr.ll
StrCmp.ll
StrCpy.ll
StrLen.ll
StrNCat.ll
StrNCmp.ll
StrNCpy.ll
ToAscii.ll