aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver
AgeCommit message (Expand)AuthorFilesLines
2026-02-12clang: Use VFS for libclc existence check (#181236)Matt Arsenault1-3/+3
2026-02-12[AIX] [PowerPC] Auto-enable modern-aix-as feature by default with integrated ...Riyaz Ahmad1-0/+7
2026-02-12[C++20] [Modules] Support to generate reduced BMI only (#181081)Chuanqi Xu2-8/+17
2026-02-11[Flang] Fix finding the Flang runtime for the GPU (#180971)Joseph Huber1-3/+7
2026-02-11clang/AMDGPU: Do not look for rocm device libs if environment is llvm (#180922)Matt Arsenault3-8/+29
2026-02-11clang/AMDGPU: Remove dead code in RocmInstallationDetector (#180920)Matt Arsenault1-3/+1
2026-02-10[clang][Driver] Support Outline Flags on RISC-V and X86 (#163664)Sam Elliott1-6/+11
2026-02-10Reland "[NVPTX] Validate user-specified PTX version against SM version" (#180...Justin Fargnoli1-4/+8
2026-02-10[Clang][AArch64] Extract get target CPU by triple (NFC) (#179097)Tomer Shafir1-28/+32
2026-02-09[clang][driver] Correcting arguments when using `libFuzzer` with `-shared-lib...Björn Svensson1-3/+8
2026-02-09[Driver][Darwin] Pass stack usage file for LTO (#178005)Marina Taylor1-0/+9
2026-02-09[clang] Add explicit std::move(...) to avoid a few copies (#180477)serge-sans-paille3-7/+7
2026-02-08Reapply "[Clang] Mark this pointer in destructors dead_on_return (#166276)"Aiden Grossman1-0/+3
2026-02-07[clang] Remove unused parameter from Driver::DiagnoseInputExistence (NFC) (#1...Naveen Seth Hanig1-5/+5
2026-02-06ubsan: Add loop detection runtime and e2e tests for -fsanitize-trap-loop.Peter Collingbourne1-0/+2
2026-02-06CodeGen, Driver: Add -fsanitize-trap-loop option.Peter Collingbourne1-0/+5
2026-02-06Revert "[Clang] Mark this pointer in destructors dead_on_return (#166276)"Aiden Grossman1-3/+0
2026-02-06[Clang] Mark this pointer in destructors dead_on_return (#166276)Aiden Grossman1-0/+3
2026-02-06[clang][OpenMP] Add OpenMP GPU optimization flag framework (#178914)Nicole Aschenbrenner1-2/+16
2026-02-05[Clang][retry 2] Lift HIPSPV onto the new offload driver (#179902)Henry Linjamäki4-20/+80
2026-02-05Reland "[clang][RISCV] Add big-endian RISC-V target support" (#177939)Djordje Todorovic8-15/+89
2026-02-04[Clang] Remove use of deprecated `-fucda-allow-variadic-functions` (#179724)Joseph Huber4-17/+1
2026-02-04[Triple] Make a target triple "os" for firmware (#176272)Ian Anderson4-30/+57
2026-02-04[X86][NFC] Split mapxf options from mapx_features (#179638)Phoebe Wang1-21/+20
2026-02-03[AIX] Implement the ifunc attribute. (#153049)Wael Yehia1-19/+4
2026-02-02[X86][APX] Disable PP2/PPX generation on Windows (#178122)Phoebe Wang1-5/+25
2026-01-30[clang][driver][darwin] Tweak the use after scope fix in Darwin driver toolch...Ian Anderson1-3/+2
2026-01-30[clang][Driver] Fix use after scope in darwin driver (#178967)Paul Kirth1-1/+2
2026-01-30Revert "[Clang][retry] Lift HIPSPV onto the new offload driver" (#178946)Joseph Huber4-80/+20
2026-01-30[Clang][retry] Lift HIPSPV onto the new offload driver (#178664)Henry Linjamäki4-20/+80
2026-01-30[HIP] Make `--no-offloadlib` not link HIP's RT (#177677)Joseph Huber2-2/+6
2026-01-30[Clang] Include clang standard lib header directory from Linux (#175593)Joseph Huber1-0/+5
2026-01-30[SPIRV] Properly discover LLVM tools that live next to the compiler (#178779)Joseph Huber1-0/+3
2026-01-30[Driver][Frontend] Add -f[no-]ms-anonymous-structs flag to control Microsoft ...Riyaz Ahmad1-0/+54
2026-01-29[clang][driver][darwin] Prefer DarwinSDKInfo for platform identification and ...Ian Anderson2-96/+142
2026-01-29Revert "[Clang] Lift HIPSPV onto the new offload driver (#168043)"Joseph Huber4-80/+20
2026-01-29[Clang] Lift HIPSPV onto the new offload driver (#168043)Henry Linjamäki4-20/+80
2026-01-29[AArch64][Driver] Enable host supported features with march=native. (#177128)Ricardo Jesus1-2/+8
2026-01-28[SystemZ] Enable -fpatchable-function-entry=M,N (#178191)Dominik Steenken1-1/+1
2026-01-28[Mips] Add r5900 (PlayStation 2 Emotion Engine) CPU support (#176666)Rick Gaiser1-0/+2
2026-01-27[clang][driver][darwin] Switch back to using CanonicalName to identify the SD...Ian Anderson2-7/+21
2026-01-27[clangd] Support clang-cl flags /std:c++23preview and /std:clatest (#178080)Nico Weber1-0/+10
2026-01-26macCatalyst: add SDKSettings.json as a dependency file if its potentially nee...Ian Anderson1-1/+11
2026-01-26Revert "macCatalyst: add SDKSettings.json as a dependency file if its potenti...Ian Anderson1-11/+1
2026-01-26Reapply "[libclc] Rework libclc naming convention to use the triple (#177465)...Joseph Huber1-23/+40
2026-01-26macCatalyst: add SDKSettings.json as a dependency file if its potentially nee...Ian Anderson1-1/+11
2026-01-26Revert "[libclc] Rework libclc naming convention to use the triple (#177465)"Aiden Grossman1-40/+23
2026-01-26[libclc] Rework libclc naming convention to use the triple (#177465)Joseph Huber1-23/+40
2026-01-23[HIP] Provide implicit include to ROCm library directory (#177704)Joseph Huber1-0/+5
2026-01-23[SystemZ][z/OS] Implement #pragma export (#141671)Sean Perry1-0/+4