Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5eaa55f6166fadc7536253fd1dd4a307a130b720
/
llvm
/
lib
/
ProfileData
/
SampleProf.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 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
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 8 years ago
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 8 years ago
5695097
[SampleProf] NFC. Expose reusable functionality in SampleProfile.
by Mircea Trofin
· 8 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
2c7ca9b
SamplePGO: convert callsite samples map key from callsite_location to callsite_location+callee_name
by Dehao Chen
· 9 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
8c209aa
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
990504e
Remove LLVM_NOEXCEPT and replace it with noexcept
by Reid Kleckner
· 9 years ago
4718f8b
Add FIXMEs to all derived classes of std::error_category.
by Peter Collingbourne
· 9 years ago
57d1dda
Use LineLocation instead of CallsiteLocation to index callsite profile.
by Dehao Chen
· 10 years ago
eb2a254
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
48dd080
[PGO] Handle and report overflow during profile merge for all types of data
by Nathan Slingerland
· 10 years ago
379cc5e
SamplePGO - Tweak debugging output for function samples. NFC.
by Diego Novillo
· 10 years ago
ef548d2
SamplePGO - Sort samples by source location when emitting as text.
by Diego Novillo
· 10 years ago
ba920be
SamplePGO - Move debug/dump function bodies out of header files. NFC.
by Diego Novillo
· 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
760c5a8
Sample profiles - Add a name table to the binary encoding.
by Diego Novillo
· 10 years ago
3376a78
GCC AutoFDO profile reader - Initial support.
by Diego Novillo
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 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