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
*
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
*
Revert "[InstrProf] Support for external functions in text format."
Benjamin Kramer
2018-03-22
3
-17
/
+19
*
[InstrProf] Encapsulates access to AddrToMD5Map.
Mircea Trofin
2018-03-21
2
-25
/
+27
*
[InstrProf] Support for external functions in text format.
Mircea Trofin
2018-03-21
3
-19
/
+17
*
[SampleFDO] Extend SampleProfReader to handle demangled names.
Wei Mi
2018-03-07
1
-9
/
+42
*
[SampleProf] NFC. Expose reusable functionality in SampleProfile.
Mircea Trofin
2018-02-22
1
-0
/
+27
*
Remove superfluous copies in sample profiling.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
2
-3
/
+3
*
Remove redundant includes from lib/ProfileData.
Michael Zolotukhin
2017-12-13
2
-9
/
+0
*
[Coverage] Scan ahead for the most-recent completed count (PR35495)
Vedant Kumar
2017-12-07
1
-5
/
+4
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-2
/
+2
*
[Coverage] Use the most-recent completed region count (PR35437)
Vedant Kumar
2017-11-30
1
-0
/
+6
*
[Coverage] Use the wrapped segment when a line has entry segments
Vedant Kumar
2017-11-09
1
-4
/
+4
*
GCOV: Move GCOV from IR & Support into ProfileData to fix layering
David Blaikie
2017-11-03
2
-0
/
+822
*
[Coverage] Provide a stable order for getInstantiationGroups
Vedant Kumar
2017-10-24
1
-1
/
+2
*
[Coverage] Simplify r316141. NFC.
Vedant Kumar
2017-10-19
1
-3
/
+3
*
[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.
Vedant Kumar
2017-10-18
1
-0
/
+53
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
Fix warnings. [-Wdocumentation]
NAKAMURA Takumi
2017-10-12
2
-8
/
+0
*
[ProfileData] Fix data racing in merging indexed profiles
Rong Xu
2017-10-05
1
-2
/
+0
*
[llvm-cov] Improve error messaging for function mismatches
Vedant Kumar
2017-09-21
1
-2
/
+3
*
[Coverage] Use gap regions to select better line exec counts
Vedant Kumar
2017-09-18
3
-7
/
+24
*
[Coverage] Build sorted and unique segments
Vedant Kumar
2017-09-08
1
-46
/
+138
*
[Coverage] Define LineColPair for convenience. NFC.
Vedant Kumar
2017-09-08
1
-2
/
+1
*
[Coverage] Report errors when reading malformed source regions
Vedant Kumar
2017-09-08
3
-8
/
+25
*
Fix the bug when SampleProfileWriter writes out number of callsites.
Dehao Chen
2017-08-03
1
-1
/
+4
*
[Coverage] Add an API to retrive all instantiations of a function (NFC)
Vedant Kumar
2017-08-02
1
-7
/
+7
*
[llvm-cov] Allow specifying distinct architectures for each loaded binary
Vedant Kumar
2017-08-01
1
-3
/
+4
[next]