This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ce3fb95f15 Support resource tracking with InstrSchedModel new c9f9ed1d518 IR: Give the TypeAllocator a more generic name and start us [...] new 9b16aa5d995 Add IR support, ELF section and user documentation for part [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/Extensions.rst | 16 ++++++++++++++++ include/llvm/BinaryFormat/ELF.h | 1 + include/llvm/IR/GlobalValue.h | 18 ++++++++++++++---- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 29 ++++++++++++++++++++++++++++- lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 20 +++++++++++++++++++- lib/Bitcode/Writer/BitcodeWriter.cpp | 11 ++++++++++- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 18 ++++++++++++++++++ lib/IR/AsmWriter.cpp | 17 +++++++++++++++++ lib/IR/Globals.cpp | 28 +++++++++++++++++++++++++--- lib/IR/LLVMContextImpl.h | 11 +++++------ lib/IR/Type.cpp | 16 ++++++++-------- lib/MC/MCParser/ELFAsmParser.cpp | 2 ++ lib/MC/MCSectionELF.cpp | 2 ++ lib/Object/ELF.cpp | 1 + test/Bitcode/compatibility.ll | 18 ++++++++++++++++++ test/CodeGen/X86/partition.ll | 33 +++++++++++++++++++++++++++++++++ test/MC/ELF/section.s | 12 ++++++++++++ test/Object/X86/irsymtab.ll | 2 +- 20 files changed, 232 insertions(+), 25 deletions(-) create mode 100644 test/CodeGen/X86/partition.ll