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
*
[SampleFDO] Add profile remapping support for profile on-demand loading used
Wei Mi
2019-10-18
1
-37
/
+83
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
1
-21
/
+81
*
Fix build errors caused by rL373914.
Wei Mi
2019-10-07
1
-1
/
+2
*
[SampleFDO] Add compression support for any section in ExtBinary profile format
Wei Mi
2019-10-07
1
-21
/
+63
*
Recommit [SampleFDO] Expose an interface to return the size of a section
Wei Mi
2019-09-21
1
-0
/
+30
*
Revert "[SampleFDO] Expose an interface to return the size of a section or th...
Amara Emerson
2019-09-21
1
-30
/
+0
*
[SampleFDO] Expose an interface to return the size of a section or the size
Wei Mi
2019-09-20
1
-0
/
+30
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
1
-0
/
+28
*
[SampleFDO] Extract the code calling each section reader to readOneSection.
Wei Mi
2019-08-26
1
-20
/
+29
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
1
-6
/
+116
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[llvm-profdata] Profile dump for compact binary format
Wenlei He
2019-08-13
1
-6
/
+19
*
[SampleFDO] add suffix elision control for fcn names
Than McIntosh
2019-03-14
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Support for remapping profile data when symbols change, for sample-based
Richard Smith
2018-10-10
1
-0
/
+55
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
1
-13
/
+98
*
[SampleFDO] Make sample profile loader unaware of compact format change.
Wei Mi
2018-09-06
1
-0
/
+1
*
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
[next]