summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Include what you use in HexagonELFObjectWriter.cppDmitri Gribenko2019-06-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-5/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-3/+4
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* [Hexagon] Change iconst to emit 27bit relocationKrzysztof Parzyszek2017-05-021-0/+2
* [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCRELKrzysztof Parzyszek2017-05-021-0/+8
* [Hexagon] Adding relocation for code size, cold path optimization allowing a ...Colin LeMahieu2016-02-161-0/+2
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-101-4/+4
* [Hexagon] Fixing relocation generation and adding tests.Colin LeMahieu2016-02-091-6/+47
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Hexagon] Adding decoders for signed operands and ensuring all signed operand...Colin LeMahieu2015-06-101-302/+200
* [Hexagon] Reapply 238772 OSABI was not correctly set, added empty_elf test to...Colin LeMahieu2015-06-031-8/+298
* Revert "[Hexagon] Adding basic ELF relocation generation and testing advanced...Rafael Espindola2015-06-011-298/+8
* [Hexagon] Adding basic ELF relocation generation and testing advanced relaxat...Colin LeMahieu2015-06-011-8/+298
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Don't repeat name in comment. NFC.Rafael Espindola2015-04-091-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [Hexagon]Colin LeMahieu2014-11-131-4/+4
* [Hexagon] Adding basic Hexagon ELF object emitter.Colin LeMahieu2014-11-061-0/+62
OpenPOWER on IntegriCloud