summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-1/+1
* [AMDGPU] Fix for branch offset hardware workaroundRyan Taylor2019-06-261-9/+35
* AMDGPU: Set ABI version to 1 for code object v3Konstantin Zhuravlyov2019-02-141-4/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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-211-3/+3
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-6/+5
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-2/+2
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-1/+2
* AMDGPU: Correctly set EI_OSABI based on the osKonstantin Zhuravlyov2017-10-041-2/+18
* Suppress a warning. NFC.Gabor Horvath2017-08-091-1/+1
* AMDGPU: Implement getMinimumNopSizeMatt Arsenault2017-08-071-0/+6
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-2/+2
* Remove a processFixupValue hack.Rafael Espindola2017-06-241-31/+0
* Remove redundant argument.Rafael Espindola2017-06-241-2/+2
* Move Value adjustment to applyFixup. NFC.Rafael Espindola2017-06-231-2/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-2/+4
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* AMDGPU: Actually write nops for writeNopDataMatt Arsenault2017-04-081-1/+14
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-2/+2
* Enable '-Wstring-conversion' and fix some bad asserts that it helpedChandler Carruth2016-12-231-1/+1
* AMDGPU/SI: Emit fixups for long branchesTom Stellard2016-10-071-0/+18
* [AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.Sam Kolton2016-09-211-25/+0
* [AMDGPU] Fix s_branch with -1 offsetSam Kolton2016-09-191-5/+2
* AMDGPU/R600: Fix fixups used for constant arraysMatt Arsenault2016-08-291-0/+1
* AMDGPU: Improve error reporting for maximum branch distanceMatt Arsenault2016-08-271-30/+61
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-1/+2
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* AMDGPU/SI: Refactor fixup handling for constant addrspace variablesTom Stellard2016-06-141-26/+7
* Revert "AMDGPU/SI: Refactor fixup handling for constant addrspace variables"Tom Stellard2016-06-141-6/+27
* AMDGPU/SI: Refactor fixup handling for constant addrspace variablesTom Stellard2016-06-141-27/+6
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-3/+1
* AMDGPU: Fix incorrect simm checkJan Vesely2016-05-181-1/+1
* AMDGPU: Error if branch distance exceeds limitMatt Arsenault2016-05-181-1/+5
* AMDGPU/R600: Add support for emitting MCExprJan Vesely2016-05-131-0/+4
* AMDGPU/SI: Emit constant arrays in the .text sectionTom Stellard2015-12-101-10/+17
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+3
* AMDGPU: Fix unreachable when emitting binary debug infoMatt Arsenault2015-07-301-1/+33
* R600/SI: Use ELF64 format instead of ELF32Tom Stellard2015-06-221-3/+9
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+144
OpenPOWER on IntegriCloud