This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 513e714 AMDGPU: Remove llvm.SI.vs.load.input new c4d3801 Reland r298901 with modifications (reverted in r298932)
The 1 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/MCELFStreamer.h | 1 + include/llvm/MC/MCObjectStreamer.h | 1 + lib/MC/MCELFStreamer.cpp | 10 +++ lib/MC/MCObjectStreamer.cpp | 18 ++++-- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 86 +++++++++++++++++++++----- test/MC/ARM/Inputs/1.s | 3 + test/MC/ARM/Inputs/2.s | 3 + test/MC/ARM/Inputs/3.s | 3 + test/MC/ARM/Inputs/4.s | 2 + test/MC/ARM/Inputs/5.s | 2 + test/MC/ARM/Inputs/6.s | 12 ++++ test/MC/ARM/Inputs/7.s | 3 + test/MC/ARM/Inputs/attr.s | 5 ++ test/MC/ARM/Inputs/ident.s | 1 + test/MC/ARM/data-in-code.ll | 17 ----- test/MC/ARM/mappingsymbols.s | 48 ++++++++++++++ test/MC/ARM/multi-section-mapping.s | 1 - test/Object/ARM/nm-mapping-symbol.s | 1 + 18 files changed, 180 insertions(+), 37 deletions(-) create mode 100644 test/MC/ARM/Inputs/1.s create mode 100644 test/MC/ARM/Inputs/2.s create mode 100644 test/MC/ARM/Inputs/3.s create mode 100644 test/MC/ARM/Inputs/4.s create mode 100644 test/MC/ARM/Inputs/5.s create mode 100644 test/MC/ARM/Inputs/6.s create mode 100644 test/MC/ARM/Inputs/7.s create mode 100644 test/MC/ARM/Inputs/attr.s create mode 100644 test/MC/ARM/Inputs/ident.s create mode 100644 test/MC/ARM/mappingsymbols.s