llvm-6502/test/Transforms/SimplifyLibCalls
Chris Lattner e9f9a7e10e In C++, code is not allowed to call main. In C it is, this
simplifylibcalls optimization is thus valid for C++ but not C.
It's not important enough to worry about for C++ apps, so just
remove it.

rdar://7191924



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80887 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-03 05:19:59 +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
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
dg.exp
exp2.ll
FFS.ll Fix PR4206 - crash in simplify lib calls 2009-05-13 06:26:11 +00:00
floor.ll
FPrintF.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
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
Puts.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
SPrintF.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
StrCat.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
StrChr.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
StrCmp.ll
StrCpy.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
StrLen.ll
StrNCat.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
StrNCmp.ll
StrNCpy.ll Add targetdata strings to these tests, since SimplifyLibCalls uses 2009-08-19 23:18:49 +00:00
ToAscii.ll
weak-symbols.ll Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden 2009-08-19 00:11:12 +00:00