summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
Commit message (Expand)AuthorAge
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-01
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-30
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-28
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-22
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-22
* Fix name in comments.Rafael Espindola2011-12-22
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22