[all-commits] [llvm/llvm-project] 27259f: [CodeGen] Port `CFGuard` to new pass manager (#75146)
paperchalice via All-commits
all-commits at lists.llvm.org
Tue Dec 12 16:50:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27259f17e9d273147c648331e92000a48677f489
https://github.com/llvm/llvm-project/commit/27259f17e9d273147c648331e92000a48677f489
Author: paperchalice <liujunchang97 at outlook.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
M llvm/include/llvm/CodeGen/MachinePassRegistry.def
M llvm/include/llvm/Transforms/CFGuard.h
M llvm/lib/Passes/CMakeLists.txt
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/CFGuard/CFGuard.cpp
Log Message:
-----------
[CodeGen] Port `CFGuard` to new pass manager (#75146)
Port `CFGuard` to new pass manager, add a pass parameter to choose guard
mechanism.
More information about the All-commits
mailing list