1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Transforms/SimplifyLibCalls
Eli Bendersky 4afdeeb682 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.

llvm-svn: 150664
2012-02-16 06:28:33 +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
abs.ll
cos.ll Turn cos(-x) into cos(x). Patch by Alexander Malyshev! 2011-12-27 18:25:50 +00:00
debug-line.ll
exp2.ll
FFS.ll
floor.ll
FPrintF.ll
FPuts.ll
fwrite.ll Only replace fwrite with fputc, if the return value is unused. 2011-12-12 20:18:31 +00:00
iprintf.ll
IsDigit.ll
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
memcmp.ll
MemCpy.ll
memmove.ll
memset-64.ll
memset.ll
osx-names.ll Add support for custom names for library functions in TargetLibraryInfo. Add a custom name for fwrite and fputs on x86-32 OSX. Make SimplifyLibCalls honor the custom 2011-11-17 01:27:36 +00:00
pow2.ll
pow-to-sqrt.ll
PR7357.ll
Printf.ll Give string constants generated by IRBuilder private linkage. 2011-12-22 14:22:14 +00:00
Puts.ll
SPrintF.ll
StrCat.ll
StrChr.ll
StrCmp.ll
StrCpy.ll
StrLen.ll
StrNCat.ll
StrNCmp.ll
StrNCpy.ll
StrPBrk.ll
StrRChr.ll
StrSpn.ll
StrStr.ll
ToAscii.ll
weak-symbols.ll