This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab7227994db [ADT] Add streaming operators for llvm::Optional new d1e8486d69a [AMDGPU][MC] Disabled use of 2 different literals with SOP2 [...] new c020a4b755a Add __[_[_]]Z demangling to new common demangle function new b4620a49488 [SelectionDAG] Add getTokenFactor, which splits nodes with [...]
The 3 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/SelectionDAG.h | 5 +++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 13 ++++++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 +-------- lib/Demangle/Demangle.cpp | 8 ++++- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 39 ++++++++++++++++++++++++ lib/Target/AMDGPU/SOPInstructions.td | 2 ++ test/MC/AMDGPU/sop2-err.s | 6 ++++ test/MC/AMDGPU/sop2.s | 12 ++++++++ test/MC/AMDGPU/sopc-err.s | 6 ++++ test/MC/AMDGPU/sopc.s | 6 ++++ unittests/Demangle/DemangleTest.cpp | 6 ++++ 11 files changed, 103 insertions(+), 14 deletions(-)