summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Downgrade from StringLiteral to const char* in an attempt to make GC...Benjamin Kramer2019-08-251-3/+3
* Fix some accidental global initializers by using StringLiteral instead of Str...Benjamin Kramer2019-08-241-3/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Delay initialization of three static global maps, NFCReid Kleckner2019-03-281-23/+24
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-4/+4
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-4/+4
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AMDGPU] Fix discarded result of addAttributeBrian Gesiak2018-12-091-2/+4
* [cxx2a] Fix warning triggered by r343285Vitaly Buka2018-09-291-1/+0
* [AMDGPU] Remove hardcoded address space value from AMDGPULibFuncYaxun Liu2017-11-041-14/+15
* [AMDGPU] Transform __read_pipe_* and __write_pipe_*Yaxun Liu2017-09-061-35/+157
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-201-1/+4
* [AMDGPU] Ported and adopted AMDLibCalls passStanislav Mekhanoshin2017-08-111-0/+928
OpenPOWER on IntegriCloud