aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[DirectX] Move ResourceClass enum into DXILABI. NFC (#96335)Justin Bogner1-4/+15
2024-06-21[Clang][AArch64] Expose compatible SVE intrinsics with only +sme (#95787)Sander de Smalen1-0/+5
2024-06-20[Clang][Comments] Support for parsing headers in Doxygen \par commands (#91100)hdoc1-4/+3
2024-06-19[NFC] [Serialization] Unify how LocalDeclID can be createdChuanqi Xu1-2/+2
2024-06-18[clang] Remove update_options_td_flags.py (#95909)Timm Baeder1-182/+0
2024-06-16[Clang][AArch64] Generalise streaming mode checks for builtins. (#93802)Sander de Smalen1-3/+3
2024-06-10[clang][cmake] Fixes for PGO builds when invoking ninja twice (#92591)Tom Stellard1-3/+14
2024-06-01[analyzer][NFC] Fix comparison to True/False (#94038)Eisuke Kawashima1-2/+2
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal1-1/+1
2024-05-30[clang] Introduce target-specific `Sema` components (#93179)Vlad Serebrennikov1-4/+5
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch1-1/+1
2024-05-28[clang] Diagnose problematic diagnostic messages (#93229)Aaron Ballman1-0/+194
2024-05-28[clang][NFC] Remove `utils/ci/run-buildbot` scriptVlad Serebrennikov1-160/+0
2024-05-28[clang][ci] Move libc++ testing into the main PR pipeline (#93318)Vlad Serebrennikov1-82/+0
2024-05-25[clang] Revise IDE folder structure (#89743)Michael Kruse3-4/+2
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal1-1/+1
2024-05-24[clang][ci] Remove unnecessary BuildKite jobs for Clang (#93233)Louis Dionne2-51/+5
2024-05-23[Clang][AArch64] Use __clang_arm_builtin_alias for overloaded svreinterpret's...Sander de Smalen1-12/+9
2024-05-20Use StringRef::find_first_of(char), etc (NFC) (#92841)Kazu Hirata1-1/+1
2024-05-19[clang] Use operator==(StringRef, StringRef) (NFC) (#92708)Kazu Hirata1-1/+1
2024-05-14Allow passing creduce options through creduce-clang-crash.py (#92141)Zequan Wu1-19/+13
2024-04-29[Attributes] Support Attributes being declared as supporting an experimental ...Dan Liew1-16/+121
2024-04-29Make minor improvements to the creduce wrapper scriptReid Kleckner1-4/+11
2024-04-24[clang][RISCV] Support RVV bfloat16 C intrinsics (#89354)Brandon Wu1-0/+1
2024-04-23[NFC] [Serialization] Turn type alias LocalDeclID into classChuanqi Xu1-1/+1
2024-04-22[NFC] Rename hlsl semantics to hlsl annotations (#89309)Joshua Batista1-22/+24
2024-04-22 [clang] MveEmitter: Pass Args as a const reference (#89551)aniplcc1-5/+6
2024-04-18Fix the double space and double attribute printing of the final keyword. (#88...Vassil Vassilev1-1/+1
2024-04-16[ARM64EC] Fix arm_neon.h on ARM64EC. (#88572)Eli Friedman1-4/+4
2024-04-09Reland "Rework the printing of attributes (#87281)"Vassil Vassilev3-52/+3
2024-04-09Revert "Rework the printing of attributes (#87281)"Vassil Vassilev3-3/+52
2024-04-09Rework the printing of attributes (#87281)Vassil Vassilev3-52/+3
2024-04-07[clang][NFC] Remove "Sema" prefix from Sema-related functions (#87914)Vlad Serebrennikov1-4/+3
2024-04-05Reland "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-2/+32
2024-04-05Revert "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-32/+2
2024-04-05[flang][clang] Add Visibility specific help text for options (#81869)David Spickett1-2/+32
2024-04-02[clang] Prefer logical && over & for boolean operations (#87276)aniplcc1-1/+1
2024-03-28[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-1/+1
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka1-1/+1
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-1/+1
2024-03-27[clang][RISCV] Enable RVV with function attribute __attribute__((target("arch...Brandon Wu1-4/+0
2024-03-27[analyzer] Allow egraph rewriter not to open the generated HTML directly (#85...Ella Ma1-3/+28
2024-03-26Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka1-1/+1
2024-03-25[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-1/+1
2024-03-07[clang][Interp][NFC] Add [[nodiscard]] attribute to emit functionsTimm Bäder1-1/+1
2024-03-05[clang][Builtins] Parse clang extended vectors types. (#83584)Francesco Petrogalli1-3/+63
2024-03-01[Clang] Fix __has_cpp_attribute and C++11 attributes with arguments in C++03 ...Nikolas Klauser1-11/+1
2024-02-23[Clang][AArch64] Add missing prototypes for streaming-compatible routines (#8...Sander de Smalen1-0/+6
2024-02-21[clang][Interp] Emit const references for Float arguments (#79753)Timm Baeder1-10/+40
2024-02-18[clang] Differentiate between identifier and string EnumArgument (#68550)Sergei Barannikov1-17/+63