[PATCH] D44965: [llvm][Instrumentation/MC] Add Call Graph Profile pass and object file emission.
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 18 19:31:49 PDT 2018
Bigcheese updated this revision to Diff 143031.
Bigcheese added a comment.
Rebase.
I'm also updating the lld patch that reads this, will have that up shortly.
https://reviews.llvm.org/D44965
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCStreamer.h
include/llvm/Object/ELFTypes.h
include/llvm/Transforms/Instrumentation.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCStreamer.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Instrumentation/CGProfile.cpp
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/Instrumentation.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44965.143031.patch
Type: text/x-patch
Size: 23375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180419/9327d646/attachment-0001.bin>
More information about the llvm-commits
mailing list