summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2025-11-22[clang][bytecode][NFC] Remove VariableScope::emitDestruction (#169148)Timm Baeder
2025-11-22 [Clang][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow V...stomfaig
2025-11-22[Flang] Add -ffast-real-mod back for further control of MOD optimizations (#1...Michael Klemm
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[ASTMatchers] Make isExpandedFromMacro accept llvm::StringRef (#167060)Baranov Victor
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[CIR] Add NYI cases to builtin switch statement and move existing cases into ...Hendrik Hübner
2025-11-21[AST] Construct iterator_range with the conversion constructor (NFC) (#169004)Kazu Hirata
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[clang][OpenMP][CodeGen] Use an else if instead of checking twice (#168776)Roger Ferrer Ibáñez
2025-11-21[OpenMP] Introduce "loop sequence" as directive association (#168934)Krzysztof Parzyszek
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-21Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept ar...Vitaly Buka
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[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-21[OpenCL] Add missing OpenCL 3.0 features to OpenCLExtensions.def; revert head...Wenju He
2025-11-21[Clang] Refactor getOptimizationLevel and getOptimizationLevelSize to non-sta...Jim Lin
2025-11-20[clang][deps] NFC: Fix typo in function name (#168958)Jan Svoboda
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[X86] BuiltinsX86.td - attempt to pack the builtins for each SSE level close ...Simon Pilgrim
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][NFC] Fix warnings in release builds (#168791)Andy Kaylor
2025-11-19[clang][deps] Enable calling `DepScanFile::getBuffer()` repeatedly (#168789)Jan Svoboda
2025-11-19[CIR] Upstream CIR codegen for `lzcnt` and `tzcnt` x86 builtins (#168479)Haocong Lu