aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-9/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-21/+16
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+6
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-65/+64
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-63/+65
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-65/+63
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+3
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-251-1/+48
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-301-2/+9
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-301-1/+2
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-201-22/+58
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-0/+2
* Better user diagnostics for more ARM MachO relocation errors.Jim Grosbach2012-01-271-4/+8
* Keep source information, if available, around for ARM Fixups.Jim Grosbach2012-01-261-3/+8
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Nuke inadvertant debugging commit.Jim Grosbach2011-12-071-3/+0
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-071-0/+3
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-291-1/+8
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-1/+0
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-231-0/+389