aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic
AgeCommit message (Expand)AuthorFilesLines
2026-02-11[AArch64][clang] Use DenseSet for target feature lookup (NFC) (#180734)Benjamin Maxwell2-4/+37
2026-02-10[WebAssembly] Add initial support for compact imports proposal (#176617)Sam Clegg2-0/+13
2026-02-10Reland "[NVPTX] Validate user-specified PTX version against SM version" (#180...Justin Fargnoli2-2/+7
2026-02-07[X86] AMD Zen 6 Initial enablement (#179150)Ganesh1-0/+4
2026-02-06[clang]: reflection operator parsing for primitive types (#164692)Nhat Nguyen1-0/+4
2026-02-06[AMDGPU] Define new target gfx1170 (#180185)Mirko Brkušanin1-0/+1
2026-02-05Revert "Reland "[NVPTX] Validate user-specified PTX version against SM versio...Justin Fargnoli2-7/+2
2026-02-05Reland "[NVPTX] Validate user-specified PTX version against SM version" (#179...Justin Fargnoli2-2/+7
2026-02-05[Clang][retry 2] Lift HIPSPV onto the new offload driver (#179902)Henry Linjamäki2-6/+8
2026-02-05Reland "[clang][RISCV] Add big-endian RISC-V target support" (#177939)Djordje Todorovic2-0/+4
2026-02-02[X86][APX] Disable PP2/PPX generation on Windows (#178122)Phoebe Wang1-2/+8
2026-01-30Revert "[Clang][retry] Lift HIPSPV onto the new offload driver" (#178946)Joseph Huber2-8/+6
2026-01-30[Clang][retry] Lift HIPSPV onto the new offload driver (#178664)Henry Linjamäki2-6/+8
2026-01-29[clang][driver][darwin] Prefer DarwinSDKInfo for platform identification and ...Ian Anderson1-1/+5
2026-01-29Revert "[RISCV] Support RISCV BitInt larger than 128 (#175515)" (#178311)Craig Topper1-4/+0
2026-01-29Revert "[Clang] Lift HIPSPV onto the new offload driver (#168043)"Joseph Huber2-8/+6
2026-01-29[Clang] Lift HIPSPV onto the new offload driver (#168043)Henry Linjamäki2-6/+8
2026-01-28[Mips] Add r5900 (PlayStation 2 Emotion Engine) CPU support (#176666)Rick Gaiser1-1/+3
2026-01-27[clang][driver][darwin] Switch back to using CanonicalName to identify the SD...Ian Anderson1-50/+56
2026-01-26macCatalyst: add SDKSettings.json as a dependency file if its potentially nee...Ian Anderson1-3/+5
2026-01-26Revert "macCatalyst: add SDKSettings.json as a dependency file if its potenti...Ian Anderson1-5/+3
2026-01-26macCatalyst: add SDKSettings.json as a dependency file if its potentially nee...Ian Anderson1-3/+5
2026-01-26Revert "Reland "[NVPTX] Validate user-specified PTX version against SM versio...Justin Fargnoli2-7/+2
2026-01-26Reland "[NVPTX] Validate user-specified PTX version against SM version" (#177...Justin Fargnoli2-2/+7
2026-01-22[AMDGPU] Define gfx1310 target with ELF number 0x50 (#177355)Mariusz Sikora1-0/+1
2026-01-21[Clang][WebAssembly] Fix crash when using __funcref in C++ code (#176237)Paulo Matos1-0/+1
2026-01-21[PowerPC] Add Support for BCDSHIFT, BCDSHIFTR, BCDTRUNC, BCDUTRUNC, and BCDUS...Aditi Medhane1-0/+7
2026-01-21[Clang][AArch64] Add ACLE macros to support Armv9.6 (#176755)CarolineConcatto2-0/+63
2026-01-20Reapply "[C++20][Modules] Implement P1857R3 Modules Dependency Discovery" (#1...yronglin2-2/+26
2026-01-17[clang][LoongArch] Add support for LoongArch32 (#172619)hev2-2/+18
2026-01-16[OpenMP][Clang] Parsing/Sema support for `use_device_ptr(fb_preserve/fb_nulli...Abhinav Gaba1-2/+20
2026-01-14Revert "[clang][RISCV] Add big-endian RISC-V target support" (#176039)Djordje Todorovic2-4/+0
2026-01-14[clang][RISCV] Add big-endian RISC-V target support (#165599)Djordje Todorovic2-0/+4
2026-01-14[AMDGPU] Programmatically port old `.def` clang builtins to `.td` (#175873)Joseph Huber1-12/+10
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-13Revert "[NVPTX] Validate user-specified PTX version against SM version" (#175...Mehdi Amini2-7/+2
2026-01-13[RISCV] Support RISCV BitInt larger than 128 (#175515)Piyou Chen1-0/+4
2026-01-13[Clang][AMDGPU] Get correct nullptr value for AS3 and AS5 (#175610)Shilei Tian1-5/+7
2026-01-12[CUDA] Implement __CUDA_ARCH_LIST__ macro and refactor architecture helpers (...Artem Belevich2-145/+91
2026-01-12[NVPTX] Validate user-specified PTX version against SM version (#174834)Justin Fargnoli2-2/+7
2026-01-12[AArch64] Add support for range prefetch intrinsic (#170490)Kerry McLaughlin1-0/+3
2026-01-12[SPIR-V] Do not allow AS(2) to convert to generic (#175275)Joseph Huber1-2/+3
2026-01-10Rename wasm32-wasi to wasm32-wasip1. (#165345)Dan Gohman2-10/+55
2026-01-09[SPIR-V] Permit implicit conversion to generic AS (#175109)Joseph Huber1-0/+11
2026-01-08[clang][driver][darwin] Report bad SDKSettings as a fatal error rather than u...Ian Anderson1-1/+3
2026-01-05[clang][driver][darwin] Base the platform prefix on the SDK, not the target (...Ian Anderson1-22/+99
2025-12-25Revert "Reapply "[C++20][Modules] Implement P1857R3 Modules Dependency Discov...yronglin2-26/+2
2025-12-25Reapply "[C++20][Modules] Implement P1857R3 Modules Dependency Discovery" (#1...yronglin2-2/+26
2025-12-19Revert "[C++20][Modules] Implement P1857R3 Modules Dependency Discovery" (#17...Paul Kirth2-26/+2
2025-12-19[C++20][Modules] Implement P1857R3 Modules Dependency Discovery (#107168)yronglin2-2/+26