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
*
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