This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-16 18:16:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
History
Nadav Rotem
13306816fc
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime based on the numbers of reads and writes.
...
llvm-svn: 180593
2013-04-26 05:08:59 +00:00
..
BBVectorize.cpp
…
CMakeLists.txt
Add support for bottom-up SLP vectorization infrastructure.
2013-04-09 19:44:35 +00:00
LLVMBuild.txt
…
LoopVectorize.cpp
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime based on the numbers of reads and writes.
2013-04-26 05:08:59 +00:00
Makefile
…
SLPVectorizer.cpp
Fix PR15800. Do not try to vectorize vectors and structs.
2013-04-20 22:29:43 +00:00
Vectorize.cpp
Move C++ code out of the C headers and into either C++ headers
2013-04-22 22:47:22 +00:00
VecUtils.cpp
SLPVectorize: Add support for vectorization of casts.
2013-04-21 08:05:59 +00:00
VecUtils.h
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
2013-04-20 09:49:10 +00:00