[PATCH] D48791: [AArch64] Implement execute-only CodeGen Support.

Ivan Lozano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 14:43:36 PDT 2018


ivanlozano created this revision.
ivanlozano added reviewers: srhines, echristo, peter.smith.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, kristof.beyls.

This implements execute-only support for AArch64 targets, similar to the ARM code generation for execute-only.


Repository:
  rL LLVM

https://reviews.llvm.org/D48791

Files:
  lib/MC/MCSectionELF.cpp
  lib/ObjectYAML/ELFYAML.cpp
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64AsmPrinter.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64MCInstLower.cpp
  lib/Target/AArch64/AArch64MCInstLower.h
  lib/Target/AArch64/AArch64Subtarget.h
  lib/Target/AArch64/AArch64TargetObjectFile.cpp
  lib/Target/AArch64/AArch64TargetObjectFile.h
  test/CodeGen/AArch64/execute-only-section.ll
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48791.153582.patch
Type: text/x-patch
Size: 11386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180629/b3328b9d/attachment.bin>


More information about the llvm-commits mailing list