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
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SandboxVectorizer
History
Kazu Hirata
902b0bd04a
[llvm] Remove "const" in the presence of "constexpr" (NFC) (
#166109
)
...
"const" is extraneous in the presence of "constexpr" for simple variables and arrays.
2025-11-02 15:52:44 -08:00
..
Passes
[llvm] Remove "const" in the presence of "constexpr" (NFC) (
#166109
)
2025-11-02 15:52:44 -08:00
DependencyGraph.cpp
[llvm] Remove "const" in the presence of "constexpr" (NFC) (
#166109
)
2025-11-02 15:52:44 -08:00
InstrMaps.cpp
…
Interval.cpp
[llvm] annotate interfaces in llvm/Transforms for DLL export (
#143413
)
2025-06-10 08:10:17 -07:00
Legality.cpp
[IR] Introduce the
ptrtoaddr
instruction
2025-08-08 10:12:39 -07:00
SandboxVectorizer.cpp
[llvm] Remove "const" in the presence of "constexpr" (NFC) (
#166109
)
2025-11-02 15:52:44 -08:00
SandboxVectorizerPassBuilder.cpp
Reapply "[SandboxVec] Add a simple pack reuse pass (
#141848
)"
2025-06-05 09:14:17 -07:00
Scheduler.cpp
…
SeedCollector.cpp
[SandboxVec][SeedCollector] Implement collection of seeds with different types (
#146171
)
2025-08-22 22:57:49 -07:00
VecUtils.cpp
…