[PATCH] D68073: Propeller code layout optimizations

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 10:02:51 PST 2020


rahmanl updated this revision to Diff 242933.
rahmanl added a comment.

This update changes the offset field to signed integer.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68073/new/

https://reviews.llvm.org/D68073

Files:
  lld/ELF/Propeller/CodeLayout/CodeLayout.cpp
  lld/ELF/Propeller/CodeLayout/CodeLayout.h
  lld/ELF/Propeller/CodeLayout/ModifiablePriorityQueue.h
  lld/ELF/Propeller/CodeLayout/NodeChain.cpp
  lld/ELF/Propeller/CodeLayout/NodeChain.h
  lld/ELF/Propeller/CodeLayout/NodeChainAssembly.cpp
  lld/ELF/Propeller/CodeLayout/NodeChainAssembly.h
  lld/ELF/Propeller/CodeLayout/NodeChainBuilder.cpp
  lld/ELF/Propeller/CodeLayout/NodeChainBuilder.h
  lld/ELF/Propeller/CodeLayout/NodeChainClustering.cpp
  lld/ELF/Propeller/CodeLayout/NodeChainClustering.h
  lld/test/ELF/propeller/codelayout/function-ordering.s
  lld/test/ELF/propeller/codelayout/function-with-loop.s
  lld/test/ELF/propeller/codelayout/opt-all-combinations.s
  lld/test/ELF/propeller/codelayout/optimal-fallthrough.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68073.242933.patch
Type: text/x-patch
Size: 118232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/3979c398/attachment.bin>


More information about the llvm-commits mailing list