aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
AgeCommit message (Expand)Author
2013-01-30This patch reworks how llvm targets set Jack Carter
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-09-01Fix Thumb2 fixup kind in the integrated-as.Logan Chien
2012-06-19Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung
2012-03-30Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-12-22Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola
2011-12-22Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola
2011-12-22Fix name in comments.Rafael Espindola
2011-12-22Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola