This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-13 15:11:39 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
SimplifyLibCalls
History
Chris Lattner
806f0a8411
lower calls to abs to inline code, PR2337
...
llvm-svn: 52138
2008-06-09 08:26:51 +00:00
..
2005-05-20-sprintf-crash.ll
…
2007-04-06-strchr-miscompile.ll
…
2008-05-19-memcmp.ll
Fix PR2341 - when the length is 4 use an i32 not
2008-05-19 09:27:24 +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
strength reduce exp2 into ldexp, rdar://5852514
2008-05-02 18:43:35 +00:00
FFS.ll
Update old-style syntax in some "not grep" tests.
2008-05-01 23:50:07 +00:00
floor.ll
fix typo
2008-05-01 06:16:48 +00:00
FPrintF.ll
…
IsDigit.ll
…
memcmp.ll
remove redundant check.
2008-04-30 06:06:37 +00:00
MemCpy.ll
no reason for simplifylibcalls to simplify intrinsics, instcombine does
2008-04-30 06:12:15 +00:00
pow2.ll
Generalize getUnaryFloatFunction to handle any FP unary function, automatically
2008-04-09 17:48:11 +00:00
Printf.ll
…
Puts.ll
…
SPrintF.ll
…
StrCat.ll
…
StrChr.ll
Update old-style syntax in some "not grep" tests.
2008-05-01 23:50:07 +00:00
StrCmp.ll
…
StrCpy.ll
…
StrLen.ll
…
StrNCmp.ll
…
ToAscii.ll
…