aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-04-30[𝘀𝗽𝗿] changes introduced through rebaseusers/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-2Paul Kirth2-4/+4
2024-04-30[Clang][NFC] Fix status colorscor3ntin1-2/+2
2024-04-30[OpenACC] Fix test failure from fa67986derichkeane1-4/+4
2024-04-30[OpenACC] Private Clause on Compute Constructs (#90521)Erich Keane22-118/+1225
2024-04-30Reapply "[Clang][Sema] Diagnose class member access expressions naming non-ex...Krystian Stasiowski26-273/+853
2024-04-30[Clang][Sema][Parse] Delay parsing of noexcept-specifiers in friend function ...Krystian Stasiowski7-37/+154
2024-04-30[WebAssembly] Add preprocessor define for half-precision (#90528)Heejin Ahn2-0/+14
2024-04-30[OpenACC] Fix ast-print for OpenACC Clauseserichkeane4-8/+67
2024-04-30Revert "[Modules] No transitive source location change (#86912)"Chuanqi Xu15-287/+162
2024-04-30[NFC] fix typo in clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp (#90606)Congcong Cai1-2/+2
2024-04-30[AArch64] Add support for Cortex-R82AE and improve Cortex-R82 (#90440)Jonathan Thackray3-3/+4
2024-04-30[NFC] Update comment in CommonOptionsParser to match documentation (#90441)Maxim Moskalets1-5/+10
2024-04-30[clang][Interp] Visit LabelStmt sub statementsTimm Bäder2-1/+15
2024-04-30[NFC][Clang] Update P2718R0 implementation status to partial supported (#90577)yronglin1-2/+9
2024-04-30[clang][Interp] Support CXXScalarValueInitExprs of vector typeTimm Bäder2-16/+45
2024-04-30[clang][Interp] Fix initializing vectors from a list of other vectorsTimm Bäder4-6/+41
2024-04-30Fix output in coro-elide-thinlto.cpp (#90579)Danial Klimkin1-2/+2
2024-04-30[Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (#90467)Ulrich Weigand6-1/+30
2024-04-30[NFC] [tests] Don't try to remove and create the same directoryChuanqi Xu1-5/+0
2024-04-30[NFC] [C++20] [Modules] Use new class CXX20ModulesGenerator to genera… (#90...Chuanqi Xu5-27/+44
2024-04-30[C++20] [Modules] Add signature to the BMI recording export importedChuanqi Xu4-26/+114
2024-04-30[NFC][Clang] Add FIXME comment to the workaround for issue #89774Orlando Cazalet-Hyams1-0/+2
2024-04-30[Clang][Sema] Fix a bug on template partial specialization with issue on dedu...Qizhi Hu5-12/+50
2024-04-30[Clang][Sema] fix a bug on template partial specialization (#89862)Qizhi Hu3-1/+15
2024-04-30[clang][Interp] Handle Shifts in OpenCL correctlyTimm Bäder2-2/+15
2024-04-30[Modules] No transitive source location change (#86912)Chuanqi Xu15-162/+269
2024-04-30[LoongArch][Codegen] Add support for TLSDESCwanglei3-1/+20
2024-04-30[clang][analyzer] Move StreamChecker out of the alpha package. (#89247)Balázs Kéri20-222/+151
2024-04-30[C++20] [Modules] Don't skip pragma diagnostic mappingsChuanqi Xu3-2/+66
2024-04-30Revert "[C++20] [Modules] Don't skip pragma diagnostic mappings"Chuanqi Xu6-94/+29
2024-04-30[C++20] [Modules] Don't skip pragma diagnostic mappingsChuanqi Xu2-1/+62
2024-04-30[NFC] [C++20] [Modules] Use new class CXX20ModulesGenerator to generate modul...Chuanqi Xu5-28/+32
2024-04-30[C++20] [Modules] [Reduced BMI] Avoid force writing static declarationsChuanqi Xu2-2/+78
2024-04-29[Attributes] Support Attributes being declared as supporting an experimental ...Dan Liew9-42/+254
2024-04-29Ensure test writes objects to test temp dirDavid Blaikie1-4/+4
2024-04-29Make minor improvements to the creduce wrapper scriptReid Kleckner1-4/+11
2024-04-29[CodeGen][i386] Move -mregparm storage earlier and fix Runtime calls (#89707)Kees Cook2-5/+28
2024-04-29[WebAssembly] Enable multivalue and reference-types in generic CPU config (#8...Heejin Ahn3-10/+21
2024-04-29[Lex] Fix clang -Wparentheses after #89923Fangrui Song1-1/+2
2024-04-29[clang][NFC] Repair tests for __builtin_convertvector on big-endianSeth Pellegrino1-36/+38
2024-04-29[Driver] Clean up denormal handling with fast-math-related options (#89477)Andy Kaylor6-28/+30
2024-04-29[NFC] Fix hasQualifier comment (#90485)Jorge Pinto Sousa1-1/+1
2024-04-29[Clang] Address post commit feedbacks in #89906 (#90495)cor3ntin3-7/+7
2024-04-29[CIR] Add options to emit ClangIR and enable the ClangIR pipelineNathan Lanza5-1/+28
2024-04-29[clang][NFC] Reformat suspicious condition (#89923)Troy Butler1-1/+1
2024-04-29[clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)Eli Friedman3-3/+30
2024-04-29[Pipelines] Do not run CoroSplit and CoroCleanup in LTO pre-link pipeline (#9...Wei Wang1-0/+77
2024-04-29[Clang] Propagate 'SystemDrive' environment variable for unit tests (#90478)Krystian Stasiowski1-7/+3
2024-04-29[AST] Dump explicit template arguments for UnreslovedLookupExpr. (#90466)Haojian Wu3-0/+108
2024-04-29Fix a crash introduced by 3d5e9ab by adding a nullptr check. (#90301)Ryosuke Niwa2-3/+11