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
/
unittests
/
ProfileData
/
CoverageMappingTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix signed/unsigned comparison warning
Simon Pilgrim
2017-03-11
1
-1
/
+1
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[Coverage] Support loading multiple binaries into a CoverageMapping
Vedant Kumar
2016-10-14
1
-6
/
+42
*
[unittests] Remove a redundant test fixture (NFC)
Vedant Kumar
2016-10-13
1
-30
/
+19
*
[unittests] Delete even more copy constructors (NFC)
Vedant Kumar
2016-10-12
1
-0
/
+10
*
[unittests] Delete some copy constructors (NFC)
Vedant Kumar
2016-10-12
1
-0
/
+11
*
[unittest] Pass a reference instead of making a copy (NFC)
Vedant Kumar
2016-10-12
1
-1
/
+1
*
Rename StringMap::emplace_second to try_emplace.
Benjamin Kramer
2016-07-21
1
-1
/
+1
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-9
/
+9
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-9
/
+9
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-9
/
+9
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-9
/
+9
*
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-9
/
+9
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
1
-9
/
+9
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-9
/
+9
*
[unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC)
Vedant Kumar
2016-05-12
1
-2
/
+2
*
[Coverage] Combine counts of expansion regions if there are no code regions f...
Igor Kudrin
2016-05-05
1
-0
/
+25
*
[ProfileData] Assert NoError in CoverageMappingTest
Vedant Kumar
2016-05-03
1
-13
/
+13
*
Move coverage related code into a separate library.
Easwaran Raman
2016-04-29
1
-3
/
+3
*
[Coverage] Restore the correct count value after processing a nested region i...
Igor Kudrin
2016-04-25
1
-0
/
+20
*
Reapply "[Coverage] Prevent detection of false instantiations in case of macr...
Igor Kudrin
2016-04-18
1
-0
/
+38
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+1
*
Revert "[Coverage] Prevent detection of false instantiations in case of macro...
Igor Kudrin
2016-04-15
1
-38
/
+0
*
[Coverage] Prevent detection of false instantiations in case of macro expansion.
Igor Kudrin
2016-04-15
1
-0
/
+38
*
[Coverage] Add support for making test data for more than one function.
Igor Kudrin
2016-04-15
1
-83
/
+169
*
[Coverage] Update testing methods to support more than two files
Igor Kudrin
2016-04-14
1
-11
/
+58
*
[Coverage] Strip <unknown> from PGO names if no filenames are available
Vedant Kumar
2016-03-28
1
-4
/
+6
*
[Coverage] Fix the way we load "<unknown>:func" records
Vedant Kumar
2016-03-28
1
-0
/
+15
*
[Profiling] Add a -sparse mode to llvm-profdata merge
Vedant Kumar
2016-01-29
1
-11
/
+26
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-4
/
+8
*
InstrProf: Treat functions with a coverage map but no profile as unreached
Justin Bogner
2015-05-13
1
-0
/
+15
*
InstrProf: Strip filename prefixes from the names we display for coverage
Justin Bogner
2015-05-05
1
-0
/
+14
*
InstrProf: Don't combine expansion regions with code regions
Justin Bogner
2015-02-18
1
-0
/
+37
*
InstrProf: Handle unknown functions if they consist only of zero-regions
Justin Bogner
2015-02-18
1
-0
/
+13
*
InstrProf: Make CoverageMapping testable and add a basic unit test
Justin Bogner
2015-02-18
1
-0
/
+82
*
Re-apply "InstrProf: Use a test fixture in the coverage mapping tests"
Justin Bogner
2015-02-17
1
-67
/
+81
*
Reverting r229473; it does not compile with MSVC 2013, and I suspect it was m...
Aaron Ballman
2015-02-17
1
-77
/
+69
*
InstrProf: Use a test fixture in the coverage mapping tests
Justin Bogner
2015-02-17
1
-69
/
+77
*
InstrProf: Avoid using std::to_string
Justin Bogner
2015-02-05
1
-2
/
+4
*
InstrProf: std::to_string needs to #include <string>
Justin Bogner
2015-02-04
1
-0
/
+2
*
InstrProf: Add some unit tests for CoverageMapping
Justin Bogner
2015-02-04
1
-0
/
+112