aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-02-23ARM: fix handling of movw/movt relocations with addend.Tim Northover1-3/+6
2015-11-17[Assembler] Make fatal assembler errors non-fatalOliver Stannard1-11/+21
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-08Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper1-1/+0
2015-06-04MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach1-2/+2
2015-06-04MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach1-4/+2
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-1/+1
2015-05-29Remove getData.Rafael Espindola1-14/+10
2015-05-29Remove the MCSymbolData typedef.Rafael Espindola1-4/+4
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola1-4/+4
2015-05-26Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola1-10/+6
2015-05-26Stop using MCSectionData in MCExpr.h.Rafael Espindola1-15/+10
2015-05-26Return a MCSection from MCFragment::getParent().Rafael Espindola1-13/+21
2015-05-25Stop forwarding getOrdinal and setOrdinal.Rafael Espindola1-2/+4
2015-05-20MC: Use MCSymbol in MachObjectWriter, NFCDuncan P. N. Exon Smith1-19/+16
2015-05-20MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith1-4/+4
2015-05-19MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith1-1/+1
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-5/+5
2015-05-16MC: Use MCSymbol in RelAndSymbol, NFCDuncan P. N. Exon Smith1-2/+2
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-2/+2
2015-04-09clang-format bits of code to make a followup patch easy to read.Rafael Espindola1-2/+1
2015-04-06ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.Tim Northover1-6/+1
2015-01-19Add r224985 back with fixes.Rafael Espindola1-21/+16
2015-01-14Revert "Add r224985 back with two fixes."Rafael Espindola1-16/+21
2015-01-12Add r224985 back with two fixes.Rafael Espindola1-21/+16
2015-01-06Revert r225048: It broke ObjC on AArch64.Lang Hames1-16/+21
2014-12-31Add r224985 back with a fix.Rafael Espindola1-21/+16
2014-12-31Revert "Remove doesSectionRequireSymbols."Rafael Espindola1-16/+21
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola1-21/+16
2014-10-11MC: Bit pack MCSymbolData.Benjamin Kramer1-1/+1
2014-07-04ARM: when falling back to scattered relocs, keep the type.Tim Northover1-3/+7
2014-04-29Centralize the handling of the thumb bit.Rafael Espindola1-2/+2
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-24Spread some const around for non-mutating uses of MCSymbolData.David Blaikie1-5/+5
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-11/+0
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2013-12-13Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby1-1/+5
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-65/+64
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-63/+65
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-65/+63
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+3
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach1-1/+48
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko1-1/+1
2012-07-30Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby1-2/+9
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-03-30Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy1-1/+2
2012-03-20ARM non-scattered MachO relocations for movw/movt.Jim Grosbach1-22/+58
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach1-0/+2