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
/
CoverageMappingReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-1
/
+1
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-2
/
+2
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-1
/
+2
*
llvm-cov: Move some reader debug output out of the tool.
Justin Bogner
2014-09-20
1
-0
/
+15
*
llvm-cov: add code coverage tool that's based on coverage mapping format and ...
Alex Lorenz
2014-08-22
1
-26
/
+71
*
Coverage Mapping: add function's hash to coverage function records.
Alex Lorenz
2014-08-21
1
-2
/
+4
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-5
/
+8
*
Coverage: add HasCodeBefore flag to a mapping region.
Alex Lorenz
2014-08-04
1
-6
/
+10
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
Coverage: improve efficiency of the counter propagation to the expansion regi...
Alex Lorenz
2014-07-29
1
-8
/
+12
*
coverage: remove empty mapping regions
Alex Lorenz
2014-07-25
1
-3
/
+0
*
Fix a warning in CoverageMappingReader.cpp
Ehsan Akhgari
2014-07-25
1
-1
/
+1
*
Add code coverage mapping data, reader, and writer.
Alex Lorenz
2014-07-24
1
-0
/
+482