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
/
SampleProfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
1
-13
/
+44
*
[SampleFDO] Add compression support for any section in ExtBinary profile format
Wei Mi
2019-10-07
1
-18
/
+84
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
1
-1
/
+6
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
1
-23
/
+142
*
[AutoFDO] Make call targets order deterministic for sample profile
Wenlei He
2019-08-20
1
-4
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-3
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
1
-0
/
+57
*
[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.
Wei Mi
2018-06-12
1
-2
/
+2
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-19
/
+57
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
Fix warnings. [-Wdocumentation]
NAKAMURA Takumi
2017-10-12
1
-4
/
+0
*
Fix the bug when SampleProfileWriter writes out number of callsites.
Dehao Chen
2017-08-03
1
-1
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Change sample profile writer to make it deterministic.
Dehao Chen
2017-05-11
1
-4
/
+38
*
SamplePGO: convert callsite samples map key from callsite_location to callsit...
Dehao Chen
2017-04-13
1
-25
/
+28
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
1
-5
/
+12
*
[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
*
Sample profile summary cleanup
Easwaran Raman
2016-03-28
1
-1
/
+1
*
Use LineLocation instead of CallsiteLocation to index callsite profile.
Dehao Chen
2016-03-03
1
-17
/
+12
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-1
/
+30
*
[ProfileData] Add unit test infrastructure for sample profile reader/writer
Nathan Slingerland
2015-12-10
1
-5
/
+35
*
SamplePGO - Sort samples by source location when emitting as text.
Diego Novillo
2015-11-19
1
-7
/
+10
*
SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples
Diego Novillo
2015-11-13
1
-0
/
+7
*
Sample profiles - Re-arrange binary format to emit head samples only on top f...
Diego Novillo
2015-10-16
1
-8
/
+13
*
Sample Profiles - Adjust integer types. Mostly NFC.
Diego Novillo
2015-10-15
1
-1
/
+1
*
Sample profiles - Add a name table to the binary encoding.
Diego Novillo
2015-10-13
1
-18
/
+65
*
Add inline stack streaming to binary sample profiles.
Diego Novillo
2015-10-09
1
-3
/
+12
*
Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
1
-5
/
+18
*
Revert "Handle inline stacks in gcov-encoded sample profiles."
Diego Novillo
2015-10-08
1
-18
/
+5
*
Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
1
-5
/
+18
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-5
/
+7
*
Add show and merge tools for sample PGO profiles.
Diego Novillo
2014-11-01
1
-26
/
+40
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
1
-0
/
+110