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-12 22:53:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Transforms
History
Nuno Lopes
c3de8e176e
add EmitStrNLen()
...
llvm-svn: 160741
2012-07-25 17:18:59 +00:00
..
IPO
Add an option to turn off the expensive GVN load PRE part of GVN.
2012-04-02 22:16:50 +00:00
Utils
add EmitStrNLen()
2012-07-25 17:18:59 +00:00
Instrumentation.h
move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place.
2012-07-20 22:39:33 +00:00
IPO.h
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
2012-02-25 02:56:01 +00:00
Scalar.h
move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place.
2012-07-20 22:39:33 +00:00
Vectorize.h
Allow BBVectorize to form non-2^n-length vectors.
2012-06-28 05:42:42 +00:00