summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Action.cpp
AgeCommit message (Expand)Author
2025-10-07[Offload] Rename and move 'clang-offload-packager' -> 'llvm-offload-binary' (...Joseph Huber
2025-08-26[HLSL][DirectX] Add the Qdx-rootsignature-strip driver option (#154454)Finn Plummer
2025-03-07[DXC] Add `-metal` flag to DXC driver (#130173)Chris B
2025-01-30[Clang] Remove ARCMigrate (#119269)Sirraide
2025-01-06[Driver][SYCL] Add initial SYCL offload compilation support (#117268)Michael Toguchi
2024-11-15Revert "[Driver][SYCL] Add initial SYCL offload compilation support" (#116381)Aaron Ballman
2024-11-15[Driver][SYCL] Add initial SYCL offload compilation support (#107493)Michael Toguchi
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida
2023-02-01[HLSL] [Dirver] add dxv as a VerifyDebug JobXiang Li
2023-01-11[OpenMP] Adjust phases for AMDGPU offloading for OpenMP in save-temps modeJoseph Huber
2022-11-18[C++20] [Modules] Remove unmaintained Header ModuleChuanqi Xu
2022-09-19[CUDA][HIP] Fix new driver crashing when using -save-temps in RDC-modeJoseph Huber
2022-08-27Use llvm::all_equal (NFC)Kazu Hirata
2022-08-26[OpenMP] Deprecate the old driver for OpenMP offloadingJoseph Huber
2022-05-11[Clang] Introduce clang-offload-packager tool to bundle device filesJoseph Huber
2022-04-29[OpenMP] Make clang argument handling for the new driver more genericJoseph Huber
2022-03-21Ensure -extract-api handles multiple headers correctlyDaniel Grumberg
2022-01-31[Clang] Introduce Clang Linker Wrapper ToolJoseph Huber
2021-02-08[CUDA][HIP] Add -fuse-cuidYaxun (Sam) Liu
2020-06-22Add Statically Linked LibrariesAaron En Ye Shi
2019-10-09[Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev
2019-10-08[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-10-03Revert 373538 and follow-ups 373549 and 373552.Nico Weber
2019-10-02[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-15[modules] Driver support for precompiling a collection of files as a singleRichard Smith
2018-08-28[HIP] Fix output file extensionYaxun Liu
2018-05-08[HIP] Add hip offload kindYaxun Liu
2018-03-20[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2016-10-28Fix MSVC "not all control paths return a value" warningSimon Pilgrim
2016-10-27[Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao
2016-10-27[Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao
2016-10-27[Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao
2016-10-27[Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao
2016-10-27[Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao
2016-10-07Rename variable to not use C++ reserved name (leading underscore + capital) (...Mehdi Amini
2016-10-07Fix MSVC build: requires namespace in front of StringRef (NFC)Mehdi Amini
2016-10-07Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini
2016-07-16Remove extra semi-colon. Fixes warning and Werror bots.Eric Christopher
2016-07-15Attempt to fix breakage caused by r275645 for Windows bots.Samuel Antao
2016-07-15[CUDA][OpenMP] Create generic offload actionSamuel Antao
2016-07-06[CUDA] Add missing namespace qualification on CudaArch in Action.cpp.Justin Lebar
2016-07-06[CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar
2016-07-06[CUDA] Add support for CUDA 8 and sm_60-62.Justin Lebar
2016-01-14[CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar
2016-01-12[CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar
2016-01-11[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar
2016-01-11Move ownership of Action objects into Compilation.Justin Lebar
2015-11-17[CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich