aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-07-30Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-03-30Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy
2012-03-20ARM non-scattered MachO relocations for movw/movt.Jim Grosbach
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-01-27Better user diagnostics for more ARM MachO relocation errors.Jim Grosbach
2012-01-26Keep source information, if available, around for ARM Fixups.Jim Grosbach
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-12-07Nuke inadvertant debugging commit.Jim Grosbach
2011-12-07Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach
2011-11-29Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-23Sink ARM mc routines into MCTargetDesc.Evan Cheng