Commit
26bf2a510f7904236982f5f9e83835f36917871a
by sam.parkerFix for buildbots Change pass name in pipeline test.
|
 | llvm/test/CodeGen/ARM/O3-pipeline.ll |
Commit
16c0653db1150c849bb25f0547abb64349234394
by Raphael Isemann[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpressionDeclMap::LookupFunction This code was just creating a new SymbolContextList with any found functions in the front and orders them by how close they are to the current frame. This refactors this code into its own function to make this more obvious. Doesn't do any other changes to the code, so this is NFC.
|
 | lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h |
 | lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp |
Commit
14f767393945857d7a4652e1e7a832d44649b496
by llvmgnsyncbotgn build: Merge bc76dadb3cf
|
 | llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn |
 | llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn |
Commit
7483eb656fd290346e0ad70e553755fe9155e203
by kerry.mclaughlin[AArch64][SVE] Implement shift intrinsics Summary: Adds the following intrinsics: - asr & asrd - insr - lsl & lsr This patch also adds a new AArch64ISD node (INSR) to represent the int_aarch64_sve_insr intrinsic. Reviewers: huntergr, sdesmalen, dancgr, mgudim, rengolin, efriedma Reviewed By: sdesmalen Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cameron.mcinally, cfe-commits, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70437
|
 | llvm/lib/Target/AArch64/AArch64ISelLowering.h |
 | llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td |
 | llvm/lib/Target/AArch64/AArch64InstrInfo.td |
 | llvm/include/llvm/IR/IntrinsicsAArch64.td |
 | llvm/lib/Target/AArch64/SVEInstrFormats.td |
 | llvm/test/CodeGen/AArch64/sve-intrinsics-shifts.ll |
 | llvm/lib/Target/AArch64/AArch64ISelLowering.cpp |
Commit
aa189ed25fbd861b07eb5d5116dfd8e33e2b1991
by benny.kraFix compatibility with python3 of clang-include-fixer.py clang-include-fixer was recently updated to be python3-compatible. However, an exception handling clause was improperly using the deprecated `message` property of Exception classes, so the code was not yet entirely python3-compatible. Differential Revision: https://reviews.llvm.org/D70902
|
 | clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py |
Commit
e9c68422dee9d2883b201580867c2edc4f55d49e
by flo[VPlan] Add dump function to VPlan class. This adds a dump() function to VPlan, which uses the existing operator<<. This method provides a convenient way to dump a VPlan while debugging, e.g. from lldb. Reviewers: hsaito, Ayal, gilr, rengolin Reviewed By: hsaito Differential Revision: https://reviews.llvm.org/D70920
|
 | llvm/lib/Transforms/Vectorize/VPlan.cpp |
 | llvm/lib/Transforms/Vectorize/VPlan.h |
Commit
409350deeaf27ab767018b4c4834cfb82919e338
by djordje.todorovicRevert "[LiveDebugValues] Introduce entry values of unmodified params" This reverts commit rG4cfceb910692 due to LLDB test failing.
|
 | llvm/test/DebugInfo/MIR/X86/entry-values-diamond-bbs.mir |
 | llvm/lib/CodeGen/LiveDebugValues.cpp |
 | llvm/test/DebugInfo/MIR/ARM/dbgcall-site-propagated-value.mir |
 | llvm/test/DebugInfo/MIR/X86/entry-value-of-modified-param.mir |
 | lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp |
 | llvm/test/DebugInfo/MIR/X86/propagate-entry-value-cross-bbs.mir |
 | llvm/test/DebugInfo/MIR/X86/kill-entry-value-after-diamond-bbs.mir |
 | lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py |