Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
ProfileData
/
SampleProfReader.cpp
2843635
Support for remapping profile data when symbols change, for sample-based
by Richard Smith
· 7 years ago
6a14325
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
by Wei Mi
· 7 years ago
94d44c9
[SampleFDO] Make sample profile loader unaware of compact format change.
by Wei Mi
· 7 years ago
c6b96c8
Fix a warning issued by clang.
by Wei Mi
· 7 years ago
a0c0857
[SampleFDO] Add a new compact binary format for sample profile.
by Wei Mi
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
984ab0f
[SampleFDO] Extend SampleProfReader to handle demangled names.
by Wei Mi
· 8 years ago
260fe3e
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
by Zachary Turner
· 8 years ago
12ab07e
Fix warnings. [-Wdocumentation]
by NAKAMURA Takumi
· 8 years ago
2c7ca9b
SamplePGO: convert callsite samples map key from callsite_location to callsite_location+callee_name
by Dehao Chen
· 8 years ago
e78d131
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
920677a
Fix an obvious bug in SampleProfileReaderGCC.
by Dehao Chen
· 9 years ago
0da23a2
[ProfileData] Clean up string handling a bit.
by Benjamin Kramer
· 9 years ago
38de59e
[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.
by Benjamin Kramer
· 9 years ago
7cefdb8
Remove specializations of ProfileSummary
by Easwaran Raman
· 9 years ago
e5a17e3
Move ProfileSummary to IR.
by Easwaran Raman
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
57d1dda
Use LineLocation instead of CallsiteLocation to index callsite profile.
by Dehao Chen
· 10 years ago
40ee23d
Add profile summary support for sample profile.
by Easwaran Raman
· 10 years ago
48dd080
[PGO] Handle and report overflow during profile merge for all types of data
by Nathan Slingerland
· 10 years ago
51abea7
[ProfileData] Add unit test infrastructure for sample profile reader/writer
by Nathan Slingerland
· 10 years ago
8e415a8
SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples
by Diego Novillo
· 10 years ago
4f82366
[llvm-profdata] Add check for text profile formats and improve error reporting (2nd try)
by Nathan Slingerland
· 10 years ago
911ced6
reverting r252916 to investigate test failure
by Nathan Slingerland
· 10 years ago
f0e107e
[llvm-profdata] Add check for text profile formats and improve error reporting
by Nathan Slingerland
· 10 years ago
4b6bdb5
SamplePGO - Move FunctionSamples::print() to a better location. NFC.
by Diego Novillo
· 10 years ago
1004241
Tolerate negative offset when matching sample profile.
by Dehao Chen
· 10 years ago
b93483d
Sample profiles - Re-arrange binary format to emit head samples only on top functions.
by Diego Novillo
· 10 years ago
38be333
Sample Profiles - Adjust integer types. Mostly NFC.
by Diego Novillo
· 10 years ago
bb5605c
Sample profiles - Add documentation for binary profile encoding. NFC.
by Diego Novillo
· 10 years ago
43396fa
Sample profile reader - remove dead code. NFC.
by Diego Novillo
· 10 years ago
760c5a8
Sample profiles - Add a name table to the binary encoding.
by Diego Novillo
· 10 years ago
a7f1e8e
Add inline stack streaming to binary sample profiles.
by Diego Novillo
· 10 years ago
aae1ed8
Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.
by Diego Novillo
· 10 years ago
a082040
Revert "Handle inline stacks in gcov-encoded sample profiles."
by Diego Novillo
· 10 years ago
b7fca57
Handle inline stacks in gcov-encoded sample profiles.
by Diego Novillo
· 10 years ago
91cbed8
Remove AutoFDO profile handling for GCC's LIPO. NFC.
by Diego Novillo
· 10 years ago
6722688
http://reviews.llvm.org/D13145
by Dehao Chen
· 10 years ago
3376a78
GCC AutoFDO profile reader - Initial support.
by Diego Novillo
· 10 years ago
fcd5560
Use ErrorOr for the ::create factory on instrumented and sample profilers.
by Diego Novillo
· 11 years ago
d5336ae
Add show and merge tools for sample PGO profiles.
by Diego Novillo
· 11 years ago
c572e92
Add profile writing capabilities for sampling profiles.
by Diego Novillo
· 11 years ago
69fe4e9
LineIterator: Provide a variant that keeps blank lines
by Justin Bogner
· 11 years ago
de1ab26
Re-factor sample profile reader into lib/ProfileData.
by Diego Novillo
· 11 years ago