[PATCH] D68073: Propeller code layout optimizations

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 11:19:43 PST 2020


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

This update moves all the code layout optimizations under lld/ELF/Propeller/CodeLayout.


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
  lld/test/ELF/symbol-alignment-file.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68073.240255.patch
Type: text/x-patch
Size: 115127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/d130c1fc/attachment-0001.bin>


More information about the llvm-commits mailing list