[all-commits] [llvm/llvm-project] db29f4: Cleanup include: DebugInfo/Symbolize
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Feb 24 04:26:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db29f4374daba375fbc6534988782f5f7ce0ddbc
https://github.com/llvm/llvm-project/commit/db29f4374daba375fbc6534988782f5f7ce0ddbc
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
M llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
M llvm/tools/llvm-cfi-verify/lib/GraphBuilder.cpp
M llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp
M llvm/tools/llvm-objdump/SourcePrinter.cpp
M llvm/tools/llvm-objdump/llvm-objdump.cpp
M llvm/tools/llvm-profgen/CSPreInliner.cpp
M llvm/tools/llvm-profgen/PerfReader.cpp
M llvm/tools/llvm-profgen/ProfileGenerator.cpp
M llvm/tools/llvm-profgen/ProfiledBinary.cpp
M llvm/tools/llvm-profgen/llvm-profgen.cpp
M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
M llvm/tools/llvm-xray/func-id-helper.h
M llvm/tools/sancov/sancov.cpp
M llvm/tools/sanstats/sanstats.cpp
M llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
M llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
M llvm/unittests/tools/llvm-profgen/ContextCompressionTest.cpp
Log Message:
-----------
Cleanup include: DebugInfo/Symbolize
Estimation of the impact on preprocessor output
after: 1067349756
before:1067487786
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D120433
Commit: fc97efa40962978b9c92688ea2f2236386aec945
https://github.com/llvm/llvm-project/commit/fc97efa40962978b9c92688ea2f2236386aec945
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M llvm/include/llvm/ProfileData/GCOV.h
M llvm/include/llvm/ProfileData/InstrProfCorrelator.h
M llvm/include/llvm/ProfileData/InstrProfWriter.h
M llvm/include/llvm/ProfileData/MemProf.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/ProfileData/SampleProfReader.h
M llvm/include/llvm/ProfileData/SampleProfWriter.h
M llvm/lib/ProfileData/GCOV.cpp
M llvm/lib/ProfileData/InstrProfCorrelator.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/lib/ProfileData/InstrProfWriter.cpp
M llvm/lib/ProfileData/MemProf.cpp
M llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
M llvm/lib/ProfileData/RawMemProfReader.cpp
M llvm/lib/ProfileData/SampleProf.cpp
M llvm/lib/ProfileData/SampleProfReader.cpp
M llvm/lib/ProfileData/SampleProfWriter.cpp
M llvm/tools/llvm-profgen/ProfiledBinary.h
Log Message:
-----------
Cleanup includes: ProfileData
Estimation of the impact on preprocessor output:
before: 1067349756
after: 1065940348
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D120434
Compare: https://github.com/llvm/llvm-project/compare/aa1e5fbc9b3f...fc97efa40962
More information about the All-commits
mailing list