aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[CMake][PGO] Add option for using an external project to generate profile dat...Tom Stellard2-10/+21
2024-01-23[Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140)Sander de Smalen1-3/+18
2024-01-22Revert "Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT op...Amir Ayupov4-125/+11
2024-01-22Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#...Amir Ayupov4-11/+125
2024-01-22[AArch64][SME] Take arm_sme.h out of draft (#78961)Matthew Devereau1-2/+2
2024-01-22Revert "[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (...David Spickett4-125/+11
2024-01-21[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#69133)Amir Ayupov4-11/+125
2024-01-20[clang] Use SmallString::operator std::string (NFC)Kazu Hirata4-4/+4
2024-01-19[Clang] Refactor diagnostics for SME builtins. (#78258)Sander de Smalen1-11/+11
2024-01-19[Clang] Fix build with GCC 14 on ARM (#78704)Nikita Popov1-1/+1
2024-01-17[APINotes] Upstream dependencies of Sema logic to apply API Notes to declsEgor Zhdan1-1/+25
2024-01-16[Clang][AArch64] Remove unnecessary and incorrect attributes from arm_sme.h.Sander de Smalen1-13/+0
2024-01-15[TableGen] Use llvm::drop_begin (NFC)Kazu Hirata1-2/+1
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen4-25/+34
2024-01-13[RISCV] Change required features for Zvfhmin intrinsics from ZvfhminOrZvfh to...Jim Lin1-1/+1
2024-01-05[Clang][SME] Add IsStreamingOrSVE2p1 (#76975)Sam Tebbs1-0/+3
2024-01-04Revert "[Clang][SME] Add IsStreamingOrSVE2p1" (#76973)Sam Tebbs1-3/+0
2024-01-04[Clang][SME] Add IsStreamingOrSVE2p1 (#75958)Sam Tebbs1-0/+3
2024-01-04[clang] Optimize castToDeclContext for 2% improvement in build times (#76825)Pol M3-43/+73
2024-01-02[Clang][AArch64] Add missing SME functions to header file. (#75791)Sander de Smalen1-0/+19
2023-12-30[Clang][RISCV] bfloat uses 'y' instead of 'b' (#76575)Michael Maitland1-1/+1
2023-12-18[RISCV] Remove experimental from Vector Crypto extensions (#74213)Eric Biggers1-19/+21
2023-12-18[Clang][SME] Warn when a function doesn't have ZA state (#75805)Sam Tebbs3-0/+39
2023-12-18[AArch64][SME] Warn when using a streaming builtin from a non-streaming funct...Sam Tebbs4-0/+97
2023-12-14Revert "[AArch64][SME] Warn when using a streaming builtin from a non-streami...Sam Tebbs4-104/+0
2023-12-14[AArch64][SME] Warn when using a streaming builtin from a non-streaming funct...Sam Tebbs4-0/+104
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata2-5/+5
2023-12-13[SVE2.1][Clang][LLVM]Int/FP reduce builtin in Clang and LLVM intrinsic (#69926)CarolineConcatto1-2/+9
2023-12-13[Clang][AArch64] Add fix vector types to header into SVE (#73258)CarolineConcatto4-11/+49
2023-12-06[SME2] Add LUTI2 and LUTI4 quad Builtins and Intrinsics (#73317)Matthew Devereau1-0/+6
2023-12-02[clang][RISCVVEmitter] Remove no-op ptr-to-ptr bitcast (NFC) (#74179)Youngsuk Kim1-3/+0
2023-11-27[clang][AArch64][NFC] Remove trailing space in SME intriniscs headerDavid Spickett1-1/+1
2023-11-16Recommit "[Clang][RISCV] Introduce tuple types for RVV bfloat16 #72216" (#72370)Yueh-Ting (eop) Chen1-1/+3
2023-11-15Revert "[Clang][RISCV] Introduce tuple types for RVV bfloat16 (#72216)" (#72367)Yueh-Ting (eop) Chen1-3/+1
2023-11-15[Clang][RISCV] Introduce tuple types for RVV bfloat16 (#72216)Yueh-Ting (eop) Chen1-1/+3
2023-11-14Fix the NATVIS visualizer for FileEntryAaron Ballman1-1/+1
2023-11-12Add a Clang NATVIS visualizer for StringLiteralAaron Ballman1-0/+7
2023-11-07[Clang][SME2] Add multi-vector add/sub builtins (#69725)Kerry McLaughlin1-50/+50
2023-11-06[clang] Change representation of CurLexerKind (#70381)serge-sans-paille1-1/+1
2023-11-06[RISCV] Introduce and use BF16 in Xsfvfwmaccqqq intrinsics (#71140)Shao-Ce SUN1-3/+5
2023-11-03[TableGen] Use StringRef::starts_with/ends_with instead of startswith/endswit...Simon Pilgrim2-9/+9
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-5/+5
2023-11-03[AArch64] Implement reinterpret builtins for SVE vector tuples (#69598)Momchil Velikov1-42/+69
2023-11-03[RISCV] Support Xsfvfnrclipxfqf extensions (#68297)Brandon Wu1-0/+1
2023-11-03[RISCV] Support Xsfvfwmaccqqq extensions (#68296)Brandon Wu1-0/+1
2023-11-03[RISCV] Fix wrong implication for zvknhb. (#66860)Brandon Wu1-0/+1
2023-11-01[Attributes][HLSL] Teach EnumArgument to refer to an external enum (#70835)Justin Bogner1-74/+104
2023-10-24[CXXNameMangler] Correct the mangling of SVE ACLE types within function names...Paul Walker1-1/+1
2023-10-22Use llvm::count (NFC)Kazu Hirata1-1/+1
2023-10-20[-Wunsafe-buffer-usage] Add AST info to the unclaimed DRE debug notes for ana...ziqingluo-901-0/+39