[PATCH] D60242: Add IR support, ELF section and user documentation for partitioning feature.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 15:39:36 PDT 2019


pcc updated this revision to Diff 193793.
pcc marked 11 inline comments as done.
pcc added a comment.

- Address review comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60242

Files:
  lld/docs/Partitions.rst
  lld/docs/index.rst
  lld/docs/partitions.dot
  lld/docs/partitions.svg
  llvm/docs/Extensions.rst
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/IR/GlobalValue.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Globals.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/Type.cpp
  llvm/lib/MC/MCSectionELF.cpp
  llvm/test/Bitcode/compatibility.ll
  llvm/test/CodeGen/X86/partition.ll
  llvm/test/Object/X86/irsymtab.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60242.193793.patch
Type: text/x-patch
Size: 34955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190404/b953790b/attachment.bin>


More information about the llvm-commits mailing list