aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Action.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-07[DXC] Add `-metal` flag to DXC driver (#130173)Chris B1-0/+8
2025-01-30[Clang] Remove ARCMigrate (#119269)Sirraide1-7/+2
2025-01-06[Driver][SYCL] Add initial SYCL offload compilation support (#117268)Michael Toguchi1-1/+7
2024-11-15Revert "[Driver][SYCL] Add initial SYCL offload compilation support" (#116381)Aaron Ballman1-7/+1
2024-11-15[Driver][SYCL] Add initial SYCL offload compilation support (#107493)Michael Toguchi1-1/+7
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida1-7/+0
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida1-0/+7
2023-02-01[HLSL] [Dirver] add dxv as a VerifyDebug JobXiang Li1-0/+7
2023-01-11[OpenMP] Adjust phases for AMDGPU offloading for OpenMP in save-temps modeJoseph Huber1-1/+5
2022-11-18[C++20] [Modules] Remove unmaintained Header ModuleChuanqi Xu1-8/+0
2022-09-19[CUDA][HIP] Fix new driver crashing when using -save-temps in RDC-modeJoseph Huber1-0/+13
2022-08-27Use llvm::all_equal (NFC)Kazu Hirata1-1/+1
2022-08-26[OpenMP] Deprecate the old driver for OpenMP offloadingJoseph Huber1-8/+0
2022-05-11[Clang] Introduce clang-offload-packager tool to bundle device filesJoseph Huber1-0/+8
2022-04-29[OpenMP] Make clang argument handling for the new driver more genericJoseph Huber1-5/+10
2022-03-21Ensure -extract-api handles multiple headers correctlyDaniel Grumberg1-0/+7
2022-01-31[Clang] Introduce Clang Linker Wrapper ToolJoseph Huber1-0/+8
2021-02-08[CUDA][HIP] Add -fuse-cuidYaxun (Sam) Liu1-2/+2
2020-06-22Add Statically Linked LibrariesAaron En Ye Shi1-0/+7
2019-10-09[Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev1-0/+8
2019-10-08[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi1-0/+6
2019-10-03Revert 373538 and follow-ups 373549 and 373552.Nico Weber1-6/+0
2019-10-02[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-15[modules] Driver support for precompiling a collection of files as a singleRichard Smith1-0/+14
2018-08-28[HIP] Fix output file extensionYaxun Liu1-1/+1
2018-05-08[HIP] Add hip offload kindYaxun Liu1-0/+9
2018-03-20[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko1-22/+16
2016-10-28Fix MSVC "not all control paths return a value" warningSimon Pilgrim1-0/+2
2016-10-27[Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao1-5/+8
2016-10-27[Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao1-0/+17
2016-10-27[Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao1-0/+10
2016-10-27[Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao1-0/+7
2016-10-27[Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao1-0/+4
2016-10-07Rename variable to not use C++ reserved name (leading underscore + capital) (...Mehdi Amini1-2/+2
2016-10-07Fix MSVC build: requires namespace in front of StringRef (NFC)Mehdi Amini1-1/+1
2016-10-07Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini1-1/+1
2016-07-16Remove extra semi-colon. Fixes warning and Werror bots.Eric Christopher1-1/+1
2016-07-15Attempt to fix breakage caused by r275645 for Windows bots.Samuel Antao1-1/+1
2016-07-15[CUDA][OpenMP] Create generic offload actionSamuel Antao1-9/+208
2016-07-06[CUDA] Add missing namespace qualification on CudaArch in Action.cpp.Justin Lebar1-1/+1
2016-07-06[CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar1-34/+2
2016-07-06[CUDA] Add support for CUDA 8 and sm_60-62.Justin Lebar1-0/+3
2016-01-14[CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar1-1/+1
2016-01-12[CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar1-2/+24
2016-01-11[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar1-1/+9
2016-01-11Move ownership of Action objects into Compilation.Justin Lebar1-53/+32
2015-11-17[CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich1-7/+4
2015-09-22Augmented CudaHostAction to carry device-side triple.Artem Belevich1-2/+4
2015-07-20[CUDA] Moved device-side triple calculation to buildCudaActions().Artem Belevich1-2/+3