[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
Fri Apr 5 18:21:10 PDT 2019


pcc updated this revision to Diff 193995.
pcc added a comment.
Herald added subscribers: MaskRay, arichardson, emaste.
Herald added a reviewer: espindola.

- Add missing pieces to MC; add test


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/MCParser/ELFAsmParser.cpp
  llvm/lib/MC/MCSectionELF.cpp
  llvm/lib/Object/ELF.cpp
  llvm/test/Bitcode/compatibility.ll
  llvm/test/CodeGen/X86/partition.ll
  llvm/test/MC/ELF/section.s
  llvm/test/Object/X86/irsymtab.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60242.193995.patch
Type: text/x-patch
Size: 36521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190406/48feb117/attachment.bin>


More information about the llvm-commits mailing list