This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95202826053 [X86] Split BT and BTC/BTR/BTS scheduler classes new 8ecc654008a [X86][Btver2] BTC/BTR/BTS instructions take 2uops not 1 new 4d42c19cd1f Revert r343192 as an ubsan build is currently failing
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: include/llvm/BinaryFormat/Dwarf.def | 15 ++--- include/llvm/BinaryFormat/Dwarf.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 26 +++----- include/llvm/MC/MCDwarf.h | 6 -- include/llvm/MC/MCStreamer.h | 1 - lib/BinaryFormat/Dwarf.cpp | 20 +----- lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 - lib/CodeGen/CFIInstrInserter.cpp | 1 - lib/CodeGen/MIRParser/MILexer.cpp | 1 - lib/CodeGen/MIRParser/MILexer.h | 1 - lib/CodeGen/MIRParser/MIParser.cpp | 4 -- lib/CodeGen/MachineOperand.cpp | 5 -- lib/DebugInfo/DWARF/DWARFContext.cpp | 8 +-- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 13 ++-- lib/MC/MCAsmStreamer.cpp | 7 -- lib/MC/MCDwarf.cpp | 4 -- lib/MC/MCStreamer.cpp | 9 --- lib/Target/AArch64/AArch64FrameLowering.cpp | 6 -- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 --- lib/Target/X86/X86ScheduleBtVer2.td | 2 +- test/CodeGen/AArch64/sign-return-address.ll | 22 +++--- test/CodeGen/MIR/AArch64/cfi.mir | 2 - test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 36 +++++----- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +- tools/llvm-readobj/DwarfCFIEHPrinter.h | 13 ++-- tools/llvm-readobj/ELFDumper.cpp | 81 ++++++++++------------- 27 files changed, 94 insertions(+), 211 deletions(-)