This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a878acdb05f [llvm-objcopy] Add support for special section indexes in s [...] new 2cf792edc26 Revert r312318, r312325, r312424, r312489 new 66191214920 Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include new f95cab8de62 [Bitcode] Fix some Clang-tidy modernize-use-using and Inclu [...]
The 3 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: include/llvm/Analysis/TargetTransformInfo.h | 13 ++- include/llvm/Bitcode/BitcodeReader.h | 27 +++-- include/llvm/Bitcode/BitcodeWriter.h | 21 ++-- include/llvm/Bitcode/BitstreamReader.h | 4 +- include/llvm/IR/CallSite.h | 5 +- include/llvm/IR/Function.h | 5 +- include/llvm/LinkAllIR.h | 1 - include/llvm/Transforms/Scalar/GVN.h | 2 +- lib/Bitcode/Reader/BitcodeReader.cpp | 116 +++++++++++----------- lib/Bitcode/Reader/ValueList.cpp | 29 ++++-- lib/Bitcode/Reader/ValueList.h | 20 +++- lib/Bitcode/Writer/BitcodeWriter.cpp | 75 +++++++++++--- lib/Bitcode/Writer/ValueEnumerator.cpp | 52 +++++++--- lib/Bitcode/Writer/ValueEnumerator.h | 61 ++++++------ lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 - lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 1 + lib/IR/DebugInfoMetadata.cpp | 1 - lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 1 + lib/Target/SystemZ/SystemZISelLowering.cpp | 1 + lib/Transforms/IPO/GlobalOpt.cpp | 38 +------ lib/Transforms/IPO/PartialInlining.cpp | 1 + lib/Transforms/Scalar/GVNHoist.cpp | 1 + lib/Transforms/Scalar/InferAddressSpaces.cpp | 2 + test/Transforms/GlobalOpt/integer-bool-dwarf.ll | 57 ----------- tools/llvm-cat/llvm-cat.cpp | 18 +++- tools/llvm-lto/llvm-lto.cpp | 45 +++++++-- 26 files changed, 338 insertions(+), 260 deletions(-) delete mode 100644 test/Transforms/GlobalOpt/integer-bool-dwarf.ll