summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU/SI: Add support for AMD code object version 2.Tom Stellard2016-05-051-45/+5
* AMDGPU: Emit error if too much LDS is usedMatt Arsenault2016-04-281-0/+5
* [AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunction...Konstantin Zhuravlyov2016-04-261-3/+3
* [AMDGPU] Reserve VGPRs for trap handler usage if instructedKonstantin Zhuravlyov2016-04-261-0/+15
* AMDGPU/SI: SGPR accounting in getSIProgramInfo must ignore exec_lo/hiNicolai Haehnle2016-04-191-0/+2
* AMDGPU: Include LDS size in printed commentMatt Arsenault2016-04-141-0/+2
* [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)gi...Artem Tamazov2016-04-131-0/+15
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-21/+21
* [AMDGPU] Emit linkonce and linkonce_odr symbolsKonstantin Zhuravlyov2016-04-051-0/+2
* Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...Aaron Ballman2016-03-301-2/+2
* AMDGPU: Don't use estimated stack size when we know the real stack sizeMatt Arsenault2016-03-011-1/+1
* AMDGPU: Set element_size in private resource descriptorMatt Arsenault2016-02-121-0/+19
* AMDGPU: Set DX10Clamp bitMatt Arsenault2016-01-281-3/+2
* Update to use new name alignTo().Rui Ueyama2016-01-141-4/+5
* AMDGPU/SI: Add new target attribute InitialPSInputAddrMarek Olsak2016-01-131-1/+3
* AMDGPU: Emit note directive for HSA even if there are no functionsTom Stellard2016-01-121-7/+19
* AMDGPU/SI: Emit global variable sizes when targeting HSATom Stellard2016-01-081-1/+5
* AMDGPU/SI: xnack_mask is always reserved on VINicolai Haehnle2016-01-071-5/+13
* AMDGPU: add +xnack featureNicolai Haehnle2016-01-041-5/+8
* AMDGPU/SI: Reserve appropriate number of sgprs for flat scratch init.Tom Stellard2015-12-171-2/+6
* AMDGPU/SI: Set the code object work group segment size when targeting HSATom Stellard2015-12-151-0/+1
* AMDGPU/SI: Set the code objects private segment size when targeting HSA.Tom Stellard2015-12-151-0/+1
* AMDGPU/SI: Emit constant variables in the .hsatext section when targeting HSATom Stellard2015-12-151-2/+6
* AMDGPU/SI: Emit constant arrays in the .text sectionTom Stellard2015-12-101-10/+0
* AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent sectionTom Stellard2015-12-031-1/+1
* AMDGPU/SI: Correctly emit agent global segment variables when targeting HSATom Stellard2015-12-021-2/+37
* AMDGPU/SI: Don't emit group segment global variablesTom Stellard2015-12-021-0/+7
* AMDGPU: Error if too many user SGPRs usedMatt Arsenault2015-11-301-0/+5
* AMDGPU: Rework how private buffer passed for HSAMatt Arsenault2015-11-301-11/+55
* AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsicTom Stellard2015-11-261-0/+3
* AMDGPU: Print more fields in commentsMatt Arsenault2015-11-111-3/+14
* AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNELTom Stellard2015-11-061-0/+13
* AMDGPU: Print number user SGPRsMatt Arsenault2015-11-051-0/+6
* AMDGPU: Merge if and switchMatt Arsenault2015-10-011-14/+17
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
* Reformat blank lines.NAKAMURA Takumi2015-09-221-1/+0
* AMDGPU/SI: Fix printing useless info with amdhsaMatt Arsenault2015-08-151-1/+1
* AMDGPU: Fix assert on dbg_value instructionsMatt Arsenault2015-08-121-0/+6
* AMDGPU/SI: Update amd_kernel_code_t definition and add assembler supportTom Stellard2015-06-261-105/+8
* AMDGPU/SI: Add hsa code object directivesTom Stellard2015-06-261-0/+9
* AMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodyStart()Tom Stellard2015-06-261-7/+14
* AMDGPU: Change unreachable into reported errorMatt Arsenault2015-06-171-2/+4
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+600
OpenPOWER on IntegriCloud