[PATCH] D53352: [WIP][NOT FOR COMMIT][PROTOTYPE] clang-scan-deps: dependency scanning tool rough prototype

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 18:46:21 PDT 2018


arphaman created this revision.
Herald added subscribers: llvm-commits, dang, dexonsmith, steven_wu, mgorny, mehdi_amini.

Repository:
  rL LLVM

https://reviews.llvm.org/D53352

Files:
  include/llvm/Demangle/Canonicalize.h
  include/llvm/LTO/Config.h
  include/llvm/Passes/PassBuilder.h
  include/llvm/ProfileData/InstrProfReader.h
  include/llvm/ProfileData/ProfRemappingReader.h
  include/llvm/ProfileData/SampleProfReader.h
  include/llvm/Transforms/IPO/SampleProfile.h
  include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
  lib/Demangle/ItaniumDemangle.cpp
  lib/LTO/LTO.cpp
  lib/LTO/LTOBackend.cpp
  lib/Passes/PassBuilder.cpp
  lib/ProfileData/CMakeLists.txt
  lib/ProfileData/InstrProfReader.cpp
  lib/ProfileData/ProfRemappingReader.cpp
  lib/ProfileData/SampleProfReader.cpp
  lib/Transforms/IPO/SampleProfile.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  test/Transforms/PGOProfile/Inputs/remap.map
  test/Transforms/PGOProfile/Inputs/remap.proftext
  test/Transforms/PGOProfile/remap.ll
  test/Transforms/SampleProfile/Inputs/remap.map
  test/Transforms/SampleProfile/Inputs/remap.prof
  test/Transforms/SampleProfile/remap.ll
  tools/opt/NewPMDriver.cpp
  unittests/Demangle/CMakeLists.txt
  unittests/Demangle/CanonicalizeTest.cpp
  unittests/ProfileData/InstrProfTest.cpp
  unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53352.160950.patch
Type: text/x-patch
Size: 149748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181017/866101c1/attachment-0001.bin>


More information about the llvm-commits mailing list