summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* AMDGPU: Add sram-ecc featureKonstantin Zhuravlyov2018-11-051-0/+4
* [AMDGPU] Defined gfx909 Raven Ridge 2Tim Renouf2018-10-241-0/+2
* AMDGPU: Print all kernel descriptor directives (including the ones with defau...Konstantin Zhuravlyov2018-09-121-101/+88
* AMDGPU: Re-apply r341982 after fixing the layering issueKonstantin Zhuravlyov2018-09-122-86/+93
* Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...Ilya Biryukov2018-09-122-3/+86
* AMDGPU: Move isa version and EF_AMDGPU_MACH_* determinationKonstantin Zhuravlyov2018-09-112-86/+3
* [AMDGPU] Fix layering issue with AMDGPUHSAMetadataStreamer (NFC)Scott Linder2018-07-103-594/+0
* [AMDGPU] Refactor HSAMetadataStream::emitKernel (NFC)Scott Linder2018-07-102-7/+69
* AMDGPU: Make hidden argument metadata consistent withKonstantin Zhuravlyov2018-07-102-31/+46
* AMDGPU: Separate R600 and GCN TableGen filesTom Stellard2018-06-286-17/+90
* AMDGPU: Respect align argument parameterMatt Arsenault2018-06-252-10/+19
* [AMDGPU] Update assembler for HSA Code Object v3Scott Linder2018-06-212-17/+162
* AMDHSA/NFC: Code object v3 updates (additional):Konstantin Zhuravlyov2018-06-121-13/+0
* AMDHSA: Code object v3 updatesKonstantin Zhuravlyov2018-06-122-0/+73
* AMDGPU: Add 64-bit relative variant kindKonstantin Zhuravlyov2018-06-111-0/+2
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-3/+8
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-213-12/+10
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-6/+5
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-2/+2
* AMDGPU/NFC: Set symbol's type that is coming from an argument inKonstantin Zhuravlyov2018-05-181-1/+1
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-183-13/+21
* [AMDGPU] Provide machine -> name mappingTim Renouf2018-05-082-51/+70
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-018-12/+12
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-0/+2
* AMDGPU/Metadata: Always report a fixed number of hidden argumentsKonstantin Zhuravlyov2018-04-051-8/+12
* AMDGPU: Remove unused private member of AMDGPUTargetELFStreamerKonstantin Zhuravlyov2018-02-162-2/+1
* AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov2018-02-165-29/+85
* [AMDGPU][MC][GFX9] Enable inline constants for SDWA operandsDmitry Preobrazhensky2018-01-171-6/+17
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-4/+5
* [Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper2017-12-131-0/+2
* AMDGPU: Report Arg's Value name in metadata if kernel_arg_name metadata is no...Konstantin Zhuravlyov2017-12-081-0/+2
* [AMDGPU] Emit metadata for hidden arguments for kernel enqueueYaxun Liu2017-10-301-4/+13
* AMDGPU: Bring HSA metadata on par with the specificationKonstantin Zhuravlyov2017-10-142-70/+36
* AMDGPU: Add support for isa version noteKonstantin Zhuravlyov2017-10-142-4/+39
* AMDGPU/NFC: Move AMDGPU specific note types to ELF.hKonstantin Zhuravlyov2017-10-122-6/+5
* AMDGPU: Fix warnings introduced in r315526Konstantin Zhuravlyov2017-10-122-5/+5
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-113-9/+15
* AMDGPU/NFC: Minor clean ups in HSA metadataKonstantin Zhuravlyov2017-10-114-75/+54
* AMDGPU/NFC: Minor clean ups in PAL metadataKonstantin Zhuravlyov2017-10-112-12/+18
* AMDGPU/NFC: Rename code object metadata as HSA metadataKonstantin Zhuravlyov2017-10-115-65/+65
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-113-13/+18
* [AMDGPU] Lower enqueued blocks and generate runtime metadataYaxun Liu2017-10-101-0/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-103-9/+12
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-3/+3
* AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov2017-10-053-17/+36
* AMDGPU: Correctly set EI_OSABI based on the osKonstantin Zhuravlyov2017-10-043-7/+24
* [AMDGPU] implemented pal metadataTim Renouf2017-10-032-0/+27
* AMDGPU: Add R600InstPrinter classTom Stellard2017-08-171-1/+2
* Suppress a warning. NFC.Gabor Horvath2017-08-091-1/+1
* AMDGPU: Implement getMinimumNopSizeMatt Arsenault2017-08-071-0/+6
OpenPOWER on IntegriCloud