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
/
CoverageMapping.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC
Xinliang David Li
2016-01-10
1
-1
/
+1
*
Coverage code refactoring /NFC
Xinliang David Li
2015-12-15
1
-13
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...
Frederic Riss
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-2
/
+3
*
InstrProf: Treat functions with a coverage map but no profile as unreached
Justin Bogner
2015-05-13
1
-2
/
+3
*
InstrProf: Give coverage its own errors instead of piggy backing on instrprof
Justin Bogner
2015-05-06
1
-0
/
+31
*
InstrProf: Strip filename prefixes from the names we display for coverage
Justin Bogner
2015-05-05
1
-1
/
+15
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Justin Bogner
2015-03-11
1
-2
/
+3
*
InstrProf: Simplify the construction of BinaryCoverageReader
Justin Bogner
2015-02-26
1
-4
/
+6
*
InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader
Justin Bogner
2015-02-26
1
-1
/
+1
*
Disallow implicit conversions from None to integer types
Justin Bogner
2015-02-20
1
-2
/
+6
*
InstrProf: Don't combine expansion regions with code regions
Justin Bogner
2015-02-18
1
-1
/
+1
*
InstrProf: Handle unknown functions if they consist only of zero-regions
Justin Bogner
2015-02-18
1
-10
/
+11
*
InstrProf: Make CoverageMapping testable and add a basic unit test
Justin Bogner
2015-02-18
1
-1
/
+1
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-4
/
+4
*
InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC)
Justin Bogner
2015-02-16
1
-2
/
+3
*
Fix accidental bit flip.
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
CoverageMapping: Bitvectorize code. No functionality change.
Benjamin Kramer
2015-02-12
1
-27
/
+20
*
llvm-cov: Only combine segments if they overlap exactly
Justin Bogner
2015-01-24
1
-2
/
+8
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
llvm-cov: Sink some reporting logic into CoverageMapping
Justin Bogner
2014-11-14
1
-1
/
+9
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+1
*
InstrProf: Avoid linear search in a hot loop
Justin Bogner
2014-10-02
1
-5
/
+6
*
Reapply "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-24
/
+43
*
Revert "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-38
/
+24
*
InstrProf: Don't keep a large sparse list around just to zero it
Justin Bogner
2014-10-02
1
-24
/
+38
*
llvm-cov: Use the number of executed functions for the function coverage metric.
Alex Lorenz
2014-09-30
1
-1
/
+3
*
llvm-cov: Combine segments that cover the same location
Justin Bogner
2014-09-25
1
-4
/
+18
*
llvm-cov: Allow creating CoverageMappings from filenames
Justin Bogner
2014-09-20
1
-0
/
+14
*
llvm-cov: Disentangle the coverage data logic from the display (NFC)
Justin Bogner
2014-09-20
1
-0
/
+275
*
llvm-cov: Try to appease MSVC after r217404
Justin Bogner
2014-09-08
1
-2
/
+2
*
llvm-cov: Use ErrorOr rather than an error_code* (NFC)
Justin Bogner
2014-09-08
1
-24
/
+17
*
Coverage: fix the missing output stream in recursive call to CoverageMappingC...
Alex Lorenz
2014-07-29
1
-2
/
+2
*
Add code coverage mapping data, reader, and writer.
Alex Lorenz
2014-07-24
1
-0
/
+149