This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a2f156b84ab124ccfbbe2bd6cbbdb2f3bcbba0ce
clang-p2996
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SandboxVectorizer
History
Kazu Hirata
584aefbc9b
[llvm] Use range-based for loops with llvm::drop_begin (NFC) (
#136417
)
2025-04-19 09:10:43 -07:00
..
Passes
[SandboxVec] Add print-region pass (
#131019
)
2025-03-29 10:42:51 -07:00
DependencyGraph.cpp
[SandboxVec][Scheduler] Fix reassignment of SchedBundle to DGNode
2025-02-20 15:28:16 -08:00
InstrMaps.cpp
[SandboxVec][BottomUpVec] Separate vectorization decisions from code generation (
#127727
)
2025-02-20 10:21:25 -08:00
Interval.cpp
…
Legality.cpp
[Transforms] Use range constructors of *Set (NFC) (
#133203
)
2025-03-27 07:51:58 -07:00
SandboxVectorizer.cpp
[SandboxVec][NFC] Replace std::regex with llvm::Regex (
#134110
)
2025-04-02 13:46:56 -07:00
SandboxVectorizerPassBuilder.cpp
[SandboxVec] Add print-region pass (
#131019
)
2025-03-29 10:42:51 -07:00
Scheduler.cpp
[SandboxVec][Scheduler] Enforce scheduling SchedBundle instrs back-to-back (
#128092
)
2025-02-27 10:23:50 -08:00
SeedCollector.cpp
[llvm] Use range-based for loops with llvm::drop_begin (NFC) (
#136417
)
2025-04-19 09:10:43 -07:00
VecUtils.cpp
…