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
/
Coverage
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
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
3
-5
/
+5
*
[ProfileData] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-4
/
+4
*
Remove superfluous copies in sample profiling.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Remove redundant includes from lib/ProfileData.
Michael Zolotukhin
2017-12-13
1
-8
/
+0
*
[Coverage] Scan ahead for the most-recent completed count (PR35495)
Vedant Kumar
2017-12-07
1
-5
/
+4
*
[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
*
[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
*
[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
*
[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
*
[Coverage] Remove two overloads of CoverageMapping::load. NFC.
Vedant Kumar
2017-06-30
1
-12
/
+0
*
[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
2
-12
/
+11
*
[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
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-2
/
+2
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-3
/
+5
*
[Profile] Make host tool aware of object format when quering prof section names
Xinliang David Li
2017-04-14
1
-11
/
+10
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-3
/
+7
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
3
-53
/
+104
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
[Coverage] Support loading multiple binaries into a CoverageMapping
Vedant Kumar
2016-10-14
1
-16
/
+40
*
[Coverage] Factor out logic to create FunctionRecords (NFC)
Vedant Kumar
2016-10-12
1
-40
/
+45
*
[Coverage] Make sorting criteria for CounterMappingRegions local.
Igor Kudrin
2016-08-31
1
-2
/
+10
*
[Coverage] Mark a few more methods const (NFC)
Vedant Kumar
2016-07-15
1
-4
/
+4
*
[Coverage] Mark a few methods const (NFC)
Vedant Kumar
2016-07-13
1
-1
/
+1
*
Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)"
Vedant Kumar
2016-06-29
1
-49
/
+8
*
Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"
Vedant Kumar
2016-06-29
2
-9
/
+8
*
[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)
Vedant Kumar
2016-06-21
2
-8
/
+9
*
[Coverage] Move logic to encode filenames and mappings into llvm (NFC)
Vedant Kumar
2016-06-17
1
-8
/
+49
*
[Coverage] Get rid of an input/output parameter (NFC)
Vedant Kumar
2016-06-17
1
-10
/
+17
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-2
/
+2
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
[Coverage] Fix an issue where improper coverage mapping data could be loaded ...
Igor Kudrin
2016-05-20
1
-18
/
+88
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
2
-152
/
+168
*
[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...
Igor Kudrin
2016-05-18
1
-0
/
+7
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
2
-166
/
+150
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
2
-150
/
+166
[next]