summaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)Author
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2025-10-29[flang][Driver] Enable -pie and -no-pie in flang's driverTarun Prabhu
2025-10-29[clang] Use a formatted_raw_ostream in TextDiagnostic (#164935)Timm Baeder
2025-10-29[Clang] [NFC] Fix trailing whitespace in Parser.h (#165498)Sirraide
2025-10-28[clang][Driver] Move test out of clang/includeTarun Prabhu
2025-10-28[HLSL][DXIL][SPRIV] Added WaveActiveMin intrinsic (#164385)Sietze Riemersma
2025-10-28[X86][Clang] Add AVX512 Integer Comparison Intrinsics for constexpr Evaluatio...sskzakaria
2025-10-28[Clang][Driver] Enable offloadlib option for clang-cl (#162980)jinge90
2025-10-27[flang][Driver] Warn on -fbuiltin and -fno-builtinTarun Prabhu
2025-10-27[Clang][ARM][Sema] Check validity of ldrexd/strexd builtin calls (#164919)Douglas
2025-10-27[clang][Driver][NFC] Remove trailing whitespace from Options.tdTarun Prabhu
2025-10-27[Clang][AMDGPU] Enable type-checking on __builtin_amdgcn_raw_ptr_buffer_atomi...Juan Manuel Martinez Caamaño
2025-10-26[clang-tidy] Add new check: `readability-redundant-typename` (#161574)Victor Chernyakin
2025-10-24[CIR] Emit CIR builtins: coroAlloc, coroBegin, and coroSize (#164180)Andres-Salamanca
2025-10-24[clang][Sema] close IsStandardConversion hole when adding cfi_unchecked_calle...Bruno De Fraine
2025-10-24[HLSL] Add matrix constructors using initalizer lists (#162743)Farzon Lotfi
2025-10-25[RISCV] Support XSfmm C intrinsics (#143070)Brandon Wu
2025-10-24[clang] Don't require `FileManager` for creating an output file (#164665)Jan Svoboda
2025-10-24[CIR] Handle operator delete with virtual destructors (#165010)Andy Kaylor
2025-10-24[CIR] Upstream trivial constructor const handling (#164849)Andy Kaylor
2025-10-24[Hexagon] Add V81 support to compiler and assembler (#164922)Ikhlas Ajbar
2025-10-24[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow shufps/...NagaChaitanya Vellanki
2025-10-24[Headers][X86] Allow SLLDQ/SRLDQ byte shift intrinsics to be used in constexp...Ye Tian
2025-10-23[Clang] Implement constexpr evaluation for __builtin_infer_alloc_token() (#16...Marco Elver
2025-10-23[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456)Andrew Ng
2025-10-23[NFC] Rename 'Expr' to 'RefExpr' to fix the build warnings (#164828)Erich Keane
2025-10-23[OpenACC][CIR] Implement atomic-write lowering (#164627)Erich Keane
2025-10-23[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow MMX/SSE...Shawn K
2025-10-23[HLSL] Allow input semantics on structs (#159047)Nathan Gauër
2025-10-23[CIR] Upstream handling for __builtin_prefetch (#164387)Shawn K
2025-10-23[Clang][Sema] Add __builtin_infer_alloc_token() declaration and semantic chec...Marco Elver
2025-10-23[Clang] Refactor allocation type inference logic (#163636)Marco Elver
2025-10-22[AMDGPU] Add intrinsics for v_[pk]_add_{min|max}_* instructions (#164731)Stanislav Mekhanoshin
2025-10-22[clang][Sema][NFC] Remove unused delayed template parsing cleanup callback (#...Victor Chernyakin
2025-10-22[clang] Don't silently inherit the VFS from `FileManager` (#164323)Jan Svoboda
2025-10-22[clang] Fix inconsistencies with the device_kernel attr on different targets ...Nick Sarnie
2025-10-22[OpenACC][CIR] Lowering for atomic-read (#164299)Erich Keane
2025-10-22[Clang] Move AllocToken frontend options to LangOptions (#163635)Marco Elver
2025-10-21[CIR] Handle return with cleanups (#163849)Andy Kaylor
2025-10-21[CIR][NFC] Add infrastructure for handling X86 builtins (#164465)Andy Kaylor
2025-10-21[CIR] Upstream Exception CXXTryStmt (#162528)Amr Hesham
2025-10-21[CIR] Atomic fetch operation (#161631)Sirui Mu
2025-10-21[NFC][Clang][Diagnostics] Remove the DeferHint parameter of Diags(...) in fav...Juan Manuel Martinez Caamaño
2025-10-21[CIR] Add support for atomic test-and-set and atomic clear (#164162)Sirui Mu
2025-10-21[clang] Add support for cluster sync scope (#162575)macurtis-amd
2025-10-21[NFC] [FlowSensitive] [StatusOr] remove unused function (#164351)Florian Mayer
2025-10-20Reapply "[FlowSensitive] [StatusOr] [2/N] Add minimal model" (#164040) (#164305)Florian Mayer
2025-10-20[CIR] Upstream aggregate binary assign handling (#163877)Andy Kaylor
2025-10-20[OpenACC][CIR] Reduction combiner lowering for min/max (#163656)Erich Keane
2025-10-20[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AVX/AVX...SeongJaePark