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
/
tools
/
llvm-profdata
/
llvm-profdata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune Pass.h include from DataLayout.h. NFCI
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
[SampleFDO] Add compression support for any section in ExtBinary profile format
Wei Mi
2019-10-07
1
-14
/
+33
*
[PGO] Fix typos from r359612. NFC.
Rong Xu
2019-10-01
1
-1
/
+1
*
Recommit [SampleFDO] Expose an interface to return the size of a section
Wei Mi
2019-09-21
1
-2
/
+25
*
Revert "[SampleFDO] Expose an interface to return the size of a section or th...
Amara Emerson
2019-09-21
1
-25
/
+2
*
[SampleFDO] Expose an interface to return the size of a section or the size
Wei Mi
2019-09-20
1
-2
/
+25
*
[llvm-profdata] Add mode to recover from profile read failures
Vedant Kumar
2019-09-03
1
-71
/
+65
*
Fix some errors introduced by rL370563 which were not exposed on my local mac...
Wei Mi
2019-08-31
1
-1
/
+1
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
1
-20
/
+67
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
1
-9
/
+16
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-3
/
+3
*
llvm-profdata] Handle the cases of overlapping input file and output file
Rong Xu
2019-07-08
1
-11
/
+17
*
[llvm-profdata] Add overlap command to compute similarity b/w two profile files
Rong Xu
2019-04-30
1
-2
/
+89
*
[llvm-profdata] Deleted unused Cutoffs added by D16005
Fangrui Song
2019-03-15
1
-2
/
+0
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
1
-6
/
+15
*
Fix some include order and file headers issues. NFC
Fangrui Song
2019-02-21
1
-1
/
+1
*
[PGO] Fix the type of the formated variable
Petar Jovanovic
2019-02-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-profdata] add value-cutoff functionality in show command
Rong Xu
2019-01-08
1
-13
/
+53
*
[PGO] Revert r350579 to fix commit message.
Rong Xu
2019-01-08
1
-53
/
+13
*
[PGO] Use SourceFileName rather module name in PGOFuncName
Rong Xu
2019-01-07
1
-13
/
+53
*
Add flag to llvm-profdata to allow symbols in profile data to be remapped, and
Richard Smith
2018-09-13
1
-9
/
+99
*
Make llvm-profdata show -text work as advertised in the documentation.
Richard Smith
2018-08-24
1
-2
/
+6
*
[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.
Wei Mi
2018-06-12
1
-11
/
+10
*
Fix a typo in rL334447.
Wei Mi
2018-06-12
1
-1
/
+1
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-9
/
+19
*
[llvm-profdata] Use WithColor for printing errors
Jonas Devlieghere
2018-04-18
1
-6
/
+12
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
[llvm-profdata] Don't treat non-fatal merge errors as fatal
Vedant Kumar
2017-11-17
1
-7
/
+43
*
[llvm-profdata] Fix a dangling reference to an error string
Vedant Kumar
2017-11-17
1
-3
/
+11
*
[llvm-profdata] Report if profile data file is IR- or FE-level
Adam Nemet
2017-11-14
1
-0
/
+2
*
Bring r314809 back.
Rafael Espindola
2017-10-04
1
-2
/
+2
*
Revert D38481 due to missing cmake check for CPU_COUNT
Daniel Neilson
2017-10-04
1
-2
/
+2
*
Use sched_getaffinity instead of std::thread::hardware_concurrency.
Rafael Espindola
2017-10-03
1
-2
/
+2
*
[ProfileData] Add new option to dump topn hottest functions
Xinliang David Li
2017-07-11
1
-6
/
+46
*
llvm-profdata: Reduce memory usage by using Error callback rather than member
David Blaikie
2017-07-10
1
-3
/
+16
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
1
-1
/
+2
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-3
/
+5
*
Fix a couple of typos in memory intrinsic optimization output (NFC)
Teresa Johnson
2017-05-24
1
-1
/
+1
*
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-16
1
-7
/
+32
*
Revert "[PGO] Value profile for size of memory intrinsic calls"
Eric Liu
2017-03-16
1
-32
/
+7
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-15
1
-7
/
+32
*
[PGO] Refactor profile dumping function for ease of adding other profile kind
Rong Xu
2017-03-09
1
-35
/
+56
*
[PGO] Fix a use-after-move. NFC.
Rong Xu
2016-10-19
1
-1
/
+2
*
[PGO] Fix bogus warning for merging empty llvm profile file
Rong Xu
2016-10-19
1
-1
/
+6
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-4
/
+3
*
[Profile] dump ic value profile value/site-count histogram
Xinliang David Li
2016-09-20
1
-1
/
+11
*
llvm-profdata: Clarify the top level help
Justin Bogner
2016-08-03
1
-0
/
+1
*
[llvm-profdata] Bring back reading profile data from STDIN.
Benjamin Kramer
2016-07-22
1
-0
/
+7
[next]