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
/
CoverageMapping.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+9
*
[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
1
-1
/
+1
*
[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
*
[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
1
-5
/
+9
*
[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
1
-2
/
+7
*
[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
1
-4
/
+3
*
[Coverage] PR33517: Check for failure to load func records
Vedant Kumar
2017-06-20
1
-0
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
1
-19
/
+36
*
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] 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] Clarify ownership of a MemoryBuffer in the reader (NFC)"
Vedant Kumar
2016-06-29
1
-5
/
+3
*
[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)
Vedant Kumar
2016-06-21
1
-3
/
+5
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-36
/
+50
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-50
/
+36
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-36
/
+50
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-50
/
+36
*
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-36
/
+50
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
1
-50
/
+36
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-36
/
+50
*
[Coverage] Combine counts of expansion regions if there are no code regions f...
Igor Kudrin
2016-05-05
1
-16
/
+31
*
Move coverage related code into a separate library.
Easwaran Raman
2016-04-29
1
-0
/
+548