aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-05-01[𝘀𝗽𝗿] changes introduced through rebaseusers/Prabhuk/sprmain.clangcallgraphsection-add-type-id-metadata-to-indirect-call-and-targetsNecip Fazil Yildiran420-5533/+14282
2024-05-01[alpha.webkit.UncountedCallArgsChecker] Support more trivial expressions. (#9...Ryosuke Niwa2-1/+45
2024-05-01[RISCV] Refactor profile selection in RISCVISAInfo::parseArchString. (#90700)Craig Topper2-2/+2
2024-05-01[AArch64] Changes missing from cfca97742723 (#90314)Tomas Matheson4-0/+12
2024-05-01[clang][modules] Allow including module maps to be non-affecting (#89992)Jan Svoboda3-44/+75
2024-05-02[analysis] assume expr is not mutated after analysis to avoid recursive (#90581)Congcong Cai2-4/+28
2024-05-01[z/OS] treat text files as text files so auto-conversion is done (#90128)Sean Perry1-3/+4
2024-05-01[OpenMP][TR12] change property of map-type modifier. (#90499)jyu2-git4-50/+162
2024-05-01[CUDA] make kernel stub ICF-proof (#90155)Yaxun (Sam) Liu2-40/+88
2024-05-01[z/OS] add support for z/OS system headers to clang std header wrappers (#89995)Sean Perry14-3/+111
2024-05-01[clang] Fix crash when destructor definition is preceded with '=' (#90220)Vlad Serebrennikov4-3/+25
2024-05-01[Modules] Process include files changes (#90319)Ivan Murashko2-0/+42
2024-05-01[InstCombine] Canonicalize scalable GEPs to use llvm.vscale intrinsic (#90569)Nikita Popov21-2168/+3500
2024-04-30Revert "[alpha.webkit.UncountedCallArgsChecker] Ignore methods of WTF String ...Ryosuke Niwa3-129/+4
2024-04-30[alpha.webkit.UncountedCallArgsChecker] Ignore methods of WTF String classes....Ryosuke Niwa3-4/+129
2024-05-01[Sema] Avoid an undesired pack expansion while transforming PackIndexingType ...Younan Zhang3-1/+44
2024-04-30[clang-format] Fix a bug in annotating struct braces (#90555)Owen Pan2-1/+17
2024-04-30[Coroutines][Test] Only run coro-elide-thinlto under x86_64-linux (#90672)Wei Wang1-0/+1
2024-04-30[InstallAPI] Cleanup I/O error handling for input lists (#90664)Cyndy Ishida4-7/+17
2024-04-30Fix -fno-unsafe-math-optimizations behavior (#89473)Andy Kaylor3-7/+3
2024-04-30[Coroutines][Test] Specify target triple in coro-elide-thinlto (#90549)Wei Wang1-1/+1
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