aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/Cuda.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-12[CUDA][OPENMP][NVPTX]Improve logic of the debug info support.Alexey Bataev
2018-07-27[DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev
2018-06-11Move VersionTuple from clang/Basic to llvm/Supportlinaro-local/D47948Pavel Labath
2018-06-01[OpenMP] Fix typo in NVPTX linker, NFC.Jonas Hahnfeld
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-18[NVPTX] Emit debug info in DWARF-2 by default for Cuda devices.Alexey Bataev
2017-11-21[OpenMP] Consistently use cubin extension for nvlinkJonas Hahnfeld
2017-11-19Driver: remove `SupportsObjCGC` (NFC)Saleem Abdulrasool
2017-11-03[CUDA] Mark CUDA as a no-errno platform.Justin Lebar
2017-10-25[CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar
2017-10-17[CMake][OpenMP] Customize default offloading archJonas Hahnfeld
2017-08-11[OpenMP] Enable previously successful offloading tests.Gheorghe-Teodor Bercea
2017-08-10[OpenMP] Delete tests in openmp-offload.c which cuase failuresGheorghe-Teodor Bercea
2017-08-10Revert r310489 and follow-up commits r310505, r310519, r310537 and r310549Alex Lorenz
2017-08-10[OpenMP] Provide a default GPU arch that is supported byGheorghe-Teodor Bercea
2017-08-08[OpenMP] OpenMP device offloading code generation produces a cubin file which...Gheorghe-Teodor Bercea
2017-08-08Revert r310291, r310300 and r310332 because of test failure on DarwinAlex Lorenz
2017-08-07[OpenMP] Integrate OpenMP target region cubin into host binaryGheorghe-Teodor Bercea
2017-07-06[OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea
2017-03-08[Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones