aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysfix formattingusers/5chmidti/add_testing_for_the_AST_matcher_referenceJulian Schmidt1-2/+3
8 daysfix formattingJulian Schmidt2-5/+9
8 daysfix empty enum declJulian Schmidt1-8/+8
8 daysadd documentation (pr desc) to ASTMatchers.h's file commentJulian Schmidt1-0/+156
8 daysadd missing comments on some matchers on the number of matches generatedJulian Schmidt1-60/+55
8 daysreplace some type=name matches with explicit code matches to be more expressiveJulian Schmidt1-215/+256
8 daysmove some FIXME's to the main functionJulian Schmidt1-7/+4
8 daysrm not needed typeofstr match kindJulian Schmidt3-34/+11
8 daysfix f-string containing backslashJulian Schmidt1-1/+7
8 daysfix cuda testsJulian Schmidt2-13/+17
8 daysfix cuda testsJulian Schmidt1-1/+3
8 days[clang][test] add testing for the AST matcher referenceJulian Schmidt8-3907/+11258
8 days[clang][test] remove unused `run` overload in `BoundNodesCallback`users/5chmidti/rm_not_needed_run_overload_in_BoundNodesCallbackJulian Schmidt3-19/+5
8 daysintroduce exact `isC[XX](int)` predicates to simplify and deduplicateusers/5chmidti/specify_test_language_versions_in_def_fileJulian Schmidt1-26/+19
8 daysbetter message for unreachableJulian Schmidt1-4/+4
8 dayscleanup redundant empty TESTLANGUAGE* definesJulian Schmidt2-23/+0
8 daysUpdate clang/include/clang/Testing/TestClangConfig.hJulian Schmidt1-2/+0
8 daysUpdate clang/include/clang/Testing/TestLanguage.defJulian Schmidt1-3/+3
14 daysadd c2yJulian Schmidt1-0/+1
14 daysadd macro descriptionJulian Schmidt1-0/+7
14 days[clang][test] add TestLanguage.def to specify all tested language versionsJulian Schmidt12-149/+280
2024-08-23[ORC] Expose a non-destructive check-macho-buffer overload.Lang Hames2-15/+29
2024-08-23[clang][bytecode] Reject void InitListExpr differently (#105802)Timm Baeder2-11/+22
2024-08-23[clang][bytecode][NFC] Remove containsErrors() check from delegate (#105804)Timm Baeder1-3/+0
2024-08-23[AArch64] Scalarize i128 add/sub/mul/and/or/xor vectorsDavid Green5-206/+395
2024-08-23[AMDGPU] Remove comment outdated by #96933Jay Foad1-2/+1
2024-08-23[C++20] [Modules] Warn for duplicated decls in mutliple module units (#105799)Chuanqi Xu5-3/+152
2024-08-23[MCA][X86] Add missing 512-bit vpscatterqd/vscatterqps schedule data (REAPPLIED)Simon Pilgrim5-12/+16
2024-08-23[AMDGPU] Remove one case of vmcnt loop header flushing for GFX12 (#105550)Jay Foad2-6/+6
2024-08-23[Matrix] Preserve signedness when extending matrix index expression. (#103044)Florian Hahn5-11/+19
2024-08-23[AMDGPU] Simplify use of hasMovrel and hasVGPRIndexMode (#105680)Jay Foad3-11/+1712
2024-08-23[AArch64] Add And/Or/XOr test coverage for GISel. NFCDavid Green1-0/+1522
2024-08-23[AArch64] Add Add/Sub/Mul test coverage for GISel. NFCDavid Green3-0/+1602
2024-08-23[ConstraintElim] Fix miscompilation caused by PR97974 (#105790)Yingwei Zheng2-1/+47
2024-08-23[NFCI] [Serialization] Use demoteThisDefinitionToDeclaration instead of setCo...Chuanqi Xu1-4/+4
2024-08-23[NFCI] [C++20] [Modules] Relax the case for duplicated declaration in multipl...Chuanqi Xu1-14/+13
2024-08-23[clang][bytecode][NFC] Get rid of const_casts in Move fns (#105698)Timm Baeder2-14/+11
2024-08-23[MIPS] Optimize sortRelocs for o32Fangrui Song4-96/+49
2024-08-23[memref] Handle edge case in subview of full static size fold (#105635)Benjamin Maxwell4-6/+33
2024-08-22Revert "[SLP]Improve/fix subvectors in gather/buildvector nodes handling" (#1...Vitaly Buka27-699/+785
2024-08-22[LTO] Turn ImportMapTy into a proper class (NFC) (#105748)Kazu Hirata5-75/+84
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom11-84/+275
2024-08-22[Scalar] Remove an unused variable (#105767)Kazu Hirata1-1/+0
2024-08-22Reland "[Vectorize] Fix warnings"" (#105772)Vitaly Buka1-4/+4
2024-08-23[ORC] Add an identifier-override argument to loadRelocatableObject and friends.Lang Hames4-14/+59
2024-08-22[SPIRV] Emitting DebugSource, DebugCompileUnit (#97558)bwlodarcz10-7/+287
2024-08-22Revert "[Vectorize] Fix warnings" (#105771)Vitaly Buka1-4/+4
2024-08-22[clang-format] Don't insert a space between :: and * (#105043)Owen Pan3-43/+45
2024-08-23[AMDGPU] Refactor code for GETPC bundle updates in hazards (NFCI)Carl Ritson1-14/+36
2024-08-22[NFC][TableGen] Emit more readable builtin string table (#105445)Rahul Joshi2-3/+27