[PATCH] [lld][ARM] Add relocations to perform function calls

Denis Protivensky dprotivensky at accesssoftek.com
Tue Jan 27 23:57:22 PST 2015


Hi shankarke, ruiu, wnewton,

Added relocations to perform function calls with and without passing arguments.
ARM-only, Thumb-only and mixed mode code generations are supported.
Only simple veneers (direct instruction modification) are supported as ARM-Thumb interwork.

http://reviews.llvm.org/D7223

Files:
  lib/ReaderWriter/ELF/ARM/ARMRelocationHandler.cpp
  test/elf/ARM/rel-abs32.test
  test/elf/ARM/rel-arm-call.test
  test/elf/ARM/rel-arm-jump24.test
  test/elf/ARM/rel-arm-mov.test
  test/elf/ARM/rel-arm-thm-interwork.test
  test/elf/ARM/rel-thm-call.test
  test/elf/ARM/rel-thm-jump24.test
  test/elf/ARM/rel-thm-mov.test

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7223.18877.patch
Type: text/x-patch
Size: 31378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150128/ca435bad/attachment.bin>


More information about the llvm-commits mailing list