aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-20[RISCV] Support Xsfvqmaccdod and Xsfvqmaccqoq extensions (#68295)Brandon Wu1-0/+2
2023-10-19[Clang][SVE2.1] Add builtins and intrinsics for SVBFMLSLB/TCaroline Concatto1-0/+7
2023-10-17[Clang][SVE2.1] Add svpext builtinsCaroline Concatto1-22/+52
2023-10-11[clang][RISCV] Fix the condition of checking signature in getIndex (#67403)Jianjian Guan1-1/+1
2023-10-10[clang] Fix several issues in the generated AttrHasAttributeImpl.incSergei Barannikov1-36/+37
2023-10-05[clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE=OFF` for `Release` bui...Arvind Mukund1-6/+11
2023-09-28Recommit "Implement [[msvc::no_unique_address]] (#65675)" (#67199)Amy Huang1-0/+69
2023-09-26[clang] Fix pretty-printing assume_aligned attributes (#67331)Balazs Benics1-3/+10
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN9-43/+48
2023-09-26ReformatNAKAMURA Takumi4-9/+13
2023-09-19[clang] Improve CI output when trailing whitespace is found (#66649)Louis Dionne1-1/+5
2023-09-12Fix NATVIS visualization of ActionResultAaron Ballman1-5/+5
2023-09-11Fix warning in MSVCGiuliano Belinassi1-1/+10
2023-09-07Fix ast print of variables with attributesGiuliano Belinassi3-0/+39
2023-09-05[clang][doc] Don't escape _ in .rst files. (#65277)Mark de Wever1-1/+1
2023-09-04[TableGen] Modernize OverloadInfo (NFC)Kazu Hirata1-4/+4
2023-09-04[TableGen] Modernize GroupInfo (NFC)Kazu Hirata1-2/+2
2023-09-04[AArch64][SME] Make the overloaded svreinterpret_* functions streaming-compat...Sander de Smalen1-1/+1
2023-09-04[clang] Use range-based for loops (NFC)Kazu Hirata1-3/+4
2023-08-31[clang][ci] Don't block all jobs on clang-formatLouis Dionne1-3/+0
2023-08-30[RISCV] Add feature checks for vector crypto C intrinsics4vtomat1-0/+8
2023-08-30[clang] Add a Windows build in the Clang pre-commit CILouis Dionne2-1/+28
2023-08-25[clang] Also run the clang tests as part of the Clang-specific CI pipelineLouis Dionne2-3/+5
2023-08-23[clang] Fix the pre-commit CI pipeline after changes to libc++'s own CI pipelineLouis Dionne1-3/+37
2023-08-23[RISCV] Add Zvfhmin extension for clangJianjian GUAN1-0/+1
2023-08-22[Clang][RISCV] Add vcreate intrinsics for RVV tuple typeseopXD1-2/+0