This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d80f21 [EarlyCSE] Minor cosmetic NFC changes new f3108f6 AMDGPU: Fix maximum instruction size for amdgcn new afacc94 Revert "Refactor and cleanup Assembly Parsing / Lexing" new a3e2909 AMDGPU/SI: Propagate the Kill flag in storeRegToStackSlot and [...] new dc9478a AArch64: Fix range loop contradicting comment above it
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/MC/MCParser/AsmLexer.h | 11 +- include/llvm/MC/MCParser/MCAsmLexer.h | 8 +- lib/MC/MCParser/AsmLexer.cpp | 137 +++++++++------------ lib/MC/MCParser/AsmParser.cpp | 88 +++++++------ lib/Target/AArch64/AArch64BranchRelaxation.cpp | 3 +- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 4 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 38 ++++-- lib/Target/AMDGPU/SIRegisterInfo.h | 2 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 25 ++-- lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 2 +- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 2 +- test/MC/AsmParser/hash-directive.s | 23 ---- 14 files changed, 169 insertions(+), 182 deletions(-) delete mode 100644 test/MC/AsmParser/hash-directive.s