summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* AMDGPU: Analyze callee resource usage in AsmPrinterMatt Arsenault2017-08-021-11/+145
* AMDGPU: Remove duplicate print outs from .AMDGPU.csdataKonstantin Zhuravlyov2017-07-161-9/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-5/+5
* AMDGPU: Remove error on call in AsmPrinterMatt Arsenault2017-06-011-29/+26
* AMDGPU/AMDHSA: Set COMPUTE_PGM_RSRC2:LDS_SIZE to 0Konstantin Zhuravlyov2017-05-051-1/+2
* AMDGPU: Refactor AsmPrinterMatt Arsenault2017-05-021-127/+213
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+1
* AMDGPU: Don't emit amd_kernel_code_t for callable functionsMatt Arsenault2017-04-191-1/+14
* AMDGPU: Don't align callable functions to 256Matt Arsenault2017-04-191-1/+3
* AMDGPU: Make MFI fields privateMatt Arsenault2017-04-181-3/+3
* AMDGPU: Use MachineRegisterInfo to find max used registerMatt Arsenault2017-04-171-126/+75
* AMDGPU: Refactor argument loweringMatt Arsenault2017-04-111-1/+1
* AMDGPU: Rename isKernelMatt Arsenault2017-03-301-1/+1
* [AMDGPU] Get address space mapping by target triple environmentYaxun Liu2017-03-271-2/+5
* [AMDGPU] Do not emit isa info as code object metadataKonstantin Zhuravlyov2017-03-221-3/+2
* [AMDGPU] Emit kernel code properties as code object metadataKonstantin Zhuravlyov2017-03-221-38/+36
* [AMDGPU] Restructure code object metadata creationKonstantin Zhuravlyov2017-03-221-18/+27
* AMDGPU: Redefine clamp node as clamp 0.0-1.0Matt Arsenault2017-02-211-1/+1
* AMDGPU: Merge initial gfx9 supportMatt Arsenault2017-02-181-0/+4
* AMDGPU : Add trap handler support.Wei Ding2017-02-101-0/+4
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-16/+18
* [AMDGPU] Distinguish between S/VGPR allocation and encoding granularitiesKonstantin Zhuravlyov2017-02-081-4/+4
* [AMDGPU] Move register related queries to subtarget classKonstantin Zhuravlyov2017-02-081-25/+27
* [AMDGPU] Grab MCSubtargetInfo from TargetMachine instead of constructing itKonstantin Zhuravlyov2017-01-271-6/+1
* AMDGPU add support for spilling to a user sgpr pointed buffersTom Stellard2017-01-251-3/+3
* [AMDGPU] Do not emit .AMDGPU.config section for amdhsaKonstantin Zhuravlyov2017-01-061-4/+6
* AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metadata directive for funct...Sam Kolton2016-12-191-1/+1
* AMDGPU: Emit runtime metadata version 2 as YAMLYaxun Liu2016-12-141-2/+1
* AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & without stack objectsMarek Olsak2016-12-091-1/+4
* AMDGPU/SI: Allow using SGPRs 96-101 on VIMarek Olsak2016-12-091-13/+32
* AMDGPU/SI: Set correct value for amd_kernel_code_t::kernarg_segment_alignmentTom Stellard2016-12-061-0/+5
* AMDGPU: Emit runtime metadata as a note element in .note sectionYaxun Liu2016-11-101-309/+3
* AMDGPU: Diagnose using too many SGPRsMatt Arsenault2016-10-281-8/+15
* AMDGPU : Add a function to enable and disable IEEEBit for SC and shaderWei Ding2016-10-191-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+4
* Reapply "AMDGPU: Support using tablegened MC pseudo expansions"Matt Arsenault2016-10-061-1/+1
* Revert "AMDGPU: Support using tablegened MC pseudo expansions"Matt Arsenault2016-10-061-1/+1
* AMDGPU: Support using tablegened MC pseudo expansionsMatt Arsenault2016-10-061-1/+1
* BranchRelaxation: Support expanding unconditional branchesMatt Arsenault2016-10-061-0/+15
* AMDGPU: Partially fix reported code size for some instructionsMatt Arsenault2016-10-061-1/+2
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* AMDGPU/SI: Don't crash on anonymous GlobalValuesTom Stellard2016-09-261-2/+3
* AMDGPU/SI: Include implicit arguments in kernarg_segment_byte_sizeTom Stellard2016-09-231-1/+2
* AMDGPU/SI: Add support for triples with the mesa3d operating systemTom Stellard2016-09-161-2/+2
* AMDGPU: Remove a useless variable which caused build failure for lld.Yaxun Liu2016-09-071-1/+1
* AMDGPU: Add hidden kernel arguments to runtime metadataYaxun Liu2016-09-071-69/+132
* [AMDGPU] Wave and register controlsKonstantin Zhuravlyov2016-09-061-13/+38
* AMDGPU: Add runtime metadata for pointee alignment of argument.Yaxun Liu2016-09-011-1/+7
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-5/+5
OpenPOWER on IntegriCloud