summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-3/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* MC: AArch64: Add support for prel_g* relocation specifiers.Peter Collingbourne2019-07-181-0/+14
* [AArch64] Support .reloc *, R_AARCH64_NONE, *Fangrui Song2019-05-171-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-1/+3
* [AArch64] Add support for got relocated LDR'sDavid Green2018-08-021-0/+2
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-10/+5
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-4/+4
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-3/+3
* clang-format a file.Rafael Espindola2017-06-271-59/+64
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [AArch64] ILP32 Backend Relocation SupportJoel Jones2017-05-021-22/+106
* Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and"Zachary Turner2017-05-021-106/+22
* Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 andJoel Jones2017-05-021-22/+106
* [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2017-01-061-5/+8
* Give some helper classes/functions internal linkage. NFC.Benjamin Kramer2016-11-191-3/+3
* AArch64 ILP32 relocations for assembly and ELFJoel Jones2016-10-241-66/+136
* [AArch64] Replace some uses of report_fatal_error with reportError in AArch64...Oliver Stannard2016-03-231-17/+35
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-5/+6
* 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
* 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-1/+1
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+2
* Update AArch64 ELF relocations to ABI 1.0Will Newton2014-11-261-1/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+257
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-291/+0
* Remove another unused argument.Rafael Espindola2014-03-271-3/+2
* Remove unused argument.Rafael Espindola2014-03-271-5/+4
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-5/+6
* AArch64: add block comments where missingTim Northover2013-02-141-0/+5
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+287
OpenPOWER on IntegriCloud