aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)AuthorFilesLines
2026-02-09address reviewerusers/DataCorrupted/ExposeDirectMethod-optPeter Rong4-78/+67
2026-01-12Add a cache to remember previously realized classesPeter Rong3-9/+46
2026-01-12Add a cache to remember all classes that should've been realized by loadPeter Rong2-14/+47
2026-01-12formatPeter Rong1-2/+4
2026-01-12fix some lint warningsPeter Rong1-3/+3
2026-01-12evict weak classPeter Rong1-1/+1
2026-01-12fix mac testsPeter Rong1-5/+8
2026-01-12update test and fix incorrect heuristicPeter Rong1-37/+10
2026-01-12[ExposeObjCDirect] OptimizationsPeter Rong2-5/+81
2026-01-09formatPeter Rong1-1/+1
2026-01-09Add helper function backPeter Rong2-0/+17
2026-01-09rebase to helper renamingPeter Rong2-10/+10
2026-01-09update commentsPeter Rong1-3/+5
2026-01-09formatPeter Rong1-2/+1
2026-01-09add testsPeter Rong1-2/+2
2026-01-09[ExposeDirectMethod] Nil chech thunk generationPeter Rong4-7/+258
2026-01-09update driver behavior and a testPeter Rong1-0/+1
2026-01-05rebase to name changesPeter Rong1-5/+1
2026-01-05formatPeter Rong2-4/+5
2026-01-05fix errorPeter Rong1-1/+2
2026-01-05[ExposeObjCDirect] Setup helper functionsPeter Rong3-22/+88
2026-01-05[ObjCDirectPreconditionThunk] Adding a flag to with objc_direct symbols' pre...Peter Rong4-12/+54
2026-01-05[clang][Modules] Fix unexpected warnings triggered by a PCH and a module with...Qiongsi Wu2-1/+32
2026-01-05Reapply "clang/AMDGPU: Stop looking for oclc_daz_opt_* control libraries (#13...Matt Arsenault1-5/+0
2026-01-05[clang] Fix IO sandbox violations in diagnostic filenames (#173107)Ben Langmuir2-2/+2
2026-01-05[clang] Reuse configured VFS for chained includes (#173288)Jan Svoboda1-1/+3
2026-01-05[Clang][NFC] remove getUnqualifiedType() when it's already unqualified (#172504)Rose Hudson4-17/+9
2026-01-05[clang][modules] Diagnose config mismatches more generally from precompiled f...Cyndy Ishida3-28/+42
2026-01-05[NVPTX][clang] Fixup support for bar0 reduction builtins (#173312)Alex MacLean1-0/+21
2026-01-05[clang] Pass VFS to driver's `ExpansionContext` (#173292)Jan Svoboda1-2/+1
2026-01-05[Clang] Add __builtin_allow_sanitize_check() (#172030)Marco Elver3-1/+73
2026-01-05[OpenMP][clang] Register Vtables on device for indirect calls (#159856)Jason-VanBeusekom5-0/+167
2026-01-05[RISCV][clang] Support f8e4m3 and f8e5m2 suffix type for intrinsics (#172626)Brandon Wu2-17/+61
2026-01-05[clang][bytecode] Mark volatile composite locals as such (#174407)Timm Baeder1-1/+2
2026-01-05[Driver][SPIRV] Fix regular C/C++ compilation to AMD SPIRV. (#173867)Manuel Carrasco1-0/+12
2026-01-05[analyzer] Fix BuiltingFunctionChecker crash on large types (#174335)Balázs Benics1-4/+5
2026-01-05[clang][bytecode] Check inc/dec operations for constness (#174276)Timm Baeder1-0/+32
2026-01-05[clang][bytecode] Remove unnecessary null check (#174368)Timm Baeder1-3/+2
2026-01-05[C++20] [Modules] Fix incorrect read of TULocalOffset for delayed namespace (...Chuanqi Xu1-1/+1
2026-01-05Enable c++20 modules support for c++23preview in clang-cl (#173663)ruki1-3/+4
2026-01-05[Clang][Diagnostics] Mention 'import std' in typeid diagnostic (#173236)Yuki1-3/+6
2026-01-04[clang][bytecode] Fix typeid test under msan (#174317)Timm Baeder1-1/+4
2026-01-04[CIR][NFC] Fix incorrect function names in assert messages (#174334)Andrzej Warzyński1-3/+2
2026-01-04[NFC] Delete unnecessary apostrophe at the end of its (#173974)willmafh1-2/+2
2026-01-04[NFC][CIR] Fix unused variable warning (#174246)Thibault Monnier1-1/+1
2026-01-04[Clang] Honor '#pragma STDC FENV_ROUND' in __builtin_store_half/halff (#173821)Wenju He1-0/+1
2026-01-04Revert "[clang][bytecode] Check if block is initialized before invoking destr...Aiden Grossman1-4/+2
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian2-17/+0
2026-01-03[clang][Tooling] Insert global module fragment during header insertion (#173724)Sirui Mu1-10/+66
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin29-55/+45