aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[clang-format] Fix a bug in git-clang-format.bat (#75268)Owen Pan1-1/+1
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-0/+4
2023-12-13[clang-format] Fix parsing of `operator<() {}` (#75144)XDeme2-0/+15
2023-12-13Remove the builtin_headers_in_system_modules feature (#75262)Ian Anderson2-17/+0
2023-12-13[SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree1-2/+3
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata155-541/+547
2023-12-13[clang][Driver] Support -fms-volatile as equivalent to /volatile:ms (#74790)Eli Friedman4-19/+21
2023-12-13[SVE2.1][Clang][LLVM]Int/FP reduce builtin in Clang and LLVM intrinsic (#69926)CarolineConcatto7-3/+1101
2023-12-13[CMake] Include opt-viewer in Fuchsia toolchain (#75296)Petr Hosek1-0/+1
2023-12-13[AMDGPU] GFX12: Add Split Workgroup Barrier (#74836)Mariusz Sikora3-0/+214
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree2-1/+19
2023-12-13[clang][Interp] Don't diagnose undefined functions when checking... (#75051)Timm Baeder2-8/+22
2023-12-13[Clang][AArch64] Add REQUIRES to new testJay Foad1-0/+2
2023-12-13[clang][Sema][NFC] Add a boolean parameter commentTimm Bäder1-1/+1
2023-12-13[Clang][AArch64] Add fix vector types to header into SVE (#73258)CarolineConcatto10-16/+206
2023-12-13[clang] Substitute alias templates from correct context (#75069)Mariya Podchishchaeva6-10/+103
2023-12-13[clang] Fix false positive -Wmissing-field-initializer for anonymous unions (...Mariya Podchishchaeva3-65/+167
2023-12-13[RISCV] Bump zicfilp to 0.4 (#75134)Yeting Kuo1-3/+3
2023-12-12[RISCV] Reduce the size of the index used for RVV intrinsics. NFC (#74906)Craig Topper1-5/+5
2023-12-12[DebugInfo] Fix duplicate DIFile when main file is preprocessed (#75022)Fangrui Song2-4/+10
2023-12-12[analyzer] Fix broken testcase (#75216)DonatNagyE1-1/+1
2023-12-12[clang][Sema] Always clear UndefinedButUsed (#73955)Jonas Hahnfeld1-2/+1
2023-12-12[analyzer] Move alpha checker EnumCastOutOfRange to optin (#67157)DonatNagyE7-42/+78
2023-12-12[clang][Interp] Implement __builtin_ffs (#72988)Timm Baeder2-0/+28
2023-12-12[clang][NFC] Remove unused parameterTimm Bäder3-5/+3
2023-12-12[clang][Interp][NFC] Fix a comment typoTimm Bäder1-1/+1
2023-12-12[NFC][CLANG] Fix static analyzer bugs about large copy by values (#75060)smanna121-1/+1
2023-12-12[Clang][SME2] Add multi-vector unpack builtins (#75075)Kerry McLaughlin3-0/+383
2023-12-12[Clang][docs] Update extension documentation (#75150)Nikolas Klauser1-1/+1
2023-12-12[RISCV][NFC] Use AddTargetFeature to add fast-unaligned-access (#74280)Wang Pengcheng1-7/+2
2023-12-12[clang][Interp] Reject static lambdas with captures (#74718)Timm Baeder2-3/+29
2023-12-12[clang][Interp] Decay arrays to the first element (#72660)Timm Baeder2-2/+8
2023-12-12[clang][Interp] Implement __builtin_rotate{right,left} (#72984)Timm Baeder2-0/+63
2023-12-12[clang][Interp] Implement inc/dec for IntegralAP (#69597)Timm Baeder2-10/+68
2023-12-11[Preprocessor] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 for AArch64 (#74954)Fangrui Song2-1/+3
2023-12-11Revert "[RISCV] Update the interface of sifive vqmaccqoq (#74284)"Kazu Hirata18-211/+217
2023-12-12[clang] Crash when referencing capture in static lambda (#74661)Ben Jackson3-2/+28
2023-12-12[RISCV] Update the interface of sifive vqmaccqoq (#74284)Brandon Wu18-217/+211
2023-12-11[clang] Remove stale release noteShoaib Meenai1-3/+0
2023-12-11[SpecialCaseList] Use glob by default (#74809)Fangrui Song1-7/+11
2023-12-11[-Wunsafe-buffer-usage] Add FixableGadget for AddAssign in UnspecifiedUntyped...Rashmi Mudduluru3-6/+153
2023-12-11[RISCV] Correct the SEW=64 MUL diagnostic to refer to V as an extension.Craig Topper2-65/+65
2023-12-11[RISCV] Shorten diagnostic a bit.Craig Topper2-2/+2
2023-12-11[RISCV] Simplify checking whether SEW=64 multiply builtins require V. NFCCraig Topper1-5/+3
2023-12-11[CUDA] Add support for CUDA-12.3 and sm_90a (#74895)Artem Belevich8-5/+35
2023-12-11[RISCV] Use getBuiltinVectorTypeInfo to simplify code. NFCCraig Topper1-6/+4
2023-12-11[AArch64] Correctly mark Neoverse N2 as an Armv9.0a core (#75055)Jonathan Thackray1-1/+1
2023-12-11Fix to msvc::no_unique_address causing assert when used with __declspec(empty...Amy Huang2-2/+62
2023-12-11[AArch64][SME2] Add PEXT, PSEL builtins for SME2 (#72827)Dinar Temirbulatov3-31/+225
2023-12-11[RISCV] Enable target attribute when invoked through clang driver (#74889)Philip Reames2-14/+22