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-23 20:34:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Nadav Rotem
c61cb93837
Only enable SLP-vectorization on O3 builds.
...
llvm-svn: 187595
2013-08-01 18:28:15 +00:00
..
Hello
…
InstCombine
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
2013-07-30 23:53:17 +00:00
Instrumentation
[PowerPC] Support powerpc64le as a syntax-checking target.
2013-07-26 01:35:43 +00:00
IPO
Only enable SLP-vectorization on O3 builds.
2013-08-01 18:28:15 +00:00
ObjCARC
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00
Scalar
Teach the AllocaPromoter which is wrapped around the SSAUpdater
2013-07-29 09:06:53 +00:00
Utils
Fix -Wdocumentation warnings.
2013-07-28 23:43:28 +00:00
Vectorize
80-col
2013-07-31 22:17:45 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…