summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hexagon - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-141-1/+1
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-4/+2
* Include what you use in HexagonAsmBackend.cppDmitri Gribenko2019-06-031-1/+0
* 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-5/+7
* 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-7/+7
* [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvancedShiva Chen2018-05-181-1/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-17/+16
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-4/+5
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-2/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-1/+2
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-1/+1
* [Hexagon] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-0/+5
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-9/+6
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* 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
* [Hexagon] Change iconst to emit 27bit relocationKrzysztof Parzyszek2017-05-021-0/+1
* [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCRELKrzysztof Parzyszek2017-05-021-1/+13
* [Hexagon] Improve shuffle error reportingKrzysztof Parzyszek2017-05-011-5/+8
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-1/+2
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-107/+111
* [Hexagon] Rename TypeCOMPOUND to TypeCJKrzysztof Parzyszek2017-02-021-2/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* 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-2/+2
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-221-0/+1
* Replace silly uses of 'signed' with 'int'David Majnemer2016-06-211-2/+2
* [Hexagon] Merging nops in to previous packet rather than always creating a ne...Colin LeMahieu2016-04-271-17/+69
* [Hexagon] Add handling fixups and instruction relaxationKrzysztof Parzyszek2016-03-211-112/+451
* [Hexagon] NFC Reordering headers.Colin LeMahieu2015-11-301-1/+1
* [Hexagon] Fixing memory leak during relaxation by allocating MCInst in MCCont...Colin LeMahieu2015-11-131-5/+22
* [Hexagon] Factoring bundle creation in to a utility function.Colin LeMahieu2015-11-131-2/+1
* [Hexagon] Adding relaxation functionality to backend and test.Colin LeMahieu2015-11-131-3/+31
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* [Hexagon] Adding decoders for signed operands and ensuring all signed operand...Colin LeMahieu2015-06-101-2/+23
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-2/+2
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-051-0/+1
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-041-1/+0
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-0/+1
* [Hexagon] Reapply 238772 OSABI was not correctly set, added empty_elf test to...Colin LeMahieu2015-06-031-20/+125
* Revert "[Hexagon] Adding basic ELF relocation generation and testing advanced...Rafael Espindola2015-06-011-125/+20
* [Hexagon] Adding basic ELF relocation generation and testing advanced relaxat...Colin LeMahieu2015-06-011-20/+125
* [Hexagon] Adding override specifier and removing erroneous assertionColin LeMahieu2015-05-301-4/+2
OpenPOWER on IntegriCloud