summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-5/+5
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-8/+10
* [AMDGPU] Fix "use of uninitialized variable" static analyzer warning. NFCI.Simon Pilgrim2020-01-061-0/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-2/+4
* [AMDGPU][MC][GFX10] Added sdwa/dpp versions of v_cndmask_b32Dmitry Preobrazhensky2019-10-181-0/+3
* [AMDGPU] Extend buffer intrinsics with swizzlingPiotr Sobczak2019-10-022-0/+6
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [AMDGPU] Increase kernel paddingStanislav Mekhanoshin2019-07-241-2/+2
* [AMDGPU] Allow register tuples to set asm namesStanislav Mekhanoshin2019-07-192-32/+2
* [AMDGPU] Drop Reg32 and use regular AsmNameStanislav Mekhanoshin2019-07-181-1/+1
* [AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand()Stanislav Mekhanoshin2019-07-171-152/+32
* [AMDGPU] Autogenerate register asm namesStanislav Mekhanoshin2019-07-161-1/+3
* [AMDGPU] gfx908 mAI instructions, MC partStanislav Mekhanoshin2019-07-094-1/+92
* [AMDGPU] gfx908 targetStanislav Mekhanoshin2019-07-091-0/+2
* [AMDGPU][MC] Corrected parsing of FLAT offset modifierDmitry Preobrazhensky2019-07-082-19/+18
* [AMDGPU][MC] Enabled constant expressions as operands of sendmsgDmitry Preobrazhensky2019-06-281-35/+22
* [AMDGPU] Fix for branch offset hardware workaroundRyan Taylor2019-06-261-9/+35
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-252-0/+34
* [AMDGPU] gfx1010 wave32 metadataStanislav Mekhanoshin2019-06-171-0/+4
* AMDGPU: Prepare for explicit absolute relocations in code generationNicolai Haehnle2019-06-161-2/+6
* AMDGPU: Fix printing trailing whitespace after s_endpgmMatt Arsenault2019-06-141-1/+1
* [AMDGPU] gfx1011/gfx1012 targetsStanislav Mekhanoshin2019-06-141-0/+4
* [AMDGPU] gfx1010 base changes for wave32Stanislav Mekhanoshin2019-06-132-2/+7
* [AMDGPU][MC] Enabled constant expressions as operands of s_getreg/s_setregDmitry Preobrazhensky2019-06-131-13/+10
* [AMDGPU] gfx1010 dpp16 and dpp8Stanislav Mekhanoshin2019-06-122-0/+80
* [AMDGPU] gfx1010 premlane instructionsStanislav Mekhanoshin2019-06-121-0/+12
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AMDGPU][MC] Added support of SCC, VCCZ and EXECZ operandsDmitry Preobrazhensky2019-06-031-2/+10
* MC: Allow getMaxInstLength to depend on the subtargetMatt Arsenault2019-05-222-1/+22
* [AMDGPU][MC] Enabled expressions for most operands which accept integer valuesDmitry Preobrazhensky2019-05-171-1/+7
* [AMDGPU] Create a TargetInfo header. NFCRichard Trieu2019-05-142-3/+1
* [AMDGPU] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+1814
* [AMDGPU] gfx1010 s_code_end generationStanislav Mekhanoshin2019-05-032-0/+28
* [AMDGPU] gfx1010 allows VOP3 to have a literalStanislav Mekhanoshin2019-05-021-0/+5
* [AMDGPU] gfx1010 MIMG implementationStanislav Mekhanoshin2019-05-011-2/+22
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-241-33/+46
* [AMDGPU] Added MsgPack format PAL metadataTim Renouf2019-03-201-3/+3
* [AMDGPU] Factored PAL metadata handling out into its own classTim Renouf2019-03-202-31/+30
* [AMDGPU] Switched HSA metadata to use MsgPackDocumentTim Renouf2019-03-132-24/+15
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-112-6/+8
* AMDHSA: Code object v3 updatesKonstantin Zhuravlyov2019-03-071-4/+13
* [AMDGPU] Implement AMDGPUMCInstrAnalysisScott Linder2019-03-051-0/+31
* AMDGPU: Set ABI version to 1 for code object v3Konstantin Zhuravlyov2019-02-143-10/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* AMDGPU: Use an ABS32_LO relocation for SCRATCH_RSRC_DWORD1Nicolai Haehnle2018-12-191-4/+2
* [AMDGPU] Emit MessagePack HSA Metadata for v3 code objectScott Linder2018-12-123-60/+127
OpenPOWER on IntegriCloud