summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
Commit message (Expand)AuthorAge
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-30
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-20
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Better user diagnostics for more ARM MachO relocation errors.Jim Grosbach2012-01-27
* Keep source information, if available, around for ARM Fixups.Jim Grosbach2012-01-26
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Nuke inadvertant debugging commit.Jim Grosbach2011-12-07
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-07
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-29
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23