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-04-12 04:26:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Evan Cheng
1144c23330
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream.
...
llvm-svn: 99282
2010-03-23 15:48:04 +00:00
..
Hello
Prune #includes.
2010-03-01 17:42:17 +00:00
InstCombine
Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations.
2010-03-23 06:06:09 +00:00
Instrumentation
Uniformize the names of type predicates: rather than having isFloatTy and
2010-02-15 16:12:20 +00:00
IPO
add assert in argpromotion, which cannot trigger
2010-03-23 14:40:20 +00:00
Scalar
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream.
2010-03-23 15:48:04 +00:00
Utils
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream.
2010-03-23 15:48:04 +00:00
Makefile
move instcombine to its own library, it's past time.
2010-01-04 06:23:24 +00:00