This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7043cc6c9b [FileCheck] Fix comment in parseNumericVariableUse new f230bb86398 [llvm-objcopy] Allow strip symtab from executables and DSOs new 507c594d4e2 Fix MSVC/cppcheck Use::Next isn't initialized warning. NFCI. new 1a7747f8cfa [RISCV][NFC] Replace hard-coded CSR duplication with symbol [...] new a6326da30a6 This reverts r365061 and r365062 (test update)
The 4 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/CodeGen/MachineBasicBlock.h | 22 - include/llvm/IR/Use.h | 2 +- lib/CodeGen/MachineBasicBlock.cpp | 9 +- lib/Target/RISCV/RISCV.td | 12 +- lib/Target/RISCV/RISCVInstrInfo.td | 14 +- lib/Target/RISCV/RISCVInstrInfoF.td | 31 +- lib/Target/RISCV/RISCVSystemOperands.td | 18 +- lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 8 +- test/CodeGen/X86/avoid-sfb-ignore-meta.mir | 155 ---- test/CodeGen/X86/fixup-lea-g-no-change.mir | 996 +++++++++++++++++++++ test/CodeGen/X86/pr38743.ll | 16 +- .../llvm-objcopy/ELF/no-symbol-relocation.test | 2 +- .../ELF/preserve-segment-contents-ehdr-phdrs.test | 2 +- .../llvm-objcopy/ELF/remove-multiple-sections.test | 28 - .../ELF/segment-shift-section-remove.test | 30 +- .../ELF/segment-test-remove-section.test | 30 +- .../ELF/strip-unneeded-all-symbols.test | 21 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 2 +- tools/llvm-objcopy/ELF/Object.cpp | 21 + tools/llvm-objcopy/ELF/Object.h | 3 + 20 files changed, 1102 insertions(+), 320 deletions(-) delete mode 100644 test/CodeGen/X86/avoid-sfb-ignore-meta.mir create mode 100644 test/CodeGen/X86/fixup-lea-g-no-change.mir create mode 100644 test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test