summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/HIP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [HIP] use GetProgramPath for executable discoveryHolger Wünsche2020-01-221-15/+8
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-0/+8
* [AMDGPU][HIP] Improve opt-level handlingScott Linder2019-12-051-23/+38
* [HIP] Remove opencl.amdgcn.libYaxun (Sam) Liu2019-12-041-3/+2
* [hip] Allow the declaration of functions with variadic arguments in HIP.Michael Liao2019-10-251-0/+2
* [HIP] Add option -fgpu-allow-device-initYaxun (Sam) Liu2019-10-221-0/+4
* [HIP] Fix -save-tempsYaxun Liu2019-10-091-18/+31
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-031-0/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-5/+5
* Fix _WIN32 / _WIN64 Wundef warningsSven van Haastregt2019-08-141-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-3/+2
* [AMDGPU] gfx1010 wave32 clang supportStanislav Mekhanoshin2019-06-131-2/+8
* Revert r344630 Disable code object version 3 for HIP toolchain.Yaxun Liu2019-06-111-1/+1
* [AMDGPU] gfx1010 clang targetStanislav Mekhanoshin2019-05-131-2/+2
* [HIP] Use -mlink-builtin-bitcode to link device libraryYaxun Liu2019-04-121-40/+41
* [HIP-Clang] propagate -mllvm options to opt and llcAaron Enye Shi2019-03-151-0/+9
* Partial revert of r353952: [HIP] Handle compile -m options and propagate into...Yaxun Liu2019-02-281-2/+2
* [HIP] Handle compile -m options and propagate into LLCAaron Enye Shi2019-02-131-2/+20
* Revert r353880 "[HIP] Handle compile -m options and propagate into LLC"Reid Kleckner2019-02-121-19/+2
* [HIP] Handle compile -m options and propagate into LLCAaron Enye Shi2019-02-121-2/+19
* Add -fapply-global-visibility-to-externs for -cc1Scott Linder2019-01-281-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [HIP] Use nul instead of /dev/null when running on windowsYaxun Liu2019-01-101-1/+7
* Disable code object version 3 for HIP toolchainYaxun Liu2018-10-161-1/+1
* [HIP] Replace irif library with hip.amdgcn.bcAaron Enye Shi2018-10-111-2/+2
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-2/+39
* [HIP] Add -fvisibility hidden option to clangYaxun Liu2018-08-301-0/+6
* [HIP] pass -target-cpu when running the device-mode compilerYaxun Liu2018-07-241-0/+2
* [HIP] Fix ordering of device-libs linkingAaron Enye Shi2018-06-271-1/+1
* [HIP] Support flush denormals bitcodeAaron Enye Shi2018-06-271-1/+7
* [HIP] Remove hip/hc.amdgcn.bc from HIP ToolchainsAaron Enye Shi2018-06-261-2/+2
* [Test] Initial test commit accessAaron Enye Shi2018-06-261-1/+1
* Fix -Wunused in NDEBUG introduced by HIP r333484Sam McCall2018-05-301-3/+2
* Add HIP toolchainYaxun Liu2018-05-301-0/+343
OpenPOWER on IntegriCloud