[all-commits] [llvm/llvm-project] 801c78: [lldb][ARM/AArch64] Update disasm flags to latest ...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Thu Jan 7 02:56:38 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 801c7866e6d4fba81c97d27ca56c9e05ba7b157a
https://github.com/llvm/llvm-project/commit/801c7866e6d4fba81c97d27ca56c9e05ba7b157a
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
Log Message:
-----------
[lldb][ARM/AArch64] Update disasm flags to latest v8.7a ISA
Add optional memory tagging extension on AArch64.
Use isAArch64() instead of listing the AArch64 triples,
which fixes us not recognising aarch64_be.
Reviewed By: omjavaid
Differential Revision: https://reviews.llvm.org/D94084
Commit: a828fb463ed9f6085849bb3a4f225b3c84e7cf29
https://github.com/llvm/llvm-project/commit/a828fb463ed9f6085849bb3a4f225b3c84e7cf29
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] Port a CommaJoined option to the marshalling infrastructure
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D93698
Compare: https://github.com/llvm/llvm-project/compare/0877b963ef2d...a828fb463ed9
More information about the All-commits
mailing list