OSDN Git Service

Add IR support, ELF section and user documentation for partitioning feature.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 29 May 2019 03:29:01 +0000 (03:29 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 29 May 2019 03:29:01 +0000 (03:29 +0000)
commit9b16aa5d995e32d1d2a39812b5b8fec23555c59f
treed2d17d0251735178ee2b69b59245a76ba7c76a5d
parentc9f9ed1d518c843483179ef568bc74092e78b985
Add IR support, ELF section and user documentation for partitioning feature.

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.

Differential Revision: https://reviews.llvm.org/D60242

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361923 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
docs/Extensions.rst
include/llvm/BinaryFormat/ELF.h
include/llvm/IR/GlobalValue.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/IR/AsmWriter.cpp
lib/IR/Globals.cpp
lib/IR/LLVMContextImpl.h
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionELF.cpp
lib/Object/ELF.cpp
test/Bitcode/compatibility.ll
test/CodeGen/X86/partition.ll [new file with mode: 0644]
test/MC/ELF/section.s
test/Object/X86/irsymtab.ll