aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
2026-02-06[CIR][NFC] Remove LowerModule from LowerToLLVM (#179971)Sirui Mu1-7/+3
2026-02-05[AMDGPU] Fix type signature of pointers to vectors in builtins file (#179965)Joseph Huber1-1/+3
2026-01-30[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#176950)Michael Kruse1-2/+2
2026-01-26[CIR] Add custom constructor declaration to CIR lowering TableGen (#176664)Andres-Salamanca1-11/+73
2026-01-22reduce-clang-crash.py: Use creduce if cvise is not found (#177413)Nico Weber1-3/+7
2026-01-20Revert "[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#174963)"Michael Kruse1-2/+2
2026-01-20[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#174963)Michael Kruse1-2/+2
2026-01-15[AST] Support structural equivalence checking of attributes on Decls (#168769)Akira Hatanaka1-0/+75
2026-01-14[Clang] Update target parser for address spaces for AMDGPU (#175998)Joseph Huber1-3/+14
2026-01-10[CIR][NFC] Generate ABI lowering patterns with TableGen (#175021)Sirui Mu1-0/+50
2026-01-08Revert "[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)"Michael Kruse1-1/+1
2026-01-08[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)Michael Kruse1-1/+1
2026-01-06[AArch64] Add intrinsics for 9.6 crypto instructions (#165545)Lukacma1-1/+8
2026-01-05[RISCV][clang] Support f8e4m3 and f8e5m2 suffix type for intrinsics (#172626)Brandon Wu1-4/+13
2025-12-23[NFC] Constify IdentifierInfo (#173266)Akira Hatanaka1-8/+7
2025-12-14[ARM] Introduce intrinsics for MVE fp-converts under strict-fp. (#170686)David Green1-2/+5
2025-12-12[clang] Implement gcc_struct attribute on Itanium targets (#71148)Dan Klishch1-0/+1
2025-12-09[CIR] Add basic support for data member pointers (#170939)Andy Kaylor1-2/+5
2025-12-09Update the NATVIS fileAaron Ballman1-14/+0
2025-11-30[ARM] Introduce intrinsics for MVE fma under strict-fp. (#169771)David Green1-4/+11
2025-11-25[ARM] Introduce intrinsics for MVE add/sub/mul under strict-fp. (#169156)David Green1-2/+34
2025-11-22[clang] Use llvm::equal (NFC) (#169172)Kazu Hirata1-7/+4
2025-11-19[HLSL][TableGen] Add `__hlsl_resource_t` to known built-in function types (#1...Helena Kotas1-0/+1
2025-11-18[Clang] Fix cleanup attribute by delaying type checks after the type is deduc...Guillot Tony3-0/+29
2025-11-13Reapply "[HLSL] Rework semantic handling as attributes" (#167862)Nathan Gauër1-17/+1
2025-11-12Revert "[HLSL] Rework semantic handling as attributes #166796" (#167759)Nathan Gauër1-1/+17
2025-11-12[HLSL] Rework semantic handling as attributes (#166796)Nathan Gauër1-17/+1
2025-10-31[clang][utils] Make CmpDriver Python3 compatible (#163740)David Spickett1-31/+32
2025-10-31[llvm][clang] Remove handling of Python2 ConfigParser module name (#163727)David Spickett1-5/+1
2025-10-25[RISCV] Support XSfmm C intrinsics (#143070)Brandon Wu1-5/+12
2025-10-23[HLSL] Allow input semantics on structs (#159047)Nathan Gauër1-0/+11
2025-10-23[BOLT] Add --ba flag to deprecate --nl (#164257)Paschalis Mpeis1-2/+2
2025-10-20[ADT] Prepare for deprecation of StringSwitch cases with 4+ args. NFC. (#164173)Jakub Kuderski1-11/+12
2025-10-17[Clang][MVE] Use IRBuilder methods to emit masked load/store (NFC) (#163790)Nikita Popov1-1/+2
2025-10-10[Clang][AArch64] Relax SVE2 requirement for builtins available via +sme. (#16...Paul Walker1-2/+23
2025-10-08[NFC][CI] Use Fully Qualified Names for All ContainersAiden Grossman1-1/+1
2025-10-08[Clang][Sema] Extend test coverage for SVE/SME builtin usage. (#156908)Paul Walker4-3/+664
2025-10-01[RISCV] Remove break after return in RISCVVEmitter.cpp. NFC (#161599)Craig Topper1-8/+0
2025-10-01[Clang][CMake] Add CSSPGO support to LLVM_BUILD_INSTRUMENTED (#79942)Amir Ayupov2-17/+84
2025-09-19Fix perf-helper.py (#159745)Konrad Kleine1-0/+1
2025-09-18[CIR][NFC] Use TableGen to generate LLVM lowering patterns (#159390)Sirui Mu4-0/+133
2025-09-18[clang][bytecode] Pass `SourceInfo` objects by value (#159532)Timm Baeder1-6/+6
2025-09-15[NFC][clang] replace a C-array with std::array (#158047)Nathan Gauër1-6/+2
2025-09-11Reapply "[HLSL] Rewrite semantics parsing" (#157718) (#158044)Nathan Gauër1-1/+7
2025-09-11[Clang][docs] Modify generator for HLSL semantics documentation (#157841)Nathan Gauër1-26/+46
2025-09-09Revert "[HLSL] Rewrite semantics parsing" (#157718)Nathan Gauër1-7/+1
2025-09-09[HLSL] Rewrite semantics parsing (#152537)Nathan Gauër1-1/+7
2025-09-04[NFC][TableGen][analyzer] Fix some obsolete comments (#156677)Donát Nagy1-17/+32
2025-09-03[RISCV] Simplify code gen for riscv_vector_builtin_cg.inc [NFC] (#156397)Kito Cheng1-11/+15
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov2-12/+14