summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] separate accounting for agprsStanislav Mekhanoshin2019-10-021-0/+4
* [AsmPrinter] Remove const qualifier from EmitBasicBlockStart.Karl-Johan Karlsson2019-08-201-3/+3
* [AMDGPU] Fixed +DumpCodeTim Renouf2019-05-141-0/+3
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-2/+1
* [AMDGPU] Factored PAL metadata handling out into its own classTim Renouf2019-03-201-2/+0
* AMDGPU: Try to use function specific STMatt Arsenault2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AMDGPU] Emit MessagePack HSA Metadata for v3 code objectScott Linder2018-12-121-1/+1
* AMDGPU: Remove remnants of old address space mappingMatt Arsenault2018-08-311-1/+0
* AMDGPU: Refactor Subtarget classesTom Stellard2018-07-111-2/+2
* [AMDGPU] Fix layering issue with AMDGPUHSAMetadataStreamer (NFC)Scott Linder2018-07-101-1/+1
* [AMDGPU] Refactor HSAMetadataStream::emitKernel (NFC)Scott Linder2018-07-101-61/+1
* AMDGPU: Remove ability to reserve VGPRs for debuggerKonstantin Zhuravlyov2018-06-211-7/+0
* AMDHSA: Code object v3 updatesKonstantin Zhuravlyov2018-06-121-0/+10
* [AMDGPU] Add perf hints to functionsStanislav Mekhanoshin2018-05-251-1/+3
* AMDGPU: Split R600 AsmPrinter code into its own classTom Stellard2018-05-241-1/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-5/+5
* [AMDGPU] add labels to +DumpCode outputTim Renouf2017-12-081-2/+4
* AMDGPU: Error on stack size overflowMatt Arsenault2017-11-141-3/+3
* AMDGPU: Don't use TargetStreamer if it has not been initializedKonstantin Zhuravlyov2017-10-141-1/+1
* AMDGPU: Bring HSA metadata on par with the specificationKonstantin Zhuravlyov2017-10-141-0/+7
* AMDGPU/NFC: Minor clean ups in HSA metadataKonstantin Zhuravlyov2017-10-111-0/+3
* AMDGPU/NFC: Minor clean ups in PAL metadataKonstantin Zhuravlyov2017-10-111-4/+6
* [AMDGPU] implemented pal metadataTim Renouf2017-10-031-0/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* AMDGPU: Refactor AsmPrinterMatt Arsenault2017-05-021-1/+32
* AMDGPU: Use MachineRegisterInfo to find max used registerMatt Arsenault2017-04-171-2/+2
* [AMDGPU] Get address space mapping by target triple environmentYaxun Liu2017-03-271-0/+2
* [AMDGPU] Emit kernel code properties as code object metadataKonstantin Zhuravlyov2017-03-221-2/+3
* [AMDGPU] Restructure code object metadata creationKonstantin Zhuravlyov2017-03-221-2/+9
* [AMDGPU] Lower null pointers in static variable initializerYaxun Liu2017-02-071-0/+5
* [AMDGPU] Fix obsolete comments, spotted by Malcolm Parsons. (NFC)Eugene Zelenko2017-01-231-3/+4
* [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-01-201-55/+38
* AMDGPU: Emit runtime metadata as a note element in .note sectionYaxun Liu2016-11-101-4/+0
* Reapply "AMDGPU: Support using tablegened MC pseudo expansions"Matt Arsenault2016-10-061-0/+12
* Revert "AMDGPU: Support using tablegened MC pseudo expansions"Matt Arsenault2016-10-061-12/+0
* AMDGPU: Support using tablegened MC pseudo expansionsMatt Arsenault2016-10-061-0/+12
* BranchRelaxation: Support expanding unconditional branchesMatt Arsenault2016-10-061-0/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [AMDGPU] Wave and register controlsKonstantin Zhuravlyov2016-09-061-0/+10
* AMDGPU: Delete more dead codeMatt Arsenault2016-07-221-3/+1
* Re-commit [AMDGPU] Add metadata for runtimeYaxun Liu2016-07-161-0/+4
* Revert "[AMDGPU] Add metadata for runtime"Vitaly Buka2016-07-151-4/+0
* [AMDGPU] Add metadata for runtimeYaxun Liu2016-07-151-0/+4
* [AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...Konstantin Zhuravlyov2016-06-251-0/+10
* [AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunction...Konstantin Zhuravlyov2016-04-261-0/+3
* [AMDGPU] Reserve VGPRs for trap handler usage if instructedKonstantin Zhuravlyov2016-04-261-0/+5
* AMDGPU: R600 code splitting cleanupMatt Arsenault2016-03-111-3/+3
* AMDGPU: Emit note directive for HSA even if there are no functionsTom Stellard2016-01-121-0/+2
* AMDGPU/SI: Emit constant arrays in the .text sectionTom Stellard2015-12-101-2/+0
OpenPOWER on IntegriCloud