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
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+2
*
[PGO] Enable compression in pgo instrumentation
Xinliang David Li
2016-02-08
1
-0
/
+5
*
Move classes defined in a cpp file into an anonymous namespace.
Benjamin Kramer
2016-02-05
1
-0
/
+2
*
Fix a coverage reading bug
Xinliang David Li
2016-01-19
1
-1
/
+3
*
[Coverage] move a local var to be BinaryCoverageReader's member
Xinliang David Li
2016-01-18
1
-8
/
+11
*
Rename local variable to avoid conflict
Xinliang David Li
2016-01-14
1
-5
/
+5
*
Cleanup: shorten prefix to consistent with other decls /NFC
Xinliang David Li
2016-01-14
1
-10
/
+8
*
Add virtual dtor
Xinliang David Li
2016-01-14
1
-0
/
+2
*
[Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...
Xinliang David Li
2016-01-13
1
-22
/
+82
*
Revert r257699 -- windows buildbot failure TBI
Xinliang David Li
2016-01-13
1
-85
/
+22
*
[Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...
Xinliang David Li
2016-01-13
1
-22
/
+85
*
[Coverage] Refactor coverage mapping reader code
Xinliang David Li
2016-01-13
1
-17
/
+13
*
Rollback r257551 -- unexpected test failures TBI
Xinliang David Li
2016-01-13
1
-13
/
+17
*
[Coverage] Refactor coverage mapping reader code /NFC
Xinliang David Li
2016-01-13
1
-17
/
+13
*
Rollback r257547 -- buildbot failure TBI
Xinliang David Li
2016-01-13
1
-13
/
+17
*
[Coverage] Refactor coverage mapping reader code /NFC
Xinliang David Li
2016-01-13
1
-17
/
+13
*
[PGO] Minor refactoring /NFC
Xinliang David Li
2016-01-07
1
-5
/
+1
*
[PGO] Code refactoring to use header struct def /NFC
Xinliang David Li
2016-01-03
1
-5
/
+10
*
[ProfileData] Make helper function static.
Benjamin Kramer
2015-12-24
1
-1
/
+1
*
[PGO] InstrPGO and coverage code refactoring (NFC)
Xinliang David Li
2015-12-17
1
-46
/
+33
*
[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
[next]