This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked archived-llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2026-01-31 01:35:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd9c4e430fa1114059e367fea8f7fcd1675bca71
archived-llvm-mirror
/
lib
/
Transforms
/
Vectorize
History
Nadav Rotem
cd9c4e430f
Remove an argument that we dont use anymore.
...
llvm-svn: 186116
2013-07-11 20:56:13 +00:00
..
BBVectorize.cpp
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +00:00
CMakeLists.txt
SLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-22 21:34:10 +00:00
LLVMBuild.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
LoopVectorize.cpp
LoopVectorize: Vectorize all accesses in address space zero with unit stride
2013-07-11 15:21:55 +00:00
Makefile
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
SLPVectorizer.cpp
Remove an argument that we dont use anymore.
2013-07-11 20:56:13 +00:00
Vectorize.cpp
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +00:00