[PATCH] D20268: [wip] Resolution-based LTO API.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 19:52:24 PDT 2016


pcc updated this revision to Diff 62596.
pcc marked 6 inline comments as done.
pcc added a comment.

- Refresh
- Address review comments


http://reviews.llvm.org/D20268

Files:
  include/llvm/LTO/LTO.h
  include/llvm/LTO/Resolution/Config.h
  include/llvm/LTO/Resolution/LTO.h
  include/llvm/LTO/Resolution/LTOBackend.h
  lib/LTO/CMakeLists.txt
  lib/LTO/LLVMBuild.txt
  lib/LTO/LTO.cpp
  lib/LTO/Resolution/CMakeLists.txt
  lib/LTO/Resolution/LLVMBuild.txt
  lib/LTO/Resolution/LTO.cpp
  lib/LTO/Resolution/LTOBackend.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/Object/IRObjectFile.cpp
  test/CMakeLists.txt
  test/LTO/Resolution/X86/Inputs/alias-1.ll
  test/LTO/Resolution/X86/Inputs/comdat.ll
  test/LTO/Resolution/X86/alias.ll
  test/LTO/Resolution/X86/comdat.ll
  test/LTO/Resolution/X86/lit.local.cfg
  test/lit.cfg
  test/tools/gold/X86/coff.ll
  test/tools/gold/X86/comdat.ll
  test/tools/gold/X86/common.ll
  test/tools/gold/X86/emit-llvm.ll
  test/tools/gold/X86/opt-level.ll
  test/tools/gold/X86/parallel.ll
  test/tools/gold/X86/slp-vectorize.ll
  test/tools/gold/X86/start-lib-common.ll
  test/tools/gold/X86/strip_names.ll
  test/tools/gold/X86/thinlto.ll
  test/tools/gold/X86/thinlto_alias.ll
  test/tools/gold/X86/thinlto_internalize.ll
  test/tools/gold/X86/thinlto_linkonceresolution.ll
  test/tools/gold/X86/type-merge2.ll
  test/tools/gold/X86/vectorize.ll
  test/tools/gold/X86/visibility.ll
  test/tools/llvm-lto2/errors.ll
  tools/gold/CMakeLists.txt
  tools/gold/gold-plugin.cpp
  tools/llvm-lto2/CMakeLists.txt
  tools/llvm-lto2/LLVMBuild.txt
  tools/llvm-lto2/llvm-lto2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20268.62596.patch
Type: text/x-patch
Size: 149202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160702/30ef6652/attachment-0001.bin>


More information about the llvm-commits mailing list