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 23:20:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Transforms
History
Benjamin Kramer
21a49e9375
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
...
llvm-svn: 106047
2010-06-15 21:34:25 +00:00
..
IPO
introduce a new CallGraphSCC class, and pass it around
2010-04-16 22:42:17 +00:00
Utils
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
2010-06-15 21:34:25 +00:00
Instrumentation.h
remove the random sampling framework, which is not maintained anymore.
2010-01-02 20:07:03 +00:00
IPO.h
Auto-upgrade free instructions to calls to the builtin free function.
2009-10-24 04:23:03 +00:00
RSProfiling.h
Make a few more LLVM headers parsable as standalone headers.
2009-11-05 23:01:30 +00:00
Scalar.h
Add an LLVM IR version of code sinking. This uses the same simple algorithm
2010-05-07 15:40:13 +00:00