index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ProfileData
/
SampleProfReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a warning issued by clang.
Wei Mi
2018-06-11
1
-1
/
+1
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-17
/
+75
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-10
/
+10
*
[SampleFDO] Extend SampleProfReader to handle demangled names.
Wei Mi
2018-03-07
1
-9
/
+42
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
Fix warnings. [-Wdocumentation]
NAKAMURA Takumi
2017-10-12
1
-4
/
+0
*
SamplePGO: convert callsite samples map key from callsite_location to callsit...
Dehao Chen
2017-04-13
1
-4
/
+4
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
1
-2
/
+13
*
Fix an obvious bug in SampleProfileReaderGCC.
Dehao Chen
2017-02-22
1
-5
/
+3
*
[ProfileData] Clean up string handling a bit.
Benjamin Kramer
2016-05-29
1
-2
/
+2
*
[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.
Benjamin Kramer
2016-05-20
1
-1
/
+1
*
Remove specializations of ProfileSummary
Easwaran Raman
2016-05-19
1
-3
/
+3
*
Move ProfileSummary to IR.
Easwaran Raman
2016-05-19
1
-3
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Use LineLocation instead of CallsiteLocation to index callsite profile.
Dehao Chen
2016-03-03
1
-8
/
+10
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-0
/
+74
*
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
2015-12-16
1
-7
/
+10
*
[ProfileData] Add unit test infrastructure for sample profile reader/writer
Nathan Slingerland
2015-12-10
1
-7
/
+19
*
SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples
Diego Novillo
2015-11-13
1
-2
/
+1
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
1
-1
/
+19
*
reverting r252916 to investigate test failure
Nathan Slingerland
2015-11-12
1
-19
/
+1
*
[llvm-profdata] Add check for text profile formats and improve error reporting
Nathan Slingerland
2015-11-12
1
-1
/
+19
*
SamplePGO - Move FunctionSamples::print() to a better location. NFC.
Diego Novillo
2015-11-12
1
-31
/
+0
*
Tolerate negative offset when matching sample profile.
Dehao Chen
2015-10-21
1
-1
/
+11
*
Sample profiles - Re-arrange binary format to emit head samples only on top f...
Diego Novillo
2015-10-16
1
-10
/
+11
*
Sample Profiles - Adjust integer types. Mostly NFC.
Diego Novillo
2015-10-15
1
-24
/
+24
*
Sample profiles - Add documentation for binary profile encoding. NFC.
Diego Novillo
2015-10-14
1
-103
/
+6
*
Sample profile reader - remove dead code. NFC.
Diego Novillo
2015-10-13
1
-10
/
+0
*
Sample profiles - Add a name table to the binary encoding.
Diego Novillo
2015-10-13
1
-3
/
+25
*
Add inline stack streaming to binary sample profiles.
Diego Novillo
2015-10-09
1
-40
/
+72
*
Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
1
-42
/
+70
*
Revert "Handle inline stacks in gcov-encoded sample profiles."
Diego Novillo
2015-10-08
1
-70
/
+42
*
Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
1
-42
/
+70
*
Remove AutoFDO profile handling for GCC's LIPO. NFC.
Diego Novillo
2015-10-05
1
-22
/
+0
*
http://reviews.llvm.org/D13145
Dehao Chen
2015-09-30
1
-65
/
+168
*
GCC AutoFDO profile reader - Initial support.
Diego Novillo
2015-09-17
1
-9
/
+269
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-11
/
+14
*
Add show and merge tools for sample PGO profiles.
Diego Novillo
2014-11-01
1
-31
/
+15
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
1
-38
/
+212
*
LineIterator: Provide a variant that keeps blank lines
Justin Bogner
2014-09-17
1
-1
/
+1
*
Re-factor sample profile reader into lib/ProfileData.
Diego Novillo
2014-09-09
1
-0
/
+238