[PATCH] D44965: [llvm][Instrumentation/MC] Add Call Graph Profile pass and object file emission.
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 2 09:37:28 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333823: [MC] Add assembler support for .cg_profile. (authored by mspencer, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44965?vs=149378&id=149613#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44965
Files:
llvm/trunk/docs/Extensions.rst
llvm/trunk/include/llvm/BinaryFormat/ELF.h
llvm/trunk/include/llvm/MC/MCAssembler.h
llvm/trunk/include/llvm/MC/MCELFStreamer.h
llvm/trunk/include/llvm/MC/MCStreamer.h
llvm/trunk/include/llvm/Object/ELFTypes.h
llvm/trunk/lib/MC/ELFObjectWriter.cpp
llvm/trunk/lib/MC/MCAsmStreamer.cpp
llvm/trunk/lib/MC/MCELFStreamer.cpp
llvm/trunk/lib/MC/MCParser/ELFAsmParser.cpp
llvm/trunk/lib/MC/MCSectionELF.cpp
llvm/trunk/lib/MC/MCStreamer.cpp
llvm/trunk/lib/Object/ELF.cpp
llvm/trunk/lib/ObjectYAML/ELFYAML.cpp
llvm/trunk/test/MC/AsmParser/directive_cgprofile.s
llvm/trunk/test/MC/ELF/cgprofile-error.s
llvm/trunk/test/MC/ELF/cgprofile.s
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
llvm/trunk/tools/llvm-readobj/ObjDumper.h
llvm/trunk/tools/llvm-readobj/llvm-readobj.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44965.149613.patch
Type: text/x-patch
Size: 26429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180602/e1e8823c/attachment.bin>
More information about the llvm-commits
mailing list