Commit
5260bc2497bb593ed4a01de5cfe84ed6f7b529b1
by aaronAllow arbitrary capability name in Thread Safety Analysis Restricting the names of capabilities to only "role" or "mutex" makes for awkward diagnostic text, such as with: https://chromium-review.googlesource.com/c/chromium/src/+/1948098/19/base/sequence_checker_unittest.nc#33
|
 | clang/test/Sema/attr-capabilities.c |
 | clang/include/clang/Basic/DiagnosticSemaKinds.td |
 | clang/lib/Sema/SemaDeclAttr.cpp |
 | clang/include/clang/Basic/Attr.td |
Commit
a8c2f76cd258ea03f82a1fc12953ca8af6b7832b
by aaronRemoving an accidentally duplicated line of test code to fix bots.
|
 | clang/test/Sema/attr-capabilities.c |
Commit
b0b2b7e09926cdde4d82978a7c14b5e2d38db35c
by alexandre.ganeaRevert "[Clang] Un-break scan-build after integrated-cc1 change" This reverts commit a6883017ea9af529e89d7f89af2477378b6eafca.
|
 | clang/test/Driver/cuda-simple.cu |
 | clang/test/Driver/offloading-interoperability.c |
 | clang/lib/Driver/Job.cpp |
 | clang/test/Driver/option-aliases.c |
Commit
89e43f04ba87a0da6e94863db149669c7536486b
by vvereschakaRevert "List implicit operator== after implicit destructors in a vtable." This reverts commit add2b7e44ada46f30715b5c48823a9e9e317e0c3. Failed "Clang::virtual-compare.cpp" test on the arm builders. See http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/3169 for details.
|
 | clang/test/CodeGenCXX/virtual-compare.cpp |
 | clang/lib/AST/VTableBuilder.cpp |
Commit
aa91ce3e1dd53a614894d5bef515c5859eea368a
by Jonas Devlieghere[lldb/CMake] Add check-lldb-shell and check-lldb-api targets for Xcode The Xcode generator does not provide the auto-generated targets where you can append a folder name to check-lldb. Instead add two custom lit targets to run just the shell and api tests.
|
 | lldb/test/API/CMakeLists.txt |
 | lldb/test/Shell/CMakeLists.txt |
Commit
fd109308a7b71c009402b16c5e583ee462bfe9bd
by arsenm2AMDGPU/GlobalISel: Legalize G_PTR_ADD for arbitrary pointers Pointers of unrecognized address spaces shoudl be treated as global-like pointers. Even if loads and stores of them aren't handled, dumb operations that just operate on the bits should work.
|
 | llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp |
 | llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ptr-add.mir |
 | llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptr-add.mir |
Commit
0478eadf73c191199cba12c85785cfafb8bfa174
by Fred Riss[lldb/DataFormatters] Fix the `$$deference$$` synthetic child Summary: The ValueObject code checks for a special `$$dereference$$` synthetic child to allow formatter providers to implement a natural dereferencing behavior in `frame variable` for objects like smart pointers. This support was broken when used directly throught the Python API and not trhough `frame variable`. The reason is that SBFrame.FindVariable() will return by default the synthetic variable if it exists, while `frame variable` will not do this eagerly. The code in `ValueObject::Dereference()` accounted for the latter but not for the former. The fix is trivial. The test change includes additional covergage for the already-working bahevior as it wasn't covered by the testsuite before. This commit also adds a short piece of documentatione explaining that it is possible (even advisable) to provide this synthetic child outstide of the range of the normal children. Reviewers: jingham Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D73053
|
 | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/fooSynthProvider.py |
 | lldb/docs/use/variable.rst |
 | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/main.cpp |
 | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py |
 | lldb/source/Core/ValueObject.cpp |
Commit
7b771ed448487705237868f705da17b40c6bfe82
by timshen[APInt] Fix tests that had wrong assumption about sdivs with negative quotient. Reviewers: sanjoy Subscribers: bixia, dexonsmith, sanjoy.google, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70156
|
 | llvm/unittests/ADT/APIntTest.cpp |
Commit
9a5a6e94651389263fb0036d97f731e7bbf55a50
by arsenm2AMDGPU/GlobalISel: Merge G_PTR_ADD/G_PTR_MASK rules
|
 | llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp |
Commit
133a7e631cee97965e310f0d110739217427fd3d
by alexandre.ganea[PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 change The issue was reported by @xazax.hun here: https://reviews.llvm.org/D69825#1827826 "This patch (D69825) breaks scan-build-py which parses the output of "-###" to get -cc1 command. There might be other tools with the same problems. Could we either remove (in-process) from CC1Command::Print or add a line break? Having the last line as a valid invocation is valuable and there might be tools relying on that." Differential Revision: https://reviews.llvm.org/D72982
|
 | clang/lib/Driver/Compilation.cpp |
 | clang/test/Driver/cc-print-options.c |
 | clang/lib/Driver/Job.cpp |
 | clang/test/Driver/offloading-interoperability.c |
 | clang/test/Driver/cuda-simple.cu |
 | clang/test/Driver/option-aliases.c |
Commit
757fe53994c1792cbdc84526696a0e256345911f
by andrei.elovikov[SLP] Add a test showing miscompilation in AltOpcode support Reviewers: Vasilis, RKSimon, ABataev Reviewed By: RKSimon, ABataev Subscribers: ABataev, inglorion, dexonsmith, llvm-commits, vdmitrie Tags: #llvm Differential Revision: https://reviews.llvm.org/D72739
|
 | llvm/test/Transforms/SLPVectorizer/X86/no_alternate_divrem.ll |
Commit
f42994f228d20e787fe1dfab69ab5c59ca9e0868
by florian_hahn[Matrix] Hide and describe matrix-propagate-shape option.
|
 | llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp |
Commit
a6492e22711e45f1e60416371f7b5c29be5f508e
by lebedev.ri[IR] Value::getPointerAlignment(): handle pointer constants Summary: New `@test13` in `Attributor/align.ll` is the main motivation - `null` pointer really does not limit our alignment knowledge, in fact it is fully aligned since it has no bits set. Here we don't special-case `null` pointer because it is somewhat controversial to add one more place where we enforce that `null` pointer is zero, but instead we do the more general thing of trying to perform constant-fold of pointer constant to an integer, and perform alignment inferrment on that. Reviewers: jdoerfert, gchatelet, courbet, sstefan1 Reviewed By: jdoerfert Subscribers: hiraditya, arphaman, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D73131
|
 | llvm/lib/IR/Value.cpp |
 | llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll |
 | llvm/test/Transforms/Attributor/align.ll |
 | llvm/test/Transforms/Attributor/nonnull.ll |
 | llvm/test/Transforms/Attributor/nocapture-1.ll |
 | llvm/test/Transforms/Attributor/ArgumentPromotion/2008-07-02-array-indexing.ll |
 | llvm/test/Transforms/Attributor/value-simplify.ll |
 | llvm/test/Transforms/Attributor/callbacks.ll |
Commit
e47965bf64e62c496eb4259d47c62219007ae38a
by arsenm2AMDGPU/GlobalISel: Merge trivial legalize rules Also move constant-like rules together
|
 | llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp |
Commit
535ed62c5fcb9b8cd1e7abdd342277761aed29b7
by florian_hahn[AArch64] Add custom store lowering for 256 bit non-temporal stores. Currently we fail to lower non-termporal stores for 256+ bit vectors to STNPQ, because type legalization will split them up to 128 bit stores and because there are no single non-temporal stores, creating STPNQ in the Load/Store optimizer would be quite tricky. This patch adds custom lowering for 256 bit non-temporal vector stores to improve the generated code. Reviewers: dmgreen, samparker, t.p.northover, ab Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D72919
|
 | llvm/test/CodeGen/AArch64/nontemporal.ll |
 | llvm/lib/Target/AArch64/AArch64InstrInfo.td |
 | llvm/lib/Target/AArch64/AArch64ISelLowering.cpp |
 | llvm/lib/Target/AArch64/AArch64ISelLowering.h |
Commit
83a131b276426a0dc97f43c139a0f3b308f24154
by Jason MolendaFix an over-suspend bug with LaunchInNewTerminalWithAppleScript sessions When launching an inferior in a new terminal window via AppleScript and the darwin-debug helper program, we could often end up with the inferior process having a too-high suspend count, and it would never resume execution. lldb tries to wait until darwin-debug has finished its work and has launched the inferior (WaitForProcessToSIGSTOP) but this wasn't working correctly - and cannot be made to work. This patch removes WaitForProcessToSIGSTOP, adds a special tiny segment to the darwin-debug executable so it can be identified as that binary (ExecExtraSuspend), and adds code to debugserver to detect this segment. When debugserver sees this segment, it notes that the next exec will be done with a launch-suspended flag. When the next exec happens, debugserver forces an extra task_resume when we resume the inferior. An alternative approach would be if lldb could detect when the inferior has been launched by darwin-debug unambiguously; monitoring when the unix socket between darwin-debug and lldb was closed would have been a reasonable way to do this too. <rdar://problem/29760580> Differential Revision: https://reviews.llvm.org/D72963
|
 | lldb/tools/debugserver/source/MacOSX/MachTask.h |
 | lldb/tools/debugserver/source/MacOSX/MachProcess.mm |
 | lldb/tools/darwin-debug/CMakeLists.txt |
 | lldb/source/Host/macosx/objcxx/Host.mm |
 | lldb/tools/debugserver/source/MacOSX/MachTask.mm |
Commit
0feedebf4f4b2a888c0d66e2347342234b6fc5ff
by Jonas Devlieghere[lldb/Plugin] Rename AddressSanitizerRuntime for consistency with plugin (NFC) Renames AddressSanitizerRuntime to InstrumentationRuntimeASan to be consistent with the directory structure and plugin name.
|
 | lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt |
 | lldb/source/API/SystemInitializerFull.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp |
 | lldb/tools/lldb-test/SystemInitializerTest.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h |
 | lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h |
Commit
7745990dd93267d73e08ac5d9e5104645791a70e
by Jonas Devlieghere[lldb/Plugin] Rename TSanRuntime for consistency with plugin (NFC) Renames TSanRuntime to InstrumentationRuntimeTSan to be consistent with the directory structure and plugin name.
|
 | lldb/source/API/SystemInitializerFull.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h |
 | lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h |
 | lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt |
 | lldb/tools/lldb-test/SystemInitializerTest.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp |
Commit
623c3c4cf96ba30ac3d653d8acf35a5c57c34bcd
by Jonas Devlieghere[lldb/Plugin] Rename UBSanRuntime for consistency with plugin (NFC) Renames UBSanRuntime to InstrumentationRuntimeUBSan to be consistent with the directory structure and plugin name.
|
 | lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h |
 | lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt |
 | lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp |
 | lldb/source/API/SystemInitializerFull.cpp |
 | lldb/tools/lldb-test/SystemInitializerTest.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h |
Commit
fc1e8551124187c6128612ab656e2ca0220c9b10
by Jonas Devlieghere[lldb/Plugin] Rename MainThreadCheckerRuntime for consistency with plugin (NFC) Renames MainThreadCheckerRuntime to InstrumentationRuntimeMainThreadChecker to be consistent with the directory structure and plugin name.
|
 | lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt |
 | lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h |
 | lldb/tools/lldb-test/SystemInitializerTest.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp |
 | lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h |
 | lldb/source/API/SystemInitializerFull.cpp |
Commit
be9604247e33146b53f270fd35c4a7c4a44fda53
by Jonas Devlieghere[lldb/Plugin] Move DisassemblerLLVMC for consistency with plugin (NFC) Rename the DisassemblerLLVMC directory from llvm to LLVMC to match the plugin name.
|
 | lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h |
 | lldb/source/Plugins/Disassembler/CMakeLists.txt |
 | lldb/unittests/Disassembler/TestArmv7Disassembly.cpp |
 | lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp |
 | lldb/tools/lldb-test/SystemInitializerTest.cpp |
 | lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp |
 | lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp |
 | lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt |
 | lldb/source/API/SystemInitializerFull.cpp |
 | lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt |
 | lldb/unittests/Disassembler/TestArm64Disassembly.cpp |
 | lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h |
 | lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp |
Commit
e1d6d368529322edc658c893c01eaadaf8053ea6
by andrei.elovikov[SLP] Don't allow Div/Rem as alternate opcodes Summary: We don't have control/verify what will be the RHS of the division, so it might happen to be zero, causing UB. Reviewers: Vasilis, RKSimon, ABataev Reviewed By: ABataev Subscribers: vporpo, ABataev, hiraditya, llvm-commits, vdmitrie Tags: #llvm Differential Revision: https://reviews.llvm.org/D72740
|
 | llvm/test/Transforms/SLPVectorizer/X86/no_alternate_divrem.ll |
 | llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp |
Commit
fa001767f0856118e8e7c8f12c31ef7c3afe2b4e
by Adrian PrantlFix typos
|
 | lldb/docs/use/symbols.rst |
 | lldb/packages/Python/lldbsuite/test/make/Makefile.rules |
 | lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp |
 | lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/Makefile |
Commit
6e73fee780839bfa95aff492864e93e79910380b
by richardList implicit operator== after implicit destructors in a vtable. Summary: We previously listed first declared members, then implicit operator=, then implicit operator==, then implicit destructors. Per discussion on https://github.com/itanium-cxx-abi/cxx-abi/issues/88, put the implicit equality comparison operators at the very end, after all special member functions. This reinstates add2b7e44ada46f30715b5c48823a9e9e317e0c3, reverted in commit 89e43f04ba87a0da6e94863db149669c7536486b, with a fix for 32-bit targets. Reviewers: rjmccall Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72897
|
 | clang/test/CodeGenCXX/virtual-compare.cpp |
 | clang/lib/AST/VTableBuilder.cpp |
Commit
e03ead6771fc97b11cb0c94b7f023142184ad25f
by saar[Concepts] Placeholder constraints and abbreviated templates This patch implements P1141R2 "Yet another approach for constrained declarations". General strategy for this patch was: - Expand AutoType to include optional type-constraint, reflecting the wording and easing the integration of constraints. - Replace autos in parameter type specifiers with invented parameters in GetTypeSpecTypeForDeclarator, using the same logic previously used for generic lambdas, now unified with abbreviated templates, by: - Tracking the template parameter lists in the Declarator object - Tracking the template parameter depth before parsing function declarators (at which point we can match template parameters against scope specifiers to know if we have an explicit template parameter list to append invented parameters to or not). - When encountering an AutoType in a parameter context we check a stack of InventedTemplateParameterInfo structures that contain the info required to create and accumulate invented template parameters (fields that were already present in LambdaScopeInfo, which now inherits from this class and is looked up when an auto is encountered in a lambda context). Differential Revision: https://reviews.llvm.org/D65042
|
 | clang/test/SemaTemplate/ms-delayed-default-template-args.cpp |
 | clang/include/clang/Sema/ScopeInfo.h |
 | clang/lib/AST/TypeLoc.cpp |
 | clang/lib/Serialization/ASTReader.cpp |
 | clang/test/Parser/cxx2a-placeholder-type-constraint.cpp |
 | clang/lib/Sema/SemaDeclCXX.cpp |
 | clang/lib/Sema/SemaTemplateInstantiateDecl.cpp |
 | clang/lib/Parse/ParseDeclCXX.cpp |
 | clang/include/clang/Sema/DeclSpec.h |
 | clang/include/clang/AST/DeclTemplate.h |
 | clang/test/SemaCXX/cxx1y-generic-lambdas.cpp |
 | clang/lib/AST/TextNodeDumper.cpp |
 | clang/include/clang/AST/RecursiveASTVisitor.h |
 | clang/include/clang/AST/Type.h |
 | clang/test/CXX/temp/temp.param/p10-2a.cpp |
 | clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp |
 | clang/lib/Serialization/ASTWriter.cpp |
 | clang/lib/AST/ASTImporter.cpp |
 | clang/lib/AST/ASTStructuralEquivalence.cpp |
 | clang/lib/Parse/Parser.cpp |
 | clang/lib/AST/ODRHash.cpp |
 | clang/include/clang/AST/TypeProperties.td |
 | clang/lib/AST/TypePrinter.cpp |
 | clang/lib/Sema/SemaDecl.cpp |
 | clang/test/CXX/dcl/dcl.fct/p17.cpp |
 | clang/lib/Serialization/ASTReaderDecl.cpp |
 | clang/include/clang/AST/TypeLoc.h |
 | clang/include/clang/AST/PropertiesBase.td |
 | clang/lib/Sema/SemaType.cpp |
 | clang/lib/Serialization/ASTWriterDecl.cpp |
 | clang/include/clang/AST/ASTContext.h |
 | clang/lib/AST/TemplateBase.cpp |
 | clang/lib/AST/Type.cpp |
 | clang/lib/Parse/ParseTentative.cpp |
 | clang/lib/Sema/SemaLambda.cpp |
 | clang/lib/Parse/ParseCXXInlineMethods.cpp |
 | clang/include/clang/AST/TemplateBase.h |
 | clang/lib/Parse/ParseTemplate.cpp |
 | clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.closure/p3.cpp |
 | clang/include/clang/AST/ASTNodeTraverser.h |
 | clang/include/clang/Sema/Scope.h |
 | clang/include/clang/Sema/Sema.h |
 | clang/include/clang/Basic/DiagnosticParseKinds.td |
 | clang/lib/AST/ASTContext.cpp |
 | clang/test/AST/ast-dump-record-definition-data-json.cpp |
 | clang/lib/Parse/ParseDecl.cpp |
 | clang/lib/Sema/SemaTemplateDeduction.cpp |
 | clang/lib/Sema/SemaTemplate.cpp |
 | clang/lib/Sema/Sema.cpp |
 | clang/lib/Sema/TreeTransform.h |
 | clang/lib/AST/DeclTemplate.cpp |
 | clang/include/clang/Basic/DiagnosticSemaKinds.td |
 | clang/lib/Sema/DeclSpec.cpp |