[PATCH] D124347: [BOLT] RFC: Add golang support

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 24 10:27:48 PDT 2022


yota9 updated this revision to Diff 424791.
yota9 added a comment.

clang format warn


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124347

Files:
  bolt/CODE_OWNERS.TXT
  bolt/README.md
  bolt/include/bolt/Core/BinaryBasicBlock.h
  bolt/include/bolt/Core/BinaryContext.h
  bolt/include/bolt/Core/BinaryData.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/BinarySection.h
  bolt/include/bolt/Core/MCPlusBuilder.h
  bolt/include/bolt/Core/Relocation.h
  bolt/include/bolt/Passes/Golang.h
  bolt/include/bolt/Passes/Golang/go_base.h
  bolt/include/bolt/Passes/Golang/go_common.h
  bolt/include/bolt/Passes/Golang/go_v1_14.h
  bolt/include/bolt/Passes/Golang/go_v1_16_5.h
  bolt/include/bolt/Passes/Golang/go_v1_17.h
  bolt/include/bolt/Passes/IdenticalCodeFolding.h
  bolt/include/bolt/Passes/LongJmp.h
  bolt/include/bolt/Rewrite/RewriteInstance.h
  bolt/include/bolt/Utils/CommandLineOpts.h
  bolt/include/bolt/Utils/NameResolver.h
  bolt/lib/Core/BinaryBasicBlock.cpp
  bolt/lib/Core/BinaryContext.cpp
  bolt/lib/Core/BinaryEmitter.cpp
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Core/BinarySection.cpp
  bolt/lib/Core/Relocation.cpp
  bolt/lib/Passes/BinaryPasses.cpp
  bolt/lib/Passes/CMakeLists.txt
  bolt/lib/Passes/Golang-postprocess.cpp
  bolt/lib/Passes/Golang-preprocess.cpp
  bolt/lib/Passes/Golang.cpp
  bolt/lib/Passes/IdenticalCodeFolding.cpp
  bolt/lib/Passes/Inliner.cpp
  bolt/lib/Passes/Instrumentation.cpp
  bolt/lib/Passes/LongJmp.cpp
  bolt/lib/Passes/ReorderFunctions.cpp
  bolt/lib/Passes/SplitFunctions.cpp
  bolt/lib/Rewrite/BinaryPassManager.cpp
  bolt/lib/Rewrite/RewriteInstance.cpp
  bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
  bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
  bolt/lib/Target/X86/X86MCPlusBuilder.cpp
  bolt/lib/Utils/CommandLineOpts.cpp
  bolt/runtime/instr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124347.424791.patch
Type: text/x-patch
Size: 205641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220424/6a85d571/attachment-0001.bin>


More information about the llvm-commits mailing list