aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-27Better user diagnostics for more ARM MachO relocation errors.Jim Grosbach1-4/+8
2012-01-26Keep source information, if available, around for ARM Fixups.Jim Grosbach1-3/+8
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-1/+0
2011-12-07Nuke inadvertant debugging commit.Jim Grosbach1-3/+0
2011-12-07Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach1-0/+3
2011-11-29Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach1-1/+8
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng1-1/+0
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng1-1/+1
2011-07-23Sink ARM mc routines into MCTargetDesc.Evan Cheng1-0/+389