summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sparc] Add support for 13-bit PICDaniel Cederman2018-06-111-0/+2
* 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-4/+4
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* 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
* [SPARC] Repair GOT references to internal symbols.James Y Knight2015-06-181-0/+25
* [Sparc] Really add sparcel architecture support.Douglas Katzman2015-04-291-2/+4
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+2
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+1
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-23/+0
* Remove another unused argument.Rafael Espindola2014-03-271-3/+3
* Remove unused argument.Rafael Espindola2014-03-271-8/+4
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-071-0/+18
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-071-1/+36
* [Sparc] Add ELF Object Writer for Sparc. Venkatraman Govindaraju2014-01-061-0/+86
OpenPOWER on IntegriCloud