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
54d836a0807c8b1fe11024e3886141dfcbab3880
clang-p2996
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SandboxVectorizer
History
vporpo
9c6a442f29
[SandboxVec] Add TransactionAlwaysRevert pass (
#141688
)
...
This patch adds a region pass that reverts the IR state unconditionally. This is used for testing.
2025-05-28 10:57:58 -07:00
..
Passes
[SandboxVec] Add TransactionAlwaysRevert pass (
#141688
)
2025-05-28 10:57:58 -07:00
DependencyGraph.cpp
…
InstrMaps.cpp
…
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 TransactionAlwaysRevert pass (
#141688
)
2025-05-28 10:57:58 -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
…