[PATCH] D52156: [LLD] [COFF] Alternative ARM range thunk algorithm

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 04:11:56 PDT 2018


mstorsjo updated this revision to Diff 165931.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Applied the given suggestions, added test cases based on @peter.smith's idea of using large alignments for testing cases when multiple passes are needed. This should now again be in a good-to-commit state, if everybody are happy with it.


https://reviews.llvm.org/D52156

Files:
  COFF/Chunks.cpp
  COFF/Chunks.h
  COFF/MapFile.cpp
  COFF/PDB.cpp
  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-multipass.s
  test/COFF/arm-thumb-thunks.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52156.165931.patch
Type: text/x-patch
Size: 24744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/2d602328/attachment.bin>


More information about the llvm-commits mailing list