[PATCH] D104089: Add call count instrumentation for MIP

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 10:40:26 PDT 2021


ellis updated this revision to Diff 353706.
ellis added a comment.

Fix name mangling for Mach-O and fix an x86_64 assembly bug for Mach-O.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104089/new/

https://reviews.llvm.org/D104089

Files:
  compiler-rt/lib/mip/CMakeLists.txt
  compiler-rt/lib/mip/MIPHelper.c
  compiler-rt/lib/mip/MIPHelper.h
  compiler-rt/lib/mip/MIPHelperAArch64.S
  compiler-rt/lib/mip/MIPHelperX86_64.S
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/Target.td
  llvm/lib/CodeGen/MIPReader.cpp
  llvm/lib/CodeGen/MIRInstrumentationPass.cpp
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/test/CodeGen/AArch64/mip-call-counts.ll
  llvm/test/CodeGen/AArch64/mip-header.ll
  llvm/test/CodeGen/X86/mip-call-counts.ll
  llvm/test/CodeGen/X86/mip-header.ll
  llvm/tools/llvm-mipdata/llvm-mipdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104089.353706.patch
Type: text/x-patch
Size: 28368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/f36ad55b/attachment.bin>


More information about the llvm-commits mailing list