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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Profile] Support raw/indexed profiles larger than 4GB
Vedant Kumar
2019-07-09
1
-2
/
+2
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-6
/
+5
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-3
/
+3
*
[Coverage] Speculative fix for r363325 for an older compiler
Vedant Kumar
2019-06-14
1
-4
/
+4
*
[Coverage] Load code coverage data from archives
Vedant Kumar
2019-06-13
2
-71
/
+136
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-4
/
+9
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-9
/
+4
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-4
/
+9
*
Fix a few -Werror warnings:
Eric Christopher
2019-04-30
1
-4
/
+3
*
[llvm-profdata] Add overlap command to compute similarity b/w two profile files
Rong Xu
2019-04-30
3
-0
/
+283
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
1
-1
/
+1
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
3
-16
/
+14
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
2
-8
/
+5
*
[ProfileSummary] Count callsite samples when computing total samples.
Taewook Oh
2019-04-03
1
-4
/
+9
*
[SampleFDO] add suffix elision control for fcn names
Than McIntosh
2019-03-14
1
-2
/
+2
*
[PGO] Context sensitive PGO (part 4)
Rong Xu
2019-03-06
1
-1
/
+1
*
[ProfileData] Sort FuncData before iteration to remove non-determinism
Mandeep Singh Grang
2019-03-02
1
-6
/
+22
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
2
-8
/
+50
*
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
Rong Xu
2019-02-27
1
-0
/
+19
*
Revert "[PGO] Context sensitive PGO (part 1)"
Vlad Tsyrklevich
2019-02-27
1
-19
/
+0
*
[PGO] Context sensitive PGO (part 1)
Rong Xu
2019-02-26
1
-0
/
+19
*
[llvm-cov] Fix llvm-cov on Windows and un-XFAIL test
Reid Kleckner
2019-02-26
1
-1
/
+18
*
[llvm-cov] Add support for gcov --hash-filenames option
Vedant Kumar
2019-02-19
1
-1
/
+10
*
[PGO] Use a function for creating variable for profile file name. NFC.
Rong Xu
2019-02-05
1
-0
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
13
-52
/
+39
*
[PGO] Use SourceFileName rather module name in PGOFuncName
Rong Xu
2019-01-08
1
-5
/
+6
*
[PGO] Revert r350442 to fix commit message.
Rong Xu
2019-01-08
1
-6
/
+5
*
[PGO] Use SourceFileName rather module name in PGOFuncName
Rong Xu
2019-01-04
1
-5
/
+6
*
Support for remapping profile data when symbols change, for sample-based
Richard Smith
2018-10-10
1
-0
/
+55
*
Support for remapping profile data when symbols change, for
Richard Smith
2018-10-10
1
-9
/
+155
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
3
-6
/
+5
*
[gcov] Fix wrong line hit counts when multiple blocks are on the same line
Calixte Denizet
2018-09-20
1
-21
/
+131
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
3
-13
/
+157
*
[SampleFDO] Make sample profile loader unaware of compact format change.
Wei Mi
2018-09-06
2
-0
/
+9
*
[Coverage] Ignore 'unused' functions with non-zero execution counts
Vedant Kumar
2018-08-07
1
-6
/
+15
*
[Coverage] Delete getCounterMismatches, it's dead code (NFC)
Vedant Kumar
2018-08-07
1
-5
/
+0
*
[InstrProf] Use comdats on COFF for available_externally functions
Reid Kleckner
2018-07-26
1
-2
/
+1
*
[ADT] Replace std::isprint by llvm::isPrint.
Michael Kruse
2018-07-26
1
-1
/
+1
*
[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.
Wei Mi
2018-06-12
1
-2
/
+2
*
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
2
-36
/
+132
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-5
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
2
-9
/
+10
*
[Coverage] Take filenames into account when loading function records.
Max Moroz
2018-05-08
1
-2
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
7
-22
/
+22
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
2
-1
/
+3
*
[ProfileData] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
3
-6
/
+6
*
[profile] Fix binary format reader error propagation.
Mircea Trofin
2018-04-13
1
-5
/
+5
*
[ProfileSummary] Remove repeated cutoffs; NFCI
George Burgess IV
2018-04-12
1
-2
/
+2
*
Revert "Revert "[InstrProf] Support for external functions in text format.""
Mircea Trofin
2018-03-22
3
-14
/
+12
[next]