[PATCH] D51089: [LLD] [COFF] Add support for creating range extension thunks for ARM

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 13:40:14 PDT 2018


mstorsjo updated this revision to Diff 162943.
mstorsjo retitled this revision from "[LLD] [COFF] [RFC] Add support for creating range extension thunks for ARM" to "[LLD] [COFF] Add support for creating range extension thunks for ARM".
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Added a pretty complete testcase testing most aspects of the algorithm that is implemented, added a testcase for when unable to fix range issues with thunks.


https://reviews.llvm.org/D51089

Files:
  COFF/Chunks.cpp
  COFF/Chunks.h
  COFF/Writer.cpp
  COFF/Writer.h
  test/COFF/Inputs/far-arm-thumb-abs.s
  test/COFF/Inputs/far-arm-thumb-abs20.s
  test/COFF/arm-thumb-branch-error.s
  test/COFF/arm-thumb-branch20-error.s
  test/COFF/arm-thumb-thunks.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51089.162943.patch
Type: text/x-patch
Size: 16732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/07e6cea7/attachment.bin>


More information about the llvm-commits mailing list