summaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)Author
2025-11-23Don't mark lambda non-dependent if nested in a generic lambda. (#149121)Daniel M. Katz
2025-11-22[X86] Move _mm512_mask_blend_pd/ps tests to avx512f-builtins.c (#169170)Simon Pilgrim
2025-11-22[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX512 ...NagaChaitanya Vellanki
2025-11-22 [Clang][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow V...stomfaig
2025-11-22[clang][X86] Allow VALIGND/Q element-shift intrinsics in constexpr evaluation...Muhammad Abdul
2025-11-22[CIR] Add support for non-compile-time memory order (#168892)Sirui Mu
2025-11-22[Clang][Driver] Allow -fsanitize-coverage with -fsanitize=alloc-token (#169128)Marco Elver
2025-11-22[clang][bytecode] Don't call getThis() on the bottom function frame (#169044)Timm Baeder
2025-11-21Revert "[OpenMP] Fix firstprivate pointer handling in target regions" (#169143)dpalermo
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-21[CIR] Upstream overflow builtins (#166643)adams381
2025-11-21[CIR] Implement global array dtor support (#169070)Andy Kaylor
2025-11-22[CIR] Upstream CIR codegen for undef x86 builtins (#167945)Thibault Monnier
2025-11-22Really fix tysan test failing on unsupported arches (#169096)Sergei Barannikov
2025-11-21[OpenACC][CIR] deviceptr clause lowering for local 'declare' (#169085)Erich Keane
2025-11-21[Clang][Sema] Add fortify warnings for strcat (#168965)venk-ks
2025-11-21fix tysan test failing on unsupported arches (#169066)Matthew Nagy
2025-11-21[OpenACC][CIR] Handle 'declare' construct local lowering (&link clause) (#168...Erich Keane
2025-11-21[HLSL] Add Load overload with status (#166449)Joshua Batista
2025-11-21[clang][Sema][OpenMP] Fix GPU exception target check (#169056)Nick Sarnie
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#16...Matthew Nagy
2025-11-21[LifetimeSafety] Detect expiry of loans to trivially destructed types (#168855)Kashika Akhouri
2025-11-21[OpenMP] Fix firstprivate pointer handling in target regions (#167879)Sairudra More
2025-11-21[Clang] Fix handling of explicit parameters in `SemaLambda` (#168558)Willem Kaufmann
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2025-11-21[C++20] [Modules] Check TULocal entity within exported entitiesChuanqi Xu
2025-11-21[Clang][OpenMP] Bug fix Default clause variable category (#168846)SunilKuravinakop
2025-11-21[OpenCL] Add missing OpenCL 3.0 features to OpenCLExtensions.def; revert head...Wenju He
2025-11-20[CIR] ExtVectorElementExpr with rvalue base (#168260)Amr Hesham
2025-11-20[clang][diagnostics] added warning for possible enum compare typo (#168445)GrumpyPigSkin
2025-11-20[HLSL] Implement the `fwidth` intrinsic for DXIL and SPIR-V target (#161378)Alexander Johnston
2025-11-20[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AV...sskzakaria
2025-11-20[AllocToken] Enable alloc token instrumentation for size-returning functions ...Aleksandr Nogikh
2025-11-19[clang][deps] Add module map describing compiled module to file dependencies....Volodymyr Sapsai
2025-11-20[clang][bytecode] Implement case ranges (#168418)marius doerner
2025-11-19[ClangLinkerWrapper] Refactor target ID sanitization for Windows file… (#16...Yaxun (Sam) Liu
2025-11-19[Arm64EC][clang] Implement varargs support in clang. (#152411)Eli Friedman
2025-11-19[CIR] Upstream CIR codegen for `lzcnt` and `tzcnt` x86 builtins (#168479)Haocong Lu
2025-11-19[CIR] Add CxxCTorAttr, CxxDTorAttr, CxxAssignAttr, CxxSpecialMemberAttr to ci...Hendrik Hübner
2025-11-19[CIR] Upstream isfpclass op (#166037)Jasmine Tang
2025-11-19[clang][DebugInfo] Mark _BitInt's as reconstitutable when emitting -gsimple-t...Michael Buch
2025-11-19[OpenACC] Make sure 'link' gets the right node in the AST with ASEerichkeane
2025-11-19[HLSL][TableGen] Add `__hlsl_resource_t` to known built-in function types (#1...Helena Kotas
2025-11-19[OpenACC] Fix crash when checking an section in a 'link' clause (#168783)Erich Keane
2025-11-19[CIR] Handle non-empty null base class initialization (#168646)Andy Kaylor
2025-11-19[OpenACC][CIR] Fix atomic-capture single-line-postfix (#168717)Erich Keane
2025-11-19[CIR] Upstream CIR await op (#168133)Andres-Salamanca
2025-11-19[Clang][Sema] Fix __builtin_infer_alloc_token() return type (#168773)Marco Elver
2025-11-19[CIR] Upstream CIR codegen for mxcsr x86 builtins (#167948)Thibault Monnier