aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
AgeCommit message (Expand)Author
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