This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 064f863 [x86] specify triple to avoid bot failures new 6b00c9f Fix branch relaxation in 16-bit mode. new 5822c7a Add missing include from previous commit
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/MC/MCAsmBackend.h | 4 +- lib/MC/MCAssembler.cpp | 2 +- lib/MC/MCObjectStreamer.cpp | 4 +- .../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 4 +- .../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 3 +- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 4 +- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 3 +- lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 3 +- .../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 4 +- lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 3 +- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 3 +- lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 4 +- lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 3 +- .../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 3 +- .../MCTargetDesc/WebAssemblyAsmBackend.cpp | 3 +- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 83 ++++++++++++++-------- test/MC/X86/x86-branch-relaxation.s | 31 ++++++++ 17 files changed, 116 insertions(+), 48 deletions(-) create mode 100644 test/MC/X86/x86-branch-relaxation.s