aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[AMDGPU]Add specific instruction feature for multicast load (#175503)Shoreshen3-11/+11
2026-01-12[CIR][X86] Add support for `intersect` builtins (#172554)Vishruth Thimmaiah3-10/+302
2026-01-12[FIX] Add target requirement in `clang/test/CodeGen/AMDGPU/nullptr-in-differe...Shilei Tian1-0/+1
2026-01-13[Clang][AMDGPU] Get correct nullptr value for AS3 and AS5 (#175610)Shilei Tian2-5/+62
2026-01-13[clang][Tooling] Fix assertion failure when processing CUDA files (#173762)mitchell3-8/+26
2026-01-12[CIR] Implement simple folding for unary operations (#174882)Andy Kaylor11-47/+289
2026-01-12[Clang] Fix warning on device debugging when passing `-O0` (#175628)Joseph Huber1-2/+4
2026-01-12[Clang] Improve CodeGenerator API a bit (#175239)Sirraide5-36/+43
2026-01-12[CIR] Add support for X86 pmovqd512_mask and pmovwb512_mask builtins (#173802)DannyDaoBoYang3-2/+133
2026-01-12Remove CXXRecordDecl printer FIXME (#175397)Kim Gräsman1-2/+0
2026-01-12[CUDA] Implement __CUDA_ARCH_LIST__ macro and refactor architecture helpers (...Artem Belevich5-145/+175
2026-01-12[NVPTX] Validate user-specified PTX version against SM version (#174834)Justin Fargnoli7-11/+16
2026-01-12Fix #173673 assertion "Output operand lower bound is not zero" with asm outpu...anoopkg61-2/+3
2026-01-12[Clang][Driver] Disable crash-ir-repro.cpp on HWAasanAiden Grossman1-1/+1
2026-01-12[HLSL][Matrix] Load and store ConstantMatrixBoolTypes as i32 FixedVectorTypes...Deric C.3-16/+42
2026-01-12Fix typo in 'clang/test/CodeGen/AArch64/sve2p2-intriniscs' folder name (#175481)Fang He4-0/+0
2026-01-12[CMake][NFC] Don't use uninitialized LLVM_REQUIRES_* (#175554)Alexis Engelke2-20/+4
2026-01-12[clang] Prevent sandbox violations in `CrossTranslationUnitContext` (#175097)Jan Svoboda1-1/+4
2026-01-12[clang] Bypass sandbox in `ModuleDependencyCollector` (#175220)Jan Svoboda1-5/+11
2026-01-12[AArch64] Add support for range prefetch intrinsic (#170490)Kerry McLaughlin10-1/+167
2026-01-12[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow SS...NagaChaitanya Vellanki17-164/+380
2026-01-12[SPIR-V] Do not allow AS(2) to convert to generic (#175275)Joseph Huber2-4/+4
2026-01-12[PS5][Driver] forward -ffat-lto-objects to the linker (#172854)Rose Hudson2-0/+17
2026-01-12[Clang] prevent an assertion failure caused by C++ constant expression checks...Oleksandr T.3-1/+11
2026-01-12[AMDGPU][SIInsertWaitcnt] Implement Waitcnt Expansion for Profiling (#169345)Pankaj Dwivedi3-0/+13
2026-01-12Revert "[Clang] Warn when `std::atomic_thread_fence` is used with `fsanitize=...Hans Wennborg6-151/+4
2026-01-12[clang][bytecode] Fix calling lambdas with broken instance pointers (#175511)Timm Baeder3-4/+24
2026-01-12[clang-repl] Move the produced temporary files in wasm in a temp folder. (#17...Vassil Vassilev4-8/+35
2026-01-12[clang-repl] Rework layering of incremental executors. (#175448)Vassil Vassilev13-516/+643
2026-01-12 [Clang] Add `__builtin_stack_address` (#148281)moorabbit7-0/+80
2026-01-12[Aarch64] Add support for Ampere1C core (#175442)Philipp Tomsich4-0/+75
2026-01-12Fix gcc name shadow warning. (#175490)Vassil Vassilev1-3/+3
2026-01-12[clang] fix warning (#174587)killcerr1-1/+1
2026-01-12[Clang][X86] Remove useless `extractvalue` on aesencwide/aesdecwide builtin C...Haocong Lu2-208/+143
2026-01-11[clang-repl] Fix OrcRuntime lookup for Solaris and unit tests. (#175435)Vassil Vassilev3-71/+59
2026-01-11[CIR][AArch64] Add lowering for unpredicated svdup builtins (#174433)Andrzej Warzyński3-1/+329
2026-01-11[clang] [unittest] Fix linking against dylib (#175317)Michał Górny1-1/+1
2026-01-11[clang-repl] Teach the default orc runtime finder to search in more locations...Vassil Vassilev1-29/+88
2026-01-11[clang-format] Correctly annotate C compound literal braces (#173771)Lane02182-0/+7
2026-01-10[clang-format][NFC] Minor cleanups of RemoveParenthesesOwen Pan1-8/+7
2026-01-10[flang] Changes to "unsafe Cray pointers" option (#175223)Eugene Epshteyn1-1/+1
2026-01-10[clang] Add a valid begin source location for abbreviated function templates ...tcottin6-10/+323
2026-01-10Control spacing for attribute printing (#174197)Kim Gräsman2-49/+74
2026-01-10[clang-repl] Simplify the logic around out of process execution. NFC (#175322)Vassil Vassilev7-243/+235
2026-01-10[clang][bytecode] Check for invalid function decls (#175312)Timm Baeder3-3/+14
2026-01-10[RISCV] Mark Xqccmp as not experimental (#175066)Sam Elliott1-1/+1
2026-01-10[AMDGPU] Modifies mfma builtin def to take _Float16 for HIP/C++ (#175197)Rana Pratap Reddy4-11/+360
2026-01-10[clang][bytecode] Limit "... variable whose value is not known" diags (#175287)Timm Baeder2-5/+4
2026-01-10[-Wunsafe-buffer-usage] Allow strerror for %s in printf-like calls (#175208)Hans Wennborg2-0/+12
2026-01-09[clang-format][NFC] Remove redundant checking for null pointerOwen Pan1-3/+0