Fangrui Song
|
2ffd08308b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 years ago |
Rong Xu
|
7609dbd9af
llvm-profdata] Handle the cases of overlapping input file and output file
|
6 years ago |
Rong Xu
|
6967efe577
[llvm-profdata] Add overlap command to compute similarity b/w two profile files
|
6 years ago |
Fangrui Song
|
af0a8f8949
[llvm-profdata] Deleted unused Cutoffs added by D16005
|
6 years ago |
Rong Xu
|
5af7fe31f4
[PGO] Context sensitive PGO (part 2)
|
6 years ago |
Fangrui Song
|
2fd5ae5ba0
Fix some include order and file headers issues. NFC
|
6 years ago |
Petar Jovanovic
|
747f42fa4c
[PGO] Fix the type of the formated variable
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Rong Xu
|
c445cab044
[llvm-profdata] add value-cutoff functionality in show command
|
6 years ago |
Rong Xu
|
5f281ed0fc
[PGO] Revert r350579 to fix commit message.
|
6 years ago |
Rong Xu
|
bf0230910c
[PGO] Use SourceFileName rather module name in PGOFuncName
|
6 years ago |
Richard Smith
|
61be1ad26c
Add flag to llvm-profdata to allow symbols in profile data to be remapped, and
|
7 years ago |
Richard Smith
|
a11014c68c
Make llvm-profdata show -text work as advertised in the documentation.
|
7 years ago |
Wei Mi
|
7253cd8580
[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.
|
7 years ago |
Wei Mi
|
ddabdc0f8c
Fix a typo in rL334447.
|
7 years ago |
Wei Mi
|
93bc746824
[SampleFDO] Add a new compact binary format for sample profile.
|
7 years ago |
Jonas Devlieghere
|
331449e7a8
[llvm-profdata] Use WithColor for printing errors
|
7 years ago |
Rui Ueyama
|
0b9d56a30e
Define InitLLVM to do common initialization all at once.
|
7 years ago |
Vedant Kumar
|
ddb44a6e69
[llvm-profdata] Don't treat non-fatal merge errors as fatal
|
7 years ago |
Vedant Kumar
|
0ff70a666f
[llvm-profdata] Fix a dangling reference to an error string
|
7 years ago |
Adam Nemet
|
d90634bed1
[llvm-profdata] Report if profile data file is IR- or FE-level
|
7 years ago |
Rafael Espindola
|
a72e2a9037
Bring r314809 back.
|
7 years ago |
Daniel Neilson
|
9f2abf5c52
Revert D38481 due to missing cmake check for CPU_COUNT
|
7 years ago |
Rafael Espindola
|
70deadb171
Use sched_getaffinity instead of std::thread::hardware_concurrency.
|
7 years ago |
Xinliang David Li
|
dcb98bd9b0
[ProfileData] Add new option to dump topn hottest functions
|
8 years ago |
David Blaikie
|
cb16061ea7
llvm-profdata: Reduce memory usage by using Error callback rather than member
|
8 years ago |
David Blaikie
|
450ef2ab9d
Prototype: Reduce llvm-profdata merge memory usage further
|
8 years ago |
Vedant Kumar
|
b9454635c0
[ProfileData] PR33517: Check for failure of symtab creation
|
8 years ago |
Teresa Johnson
|
4c833e2dc2
Fix a couple of typos in memory intrinsic optimization output (NFC)
|
8 years ago |
Rong Xu
|
6f00c7bc4d
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
|
8 years ago |