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
*
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
*
[ProfData] Detect if zlib is available
David Blaikie
2017-07-21
1
-0
/
+5
*
llvm-profdata: Reduce memory usage by using Error callback rather than member
David Blaikie
2017-07-10
2
-33
/
+40
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
2
-20
/
+26
*
[Coverage] Remove two overloads of CoverageMapping::load. NFC.
Vedant Kumar
2017-06-30
1
-12
/
+0
*
llvm-profdata: Indirect infrequently used fields to reduce memory usage
David Blaikie
2017-06-29
1
-8
/
+7
*
[ProfData] Make the method threadsafe
Xinliang David Li
2017-06-27
1
-2
/
+3
*
[Coverage] Improve readability by using a struct. NFC.
Vedant Kumar
2017-06-26
1
-22
/
+20
*
[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...
Eugene Zelenko
2017-06-21
4
-23
/
+21
*
[Coverage] PR33517: Check for failure to load func records
Vedant Kumar
2017-06-20
1
-0
/
+3
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
4
-9
/
+21
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
6
-7
/
+7
[next]