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
*
[PGO] Use template file to define runtime structures
Xinliang David Li
2015-11-05
1
-6
/
+9
*
Add helper functions and remove hard coded references to instProf related nam...
Xinliang David Li
2015-10-22
1
-2
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...
Frederic Riss
2015-06-22
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
InstrProf: Fix reading of consecutive 32 bit coverage maps
Justin Bogner
2015-06-05
1
-0
/
+5
*
InstrProf: Simplify looking up sections for coverage data
Justin Bogner
2015-05-07
1
-18
/
+19
*
InstrProf: Give coverage its own errors instead of piggy backing on instrprof
Justin Bogner
2015-05-06
1
-29
/
+29
*
InstrProf: Remove a function that just returns its argument (NFC)
Justin Bogner
2015-05-06
1
-20
/
+20
*
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: Fix CoverageMappingReader on big endian
Justin Bogner
2015-03-16
1
-16
/
+28
*
InstrProf: Do a better job of reading coverage mapping data.
Justin Bogner
2015-03-16
1
-59
/
+41
*
InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Justin Bogner
2015-03-11
1
-6
/
+28
*
InstrProf: Simplify the construction of BinaryCoverageReader
Justin Bogner
2015-02-26
1
-60
/
+55
*
InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader
Justin Bogner
2015-02-26
1
-5
/
+5
*
InstrProf: Remove dead code in CoverageMappingReader
Justin Bogner
2015-02-25
1
-13
/
+3
*
InstrProf: Make CounterMappingRegions less confusing to construct
Justin Bogner
2015-02-03
1
-4
/
+3
*
InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used
Justin Bogner
2015-02-03
1
-8
/
+5
*
InstrProf: Simplify RawCoverageMappingReader's API slightly
Justin Bogner
2015-02-03
1
-7
/
+9
*
InstrProf: Simplify some logic by using ArrayRef::slice (NFC)
Justin Bogner
2015-02-03
1
-1
/
+1
*
[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