summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains/Cuda.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CUDA][Clang][Bugfix] Add missing CUDA 9.2 caseGheorghe-Teodor Bercea2019-05-031-0/+3
* [CUDA] Do not pass deprecated option fo fatbinaryArtem Belevich2019-05-021-1/+2
* [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-251-13/+19
* Basic CUDA-10 support.Artem Belevich2019-02-051-0/+2
* [CUDA] Propagate detected version of CUDA to cc1Artem Belevich2019-01-311-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CUDA][OPENMP][NVPTX]Improve logic of the debug info support.Alexey Bataev2018-12-121-26/+53
* [CUDA] Fix nvidia-cuda-toolkit detection on UbuntuJoel E. Denny2018-12-061-1/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-4/+4
* [OpenMP] Improve search for libomptarget-nvptxJonas Hahnfeld2018-09-271-6/+14
* [CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich2018-09-241-1/+6
* Rename -mlink-cuda-bitcode to -mlink-builtin-bitcodeMatt Arsenault2018-08-201-2/+2
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-271-0/+12
* [CUDA] Fixed the list of GPUs supported by CUDA-9.Artem Belevich2018-05-231-2/+2
* [CUDA] Added -f[no-]cuda-short-ptr optionArtem Belevich2018-05-091-2/+4
* [CUDA] Enable CUDA compilation with CUDA-9.2Artem Belevich2018-04-241-0/+2
* [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru...Artem Belevich2018-04-181-10/+12
* [NVPTX] Emit debug info in DWARF-2 by default for Cuda devices.Alexey Bataev2018-04-181-3/+36
* [CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.Artem Belevich2018-04-101-0/+19
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [OpenMP] Add flag for linking runtime bitcode libraryGheorghe-Teodor Bercea2018-03-131-0/+38
* Revert revision 327438.Gheorghe-Teodor Bercea2018-03-131-38/+0
* [OpenMP] Add flag for linking runtime bitcode libraryGheorghe-Teodor Bercea2018-03-131-0/+39
* [CUDA] Add option to generate relocatable device codeJonas Hahnfeld2018-02-121-5/+15
* [CUDA] Detect installation in PATHJonas Hahnfeld2018-01-311-15/+50
* [CUDA] Added partial support for CUDA-9.1Artem Belevich2018-01-301-5/+11
* Fix function call to fix buildIsmail Donmez2017-11-291-1/+1
* Follow up of r319317, add the missing header fileSylvestre Ledru2017-11-291-0/+1
* Add the nvidia-cuda-toolkit Debian package path to search pathSylvestre Ledru2017-11-291-0/+5
* [OpenMP] Consistently use cubin extension for nvlinkJonas Hahnfeld2017-11-211-9/+17
* [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar2017-10-251-7/+9
* [CMake][OpenMP] Customize default offloading archJonas Hahnfeld2017-10-171-10/+5
* [CUDA] Require libdevice only if neededJonas Hahnfeld2017-10-161-13/+4
* [OpenMP] Don't throw cudalib not found error if only front-end is required.Gheorghe-Teodor Bercea2017-09-261-0/+4
* [OpenMP] Enable the existing nocudalib flag for OpenMP offloading toolchain.Gheorghe-Teodor Bercea2017-09-251-3/+3
* [OpenMP] Bugfix: output file name drops the absolute path where full path is ...Gheorghe-Teodor Bercea2017-09-251-1/+1
* Revert commit with wrong message.Gheorghe-Teodor Bercea2017-09-251-1/+1
* [OpenMP] Don't throw cudalib not found error if only front-end is required.Gheorghe-Teodor Bercea2017-09-251-1/+1
* [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.Artem Belevich2017-09-201-5/+11
* [CUDA] Added rudimentary support for CUDA-9 and sm_70.Artem Belevich2017-09-071-37/+51
* [OpenMP] Enable previously successful offloading tests.Gheorghe-Teodor Bercea2017-08-111-0/+13
* [OpenMP] Delete tests in openmp-offload.c which cuase failuresGheorghe-Teodor Bercea2017-08-101-3/+7
* Revert r310489 and follow-up commits r310505, r310519, r310537 and r310549Alex Lorenz2017-08-101-14/+4
* [OpenMP] Provide a default GPU arch that is supported byGheorghe-Teodor Bercea2017-08-101-3/+7
* [OpenMP] Enable executable lookup into driver directory.Gheorghe-Teodor Bercea2017-08-091-0/+3
* [OpenMP] Add flag for overwriting default PTX version for OpenMP targetsGheorghe-Teodor Bercea2017-08-091-1/+7
* [OpenMP] Add flag for disabling the default generation of relocatable OpenMP ...Gheorghe-Teodor Bercea2017-08-091-1/+4
* [OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by defaultGheorghe-Teodor Bercea2017-08-091-0/+4
* [OpenMP] OpenMP device offloading code generation produces a cubin file which...Gheorghe-Teodor Bercea2017-08-081-3/+88