[PATCH] D59780: Support Intel Control-flow Enforcement Technology

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 16:57:10 PDT 2019


ruiu updated this revision to Diff 192744.
ruiu added a comment.

- Generally simplified the code.
- Separated CET-specific code from the regular code.
- Fix bugs and add tests for .got.plt, .plt and .splt.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59780

Files:
  lld/ELF/Arch/X86.cpp
  lld/ELF/Arch/X86_64.cpp
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputFiles.h
  lld/ELF/Options.td
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Target.h
  lld/ELF/Writer.cpp
  lld/docs/ld.lld.1
  lld/test/ELF/Inputs/i386-cet1.s
  lld/test/ELF/Inputs/i386-cet2.s
  lld/test/ELF/Inputs/i386-cet3.s
  lld/test/ELF/Inputs/i386-cet4.s
  lld/test/ELF/Inputs/x86-64-cet1.s
  lld/test/ELF/Inputs/x86-64-cet2.s
  lld/test/ELF/Inputs/x86-64-cet3.s
  lld/test/ELF/Inputs/x86-64-cet4.s
  lld/test/ELF/i386-cet.s
  lld/test/ELF/x86-64-cet.s
  llvm/include/llvm/Object/ELFTypes.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59780.192744.patch
Type: text/x-patch
Size: 31617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190328/05d04bbd/attachment.bin>


More information about the llvm-commits mailing list