summaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)Author
2025-09-10[clang] Delay normalization of `-fmodules-cache-path` (#150123)Jan Svoboda
2025-09-10[clang] fix incorrect assumption about function type 's ExtInfo (#157925)Matheus Izvekov
2025-09-10[DirectX] Removing dxbc DescriptorRange from mcbxdc (#154629)joaosaffran
2025-09-10[HLSL] Add static methods for resource initialization (#155866)Helena Kotas
2025-09-10Driver: Fix two comments for accuracy.Peter Collingbourne
2025-09-10[CIR] Upstream FPToFPBuiltin ASinOp (#157350)Amr Hesham
2025-09-10[Clang] Fix __cpuidex conflict with other offloading targets (#157741)Nick Sarnie
2025-09-10[AMDGPU] Add builtins for wave reduction intrinsics (#150170)Aaditya
2025-09-10[x86][AVX-VNNI] Fix VPDPBUSD Argument Types (#155194)BaiXilin
2025-09-10[analyzer][NFC] Modernize LivenessValues::isLive (#157800)Balazs Benics
2025-09-09[webkit.UncountedLambdaCapturesChecker] Ignore DeclRefExpr to a lambda in an ...Ryosuke Niwa
2025-09-09[PowerPC] Support `-fpatchable-function-entry` on PPC64LE (#151569)Maryam Moghadas
2025-09-09[CIR] Add support for copy elision (#157713)Andy Kaylor
2025-09-09[clang][OpenMP][SPIR-V] Fix addrspace of pointer kernel arguments (#157172)Nick Sarnie
2025-09-09[clang][driver][arm][macho] Default to -mframe-pointer=non-leaf. (#154216)Francesco Petrogalli
2025-09-09Reland [clang][dataflow] Transfer more cast expressions. (#157535)Samira Bakon
2025-09-09[CIR][NFC] Fix build warnings after #154142 (#157724)Andy Kaylor
2025-09-09Revert "[HLSL] Rewrite semantics parsing" (#157718)Nathan Gauër
2025-09-09[HLSL] Add the `Frs` `DXC` driver option (#157690)Finn Plummer
2025-09-09[Sema][Parse][HLSL] Implement front-end rootsignature validations (#156754)Finn Plummer
2025-09-09[Headers][X86] Enable constexpr handling for MMX/SSE/AVX/AVX512 avg intrinsic...Bhasawut Singhaphan
2025-09-09[Clang][CodeGen]NFC] Modernize loops in EmitCtorPrologue (#155668)Andy Kaylor
2025-09-09[clang][bytecode][X86] Allow AVX512 funnel shift by scalar immediate intrinsi...Simon Pilgrim
2025-09-09[analyzer][NFC] Change LiveVariablesImpl::inAssignment from DenseMap to Dense...Balazs Benics
2025-09-09[X86] Allow remaining AVX512 per-element shift intrinsics to be used in const...Simon Pilgrim
2025-09-09[HLSL][DirectX] Add support for `rootsig` as a target environment (#156373)Finn Plummer
2025-09-09[Clang][RISCV] Loosen the requirement of -fcf-protection=return to zimop (#15...Jesse Huang
2025-09-09[HLSL] Fix OpaqueValueExpr handling in InitListExpr (#156750)Steven Perron
2025-09-09[analyzer][NFC] Modernize loops in LiveVariables analysis (#157670)Balazs Benics
2025-09-09[C++20] [Modules] Don't diagnose redeclaration of implicit instantiations in ...Chuanqi Xu
2025-09-09[X86] Allow AVX512 funnel shift intrinsics to be used in constexpr (#157668)Simon Pilgrim
2025-09-09[CIR] Add support for __builtin_alloca (#157116)Morris Hafner
2025-09-09[analyzer][NFC] Remove dead LiveVariables::Observer::observerKill (#157661)Balazs Benics
2025-09-09[analyzer][NFC] Fix a warning in RegionStore.cpp (#157630)Balazs Benics
2025-09-09[clang][AST] Added assert to prevent infinite recursion in computing layout (...tgs-sc
2025-09-09[HLSL] Rewrite semantics parsing (#152537)Nathan Gauër
2025-09-09[clang-tidy] `bugprone-unchecked-optional-access`: handle `BloombergLP::bdlb:...Valentyn Yukhymenko
2025-09-09[AST] Match the FoldingSetNodeID computed before and after creating TypedefTy...Ilya Biryukov
2025-09-09[analyzer][NFC] Rename LivenessValues::equals to LivenessValues::operator== (...Balazs Benics
2025-09-09[X86] Allow AVX512 rotate intrinsics to be used in constexpr (#157652)Simon Pilgrim
2025-09-09[analyzer] In LivenessValues::equals also check liveBindings (#157645)Balazs Benics
2025-09-09[X86] Allow XOP rotate intrinsics to be used in constexpr (#157643)Simon Pilgrim
2025-09-09[clang][DebugInfo] Emit unified (Itanium) mangled name to structor declaratio...Michael Buch
2025-09-09[clang][Mangle] Inject structor type into mangled name when mangling for LLDB...Michael Buch
2025-09-09MC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault
2025-09-09[clang] Fix side effects resolving overloads of builtin functions (#138651) (...comex
2025-09-08[clang] Fix OOB read in SemaSwift::validateSwiftFunctionName (#157139)camc
2025-09-08Frontend: Adopt llvm::vfs::OutputBackend in CompilerInstance (#113364)Steven Wu
2025-09-08[Clang] Add template argument support for {con,de}structor attributes. (#151400)tynasello
2025-09-08[clang] Rename overloaded virtual member function to prevent shadowing, NFCI ...Cyndy Ishida