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
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
3
-299
/
+73
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
3
-73
/
+299
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[Alignment][NFC] Move and type functions from MathExtras to Alignment
Guillaume Chatelet
2019-10-14
1
-2
/
+2
*
[Object] Extend MachOUniversalBinary::getObjectForArch
Alexander Shaposhnikov
2019-09-19
1
-1
/
+1
*
[Coverage] Speed up file-based queries for coverage info, NFC
Vedant Kumar
2019-09-16
1
-2
/
+35
*
[Coverage] Assert that filenames in a TU are unique, NFC
Vedant Kumar
2019-09-16
1
-0
/
+10
*
Ignore object files that lack coverage information.
James Y Knight
2019-08-28
1
-2
/
+21
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-4
/
+4
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-4
/
+4
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-4
/
+4
*
[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
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-9
/
+8
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-5
/
+3
*
[llvm-cov] Fix llvm-cov on Windows and un-XFAIL test
Reid Kleckner
2019-02-26
1
-1
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+3
*
[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
[next]