Sergey Dmitriev
|
7823560840
[Clang][OpenMP Offload] Add new tool for wrapping offload device binaries
|
5 lat temu |
Puyan Lotfi
|
60b59529cc
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
|
5 lat temu |
Nico Weber
|
c10a6a0580
Revert 373538 and follow-ups 373549 and 373552.
|
5 lat temu |
Puyan Lotfi
|
2b8b74a6ff
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
|
5 lat temu |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Richard Smith
|
80e197b92b
[modules] Driver support for precompiling a collection of files as a single
|
7 lat temu |
Yaxun Liu
|
bc0fa1d5d5
[HIP] Fix output file extension
|
7 lat temu |
Yaxun Liu
|
31df10b0f0
[HIP] Add hip offload kind
|
7 lat temu |
Eugene Zelenko
|
c2eb4fa159
[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 lat temu |
Simon Pilgrim
|
83bce6df92
Fix MSVC "not all control paths return a value" warning
|
8 lat temu |
Samuel Antao
|
af2b453157
[Driver][OpenMP] Add support to create jobs for unbundling actions.
|
8 lat temu |
Samuel Antao
|
e9c115b33b
[Driver][OpenMP] Add support to create jobs for bundling actions.
|
8 lat temu |
Samuel Antao
|
f03a8c88a8
[Driver][OpenMP] Update actions builder to create unbundling action when necessary.
|
8 lat temu |
Samuel Antao
|
de524d8e3d
[Driver][OpenMP] Update actions builder to create bundling action when necessary.
|
8 lat temu |
Samuel Antao
|
09ceae6c4b
[Driver][OpenMP] Create tool chains for OpenMP offloading kind.
|
8 lat temu |
Mehdi Amini
|
b7ca92a02c
Rename variable to not use C++ reserved name (leading underscore + capital) (NFC)
|
9 lat temu |
Mehdi Amini
|
2386096410
Fix MSVC build: requires namespace in front of StringRef (NFC)
|
9 lat temu |
Mehdi Amini
|
70d1335d22
Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)
|
9 lat temu |
Eric Christopher
|
9c0ed79ad9
Remove extra semi-colon. Fixes warning and Werror bots.
|
9 lat temu |
Samuel Antao
|
2fa8012eeb
Attempt to fix breakage caused by r275645 for Windows bots.
|
9 lat temu |
Samuel Antao
|
951912906e
[CUDA][OpenMP] Create generic offload action
|
9 lat temu |
Justin Lebar
|
cf171af002
[CUDA] Add missing namespace qualification on CudaArch in Action.cpp.
|
9 lat temu |
Justin Lebar
|
fd3a1ac0e2
[CUDA] Add utility functions for dealing with CUDA versions / architectures.
|
9 lat temu |
Justin Lebar
|
ebd3497c50
[CUDA] Add support for CUDA 8 and sm_60-62.
|
9 lat temu |
Justin Lebar
|
5001ed56f2
[CUDA] Invoke ptxas and fatbinary during compilation.
|
9 lat temu |
Justin Lebar
|
09b896fd5e
[CUDA] Add explicit mapping from sm_XX to compute_YY.
|
9 lat temu |
Justin Lebar
|
a791c7fda9
[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
|
9 lat temu |
Justin Lebar
|
089f0f9902
Move ownership of Action objects into Compilation.
|
9 lat temu |
Artem Belevich
|
556fea86b4
[CUDA] use -aux-triple to pass target triple of opposite side of compilation
|
9 lat temu |
Artem Belevich
|
20db8d08e5
Augmented CudaHostAction to carry device-side triple.
|
10 lat temu |