[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
Wed Apr 3 17:34:31 PDT 2019


pcc created this revision.
pcc added reviewers: peter.smith, efriedma, ruiu.
Herald added subscribers: arphaman, dexonsmith, steven_wu, hiraditya, mehdi_amini, srhines.
Herald added a reviewer: alexshap.
Herald added a project: LLVM.

The partitioning feature was proposed here:
http://lists.llvm.org/pipermail/llvm-dev/2019-February/130583.html

This is mostly just documentation. The feature itself will be contributed
in subsequent patches.


Repository:
  rG LLVM Github Monorepo

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.193636.patch
Type: text/x-patch
Size: 34698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190404/132d585d/attachment-0001.bin>


More information about the llvm-commits mailing list