summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.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
* Produce an error on non-encodable offsets for darwin ARM scattered relocations.Jonas Devlieghere2018-11-291-0/+20
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-6/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-3/+3
* [MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames2017-10-091-4/+3
* ARM: use internal relocations for local symbols after all.Tim Northover2017-08-231-2/+11
* ARM: use an external relocation for calls from MachO ARM mode.Tim Northover2017-08-181-5/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* ARM: fix handling of movw/movt relocations with addend.Tim Northover2016-02-231-3/+6
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-11/+21
* 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
* Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper2015-06-081-1/+0
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-2/+2
* MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach2015-06-041-4/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Remove getData.Rafael Espindola2015-05-291-14/+10
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-4/+4
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-4/+4
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-261-10/+6
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-261-15/+10
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-13/+21
* Stop forwarding getOrdinal and setOrdinal.Rafael Espindola2015-05-251-2/+4
* MC: Use MCSymbol in MachObjectWriter, NFCDuncan P. N. Exon Smith2015-05-201-19/+16
* MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith2015-05-201-4/+4
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-5/+5
* MC: Use MCSymbol in RelAndSymbol, NFCDuncan P. N. Exon Smith2015-05-161-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+1
* ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.Tim Northover2015-04-061-6/+1
* Add r224985 back with fixes.Rafael Espindola2015-01-191-21/+16
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-16/+21
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-21/+16
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-16/+21
* Add r224985 back with a fix.Rafael Espindola2014-12-311-21/+16
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-16/+21
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-21/+16
* MC: Bit pack MCSymbolData.Benjamin Kramer2014-10-111-1/+1
* ARM: when falling back to scattered relocs, keep the type.Tim Northover2014-07-041-3/+7
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-291-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-5/+5
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-11/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-1/+1
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-131-1/+5
OpenPOWER on IntegriCloud