aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2026-02-12clang: Use VFS for libclc existence check (#181236)Matt Arsenault1-3/+3
2026-02-12[clang][ssaf] Drop llvm-RTTI support for now (#181198)Balázs Benics8-47/+6
2026-02-12[clang][modules] Don't rely on `std::vector` CTAD (#181182)Jan Svoboda1-2/+2
2026-02-12[NFC] [FlowSensitive] [StatusOr] remove unneeded NOLINT (#181032)Florian Mayer1-41/+41
2026-02-12[clang] Add __builtin_bitreverseg (#179126)Madhur Kumar11-0/+462
2026-02-12[clang][deps] Parallelize module compilations (#180047)Jan Svoboda6-3/+181
2026-02-12[clang][Sema] Split a err_typecheck_assign_const diagnostic into a separate t...Michael Buch2-24/+30
2026-02-12[CIR] Add sync scope to atomic fetch-and-update operation (#180770)Sirui Mu8-114/+428
2026-02-12[clang][bytecode] Fix debug-printing one-past-the-end pointers (#181149)Timm Baeder1-2/+6
2026-02-12[NFC] Fix the unreachable 'return' in OpenACC Stmt handling (#181153)Erich Keane1-21/+20
2026-02-12[clang][bytecode] Don't use throw as invalid in c++26 (#181150)Timm Baeder2-6/+6
2026-02-12[CIR] Add scoped atomic compare-and-exchange (#180412)Sirui Mu7-28/+117
2026-02-12[CIR] Add cir.atomic.xchg to target lowering (#180744)Sirui Mu2-3/+9
2026-02-12[clang][Builtins][ARM] NFC updates in ARM.cpp (#180966)Andrzej Warzyński1-31/+24
2026-02-12[clang-repl] Fix disambiguation of out-of-line member with private types (#17...fogsong2333-3/+33
2026-02-12[CIR][NFC] Consolidate AArch64 tests (#180919)Andrzej Warzyński3-42/+10
2026-02-12[CIR][NFC] Group related "creation" helpers + add comments (#180921)Andrzej Warzyński1-30/+44
2026-02-12[doc] [C++20] [Modules] Fix StandardCPlusPlusModules.rst failure (#181101)Chuanqi Xu1-1/+1
2026-02-12[doc] [C++20] [Modules] Update the doc for ABI-breaking style (#181098)Chuanqi Xu1-0/+183
2026-02-12[PowerPC] Align bcdsetsign Sema validation with other BCD builtins (#178121)Aditi Medhane2-1/+17
2026-02-12[AIX] [PowerPC] Auto-enable modern-aix-as feature by default with integrated ...Riyaz Ahmad2-0/+29
2026-02-12[C++20] [Modules] Support to generate reduced BMI only (#181081)Chuanqi Xu6-12/+51
2026-02-11[NFC][HLSL] Remove Dead code (#181060)Farzon Lotfi1-2/+0
2026-02-11[CIR][X86] Add support for cmp builtins (#174318)Zhihui Yang2-14/+736
2026-02-12[flang][docs] Update the `-Ofast` description in `FlangDriver.md` (#180138)Shunsuke Watanabe1-1/+1
2026-02-11[CIR]Upstream generic intrinsic emission path (#179098)Priyanshu Kumar3-1/+259
2026-02-11[CIR] X86 vector masked load builtins (#169464)woruyu5-0/+473
2026-02-11[Flang] Fix finding the Flang runtime for the GPU (#180971)Joseph Huber3-3/+12
2026-02-11[clang][builtins][modules] Add arm_bf16.h to the builtin module map (#180845)Ian Anderson1-1/+10
2026-02-11[clang][modules] Remove fno-modules-check-relocated as a driver option (#180995)Cyndy Ishida2-4/+9
2026-02-11[clang][ssaf] Remove VFS support from SerializationFormat (#180891)Aviral Goel8-40/+42
2026-02-11[clang-sycl-linker][offload] Set TheImageKind based on IsAOTCompileNeeded fla...Yury Plyakhin3-16/+22
2026-02-11[CIR] Match codegen change on fmin and fmaxMichael Liao2-28/+30
2026-02-11[Clang] [Sema] Fix FixIt for implicit-int diagnostics. (#179356)Karl Friebel5-12/+88
2026-02-11clang/AMDGPU: Do not look for rocm device libs if environment is llvm (#180922)Matt Arsenault8-9/+65
2026-02-11[HLSL] Implement Sample* methods for Texture2D (#179322)Steven Perron20-82/+1460
2026-02-11clang/AMDGPU: Remove dead code in RocmInstallationDetector (#180920)Matt Arsenault2-5/+2
2026-02-11[Hexagon] Fix signed constant creation in EmitVAArgFromMemory (#180385)Brian Cain2-1/+34
2026-02-11[Clang] Don't diagnose missing members when looking at the instantiating clas...Younan Zhang2-1/+82
2026-02-11[clang][ssaf][NFC] Refactor SerializationFormat to use macro-based field acce...Balázs Benics4-84/+39
2026-02-11[CIR][NEON] Add lowering for `vnegd_s64` and `vnegh_f16` (#180597)Andrzej Warzyński7-23/+86
2026-02-11[AArch64][clang] Use DenseSet for target feature lookup (NFC) (#180734)Benjamin Maxwell2-4/+37
2026-02-11[OpenMP] Claim OpenMP dims modifier (#180904)Kevin Sala Penades1-0/+3
2026-02-11[AMDGPU] Introduce asyncmark/wait intrinsics (#180467)Sameer Sahasrabuddhe3-0/+31
2026-02-11[AMDGPU] Asynchronous loads from global/buffer to LDS on pre-GFX12 (#180466)Sameer Sahasrabuddhe6-3/+42
2026-02-11[OpenCL] Diagnose invalid conversion from pointer to vector (#180318)Wenju He2-0/+11
2026-02-10[clang][Driver] Support Outline Flags on RISC-V and X86 (#163664)Sam Elliott7-15/+39
2026-02-11Clang: Add nsz to llvm.minnum and llvm.maxnum emitted from fmin and fmax (#11...YunQiang Su9-84/+98
2026-02-10[CIR][X86] Add support for vpshl/vpshr builtins (#179538)Priyanshu Kumar4-6/+514
2026-02-10[clang] Convert Maintainers.md from rst to markdownReid Kleckner2-278/+231