This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
History
Nadav Rotem
861bef7dd0
Set the default insert point to the first instruction, and not to end()
...
llvm-svn: 185953
2013-07-09 17:55:36 +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
…
LoopVectorize.cpp
LoopVectorize: Math functions only read rounding mode
2013-07-01 00:54:44 +00:00
Makefile
…
SLPVectorizer.cpp
Set the default insert point to the first instruction, and not to end()
2013-07-09 17:55:36 +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