[all-commits] [llvm/llvm-project] 62b21c: [CodeGen] Port `JMCInstrumenter` to new pass manag...
paperchalice via All-commits
all-commits at lists.llvm.org
Mon Dec 11 17:01:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62b21c6ced918c7fec97b557e3087e3ffdf71494
https://github.com/llvm/llvm-project/commit/62b21c6ced918c7fec97b557e3087e3ffdf71494
Author: paperchalice <liujunchang97 at outlook.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
A llvm/include/llvm/CodeGen/JMCInstrumenter.h
M llvm/include/llvm/CodeGen/MachinePassRegistry.def
M llvm/lib/CodeGen/JMCInstrumenter.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/Instrumentation/JustMyCode/jmc-instrument-elf.ll
M llvm/test/Instrumentation/JustMyCode/jmc-instrument-x86.ll
M llvm/test/Instrumentation/JustMyCode/jmc-instrument.ll
M llvm/tools/opt/opt.cpp
Log Message:
-----------
[CodeGen] Port `JMCInstrumenter` to new pass manager (#75049)
More information about the All-commits
mailing list