[all-commits] [llvm/llvm-project] e4effe: [AMDGPU][MC] Improved diagnostic messages for inva...
Utkarsh Saxena via All-commits
all-commits at lists.llvm.org
Mon Nov 23 05:03:19 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: e4effef330599edd9faa55de2f47640e7c99e7e3
https://github.com/llvm/llvm-project/commit/e4effef330599edd9faa55de2f47640e7c99e7e3
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx8_asm_all.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx908_err_pos.s
M llvm/test/MC/AMDGPU/gfx9_asm_all.s
M llvm/test/MC/AMDGPU/gfx9_err_pos.s
M llvm/test/MC/AMDGPU/literals.s
M llvm/test/MC/AMDGPU/literalv216-err.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/mai-err.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-errs.s
M llvm/test/MC/AMDGPU/vop3-gfx9.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3.s
Log Message:
-----------
[AMDGPU][MC] Improved diagnostic messages for invalid literals
See bug 47518 (https://bugs.llvm.org/show_bug.cgi?id=47518)
Reviewers: rampitec
Differential Revision: https://reviews.llvm.org/D91793
Commit: b31486ad971774c859e3e031fc0d8d9b77e3b083
https://github.com/llvm/llvm-project/commit/b31486ad971774c859e3e031fc0d8d9b77e3b083
Author: Utkarsh Saxena <usx at google.com>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/ClangdLSPServer.h
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
A clang-tools-extra/clangd/test/implementations.test
M clang-tools-extra/clangd/test/initialize-params.test
Log Message:
-----------
[clangd] textDocument/implementation (LSP layer)
Differential Revision: https://reviews.llvm.org/D91721
Compare: https://github.com/llvm/llvm-project/compare/9ac0b314a431...b31486ad9717
More information about the All-commits
mailing list