[PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM

Serge Rogatch via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 16:26:47 PDT 2016


rSerge updated this revision to Diff 70255.
rSerge added a comment.

Implemented the changes requested in the code review.


https://reviews.llvm.org/D23931

Files:
  include/llvm/CodeGen/AsmPrinter.h
  include/llvm/Target/Target.td
  include/llvm/Target/TargetOpcodes.def
  include/llvm/Target/TargetSubtargetInfo.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/XRayInstrumentation.cpp
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/ARM/ARMAsmPrinter.h
  lib/Target/ARM/ARMBaseInstrInfo.h
  lib/Target/ARM/ARMMCInstLower.cpp
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/X86/X86AsmPrinter.h
  lib/Target/X86/X86MCInstLower.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/ARM/xray-attribute-instrumentation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23931.70255.patch
Type: text/x-patch
Size: 21059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/2940aa6e/attachment.bin>


More information about the llvm-commits mailing list