[PATCH] D129518: [BOLT] Add function layout class

Fabian Parzefall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 16 17:25:01 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8477bc67614a: [BOLT] Add function layout class (authored by FPar).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129518

Files:
  bolt/include/bolt/Core/BinaryBasicBlock.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/FunctionLayout.h
  bolt/lib/Core/BinaryEmitter.cpp
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Core/CMakeLists.txt
  bolt/lib/Core/DynoStats.cpp
  bolt/lib/Core/Exceptions.cpp
  bolt/lib/Core/FunctionLayout.cpp
  bolt/lib/Passes/Aligner.cpp
  bolt/lib/Passes/AsmDump.cpp
  bolt/lib/Passes/BinaryFunctionCallGraph.cpp
  bolt/lib/Passes/BinaryPasses.cpp
  bolt/lib/Passes/CacheMetrics.cpp
  bolt/lib/Passes/ExtTSPReorderAlgorithm.cpp
  bolt/lib/Passes/FrameAnalysis.cpp
  bolt/lib/Passes/IdenticalCodeFolding.cpp
  bolt/lib/Passes/IndirectCallPromotion.cpp
  bolt/lib/Passes/Inliner.cpp
  bolt/lib/Passes/Instrumentation.cpp
  bolt/lib/Passes/LongJmp.cpp
  bolt/lib/Passes/LoopInversionPass.cpp
  bolt/lib/Passes/ReorderAlgorithm.cpp
  bolt/lib/Passes/ShrinkWrapping.cpp
  bolt/lib/Passes/SplitFunctions.cpp
  bolt/lib/Passes/StokeInfo.cpp
  bolt/lib/Passes/TailDuplication.cpp
  bolt/lib/Passes/ThreeWayBranch.cpp
  bolt/lib/Passes/ValidateInternalCalls.cpp
  bolt/lib/Profile/BoltAddressTranslation.cpp
  bolt/lib/Profile/DataAggregator.cpp
  bolt/lib/Profile/DataReader.cpp
  bolt/lib/Rewrite/BoltDiff.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129518.445276.patch
Type: text/x-patch
Size: 86319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220717/a5a35844/attachment.bin>


More information about the llvm-commits mailing list