aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2023-11-17[MC] Fix compression header size check in ELF writerFangrui Song1-1/+1
2023-11-17[clang] Add bitint classification for __builtin_classify_type (#72036)Timm Baeder4-3/+16
2023-11-17[clang][Interp] Implement __builtin_bitreverse (#71687)Timm Baeder2-67/+147
2023-11-17[clang][Interp][NFC] Properly implement IntegralAP::from(IntegralAP)Timm Bäder1-1/+6
2023-11-15[Driver][NFC] A bit more const for OpenBSD and DragonFlyBrad Smith2-11/+11
2023-11-16[clang-format] Handle lambdas in QualifierAlignment (#72456)Owen Pan3-3/+19
2023-11-16[AArch64] Add support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs (#72395)Jonathan Thackray3-2/+14
2023-11-16[Driver,Gnu] Simplify -static -static-pie -shared -pie handling and suppress ...Fangrui Song4-50/+27
2023-11-16[clang] Ensure fixed point conversions work in C++ (#68344)PiJoules5-4/+56
2023-11-16[StaticAnalyzer] Fix warnings about missing overrideKazu Hirata1-2/+2
2023-11-16[flang][Driver] Support -rpath, -shared, and -static in the frontend (#66702)Tarun Prabhu1-2/+5
2023-11-16[clang][analyzer] Improve 'errno' handling in StdLibraryFunctionsChecker. (#7...Balázs Kéri5-85/+96
2023-11-16[clang] Make `-fvisibility={}` and `-ftype-visibility={}` benign options. (#7...Juergen Ributzka4-2/+145
2023-11-16[AArch64] Introduce the Armv9.5-A architecture version (#72392)Lucas Duarte Prates5-0/+31
2023-11-16[AIX] Disable flaky ClangScanDeps testJake Egan1-0/+2
2023-11-16[Clang][SME2] Add single and multi min/max by vector builtins (#71707)Sam Tebbs3-0/+902
2023-11-16[clang][Interp] Implement IntegralAP::mul() (#72491)Timm Baeder2-7/+21
2023-11-16[CUDA][HIP] make trivial ctor/dtor host device (#72394)Yaxun (Sam) Liu10-8/+71
2023-11-16Revert "[AArch64][SME2] Add ldr_zt, str_zt builtins and intrinsics (#71795)"Matt Devereau2-59/+0
2023-11-16[Clang][Sema] Differentiate between partial/explicit specializations when dia...Krystian Stasiowski4-8/+45
2023-11-16[clang][Interp] Implement bitwise operations for IntegralAP (#71807)Timm Baeder2-5/+15
2023-11-16[NFC] [C++20] [Modules] Add a test from issue 71484Chuanqi Xu1-0/+41
2023-11-16[clang][Interp] Implement __builtin_clrsb (#72243)Timm Baeder2-0/+30
2023-11-15[Driver] -rdynamic: remove duplicate -export-dynamicFangrui Song2-16/+11
2023-11-16[clang][Interp] Implement __builtin_parity (#71662)Timm Baeder2-1/+32
2023-11-16[clang][Interp] Implement IntegralAP subtraction (#71648)Timm Baeder2-20/+27
2023-11-16[RISCV][MC] MC layer support for xcvmem and xcvelw extensionsLiaoChunyu1-0/+2
2023-11-15[MS-ABI] skip generate comdat for vftable defined with internal alias. (#71748)jyu2-git3-6/+34
2023-11-16Recommit "[Clang][RISCV] Introduce tuple types for RVV bfloat16 #72216" (#72370)Yueh-Ting (eop) Chen7-12/+134
2023-11-16[clang][Analyzer][NFC] Use condition type for comparison in several checkers ...Ben Shi3-5/+6
2023-11-16[clang][analyzer] Support `fputc` in StreamChecker (#71518)Ben Shi3-8/+94
2023-11-15Add -fclang-abi-compat=latest to aarch64-sve-vector-init.cppAmara Emerson1-1/+1
2023-11-15[clang-format] Fix more bugs in isStartOfName() (#72336)Owen Pan2-5/+16
2023-11-15[clang-format] Handle constrained auto in QualifierAlignment (#72251)Owen Pan2-0/+16
2023-11-15[clang][SME][NFC] Add -fclang-abi-compat=latest to tests.Amara Emerson6-30/+30
2023-11-15Add RunTimeLang to Class and Enumeration DIBuilder functions (#72011)Augusto Noronha1-3/+3
2023-11-15[Driver] Make use of AddFilePathLibArgs() on NetBSD. (#71371)Brad Smith2-0/+5
2023-11-15[clang][DebugInfo] Fix iterator invalidation during EmitGlobalVariable (#72415)Michael Buch1-2/+7
2023-11-15[Clang] counted_by attr can apply only to C99 flexible array members (#72347)Bill Wendling4-7/+9
2023-11-15[flang] Add dependent-lib option to flang -fc1 on Windows (#72121)David Truby1-3/+5
2023-11-15Replace usage of StringRef::find_last_of with a string literal of size one by...serge-sans-paille1-1/+1
2023-11-15[clang][Interp][NFC] Limit Pointer::isArrayElement() to actual arraysTimm Bäder1-1/+1
2023-11-15[clang][DebugInfo] DWARFv5: static data members declarations are DW_TAG_varia...Michael Buch3-18/+31
2023-11-15Reland "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-1/+2
2023-11-15[clang][analyzer] Restrict 'fopen' modeling to POSIX versions in SimpleStream...Ben Shi2-1/+3
2023-11-15Revert "[Clang][RISCV] Introduce tuple types for RVV bfloat16 (#72216)" (#72367)Yueh-Ting (eop) Chen6-121/+4
2023-11-15Revert "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-2/+1
2023-11-15[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variab...Michael Buch1-1/+2
2023-11-15[clang][NFC] Refactor Sema::DiagnoseSentinelCallsTimm Bäder2-45/+49
2023-11-15[clang] Use new interpreter in EvaluateAsConstantExpr if requested (#70763)Timm Baeder2-10/+10