Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
ProfileData
/
SampleProfWriter.cpp
6a14325
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
by Wei Mi
· 7 years ago
d9be2c7
[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.
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
12ab07e
Fix warnings. [-Wdocumentation]
by NAKAMURA Takumi
· 8 years ago
2c27daf
Fix the bug when SampleProfileWriter writes out number of callsites.
by Dehao Chen
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
8d1c983
Change sample profile writer to make it deterministic.
by Dehao Chen
· 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
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
6f4903d
Sample profile summary cleanup
by Easwaran Raman
· 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
51abea7
[ProfileData] Add unit test infrastructure for sample profile reader/writer
by Nathan Slingerland
· 10 years ago
ef548d2
SamplePGO - Sort samples by source location when emitting as text.
by Diego Novillo
· 10 years ago
8e415a8
SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples
by Diego Novillo
· 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
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
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 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