aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/CoverageMappingTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Rename StringMap::emplace_second to try_emplace.Benjamin Kramer1-1/+1
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-9/+9
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar1-9/+9
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-9/+9
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth1-9/+9
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-9/+9
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar1-9/+9
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar1-9/+9
2016-05-12[unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC)Vedant Kumar1-2/+2
2016-05-05[Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin1-0/+25
2016-05-03[ProfileData] Assert NoError in CoverageMappingTestVedant Kumar1-13/+13
2016-04-29Move coverage related code into a separate library.Easwaran Raman1-3/+3
2016-04-25[Coverage] Restore the correct count value after processing a nested region i...Igor Kudrin1-0/+20
2016-04-18Reapply "[Coverage] Prevent detection of false instantiations in case of macr...Igor Kudrin1-0/+38
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+1
2016-04-15Revert "[Coverage] Prevent detection of false instantiations in case of macro...Igor Kudrin1-38/+0
2016-04-15[Coverage] Prevent detection of false instantiations in case of macro expansion.Igor Kudrin1-0/+38
2016-04-15[Coverage] Add support for making test data for more than one function.Igor Kudrin1-83/+169
2016-04-14[Coverage] Update testing methods to support more than two filesIgor Kudrin1-11/+58
2016-03-28[Coverage] Strip <unknown> from PGO names if no filenames are availableVedant Kumar1-4/+6
2016-03-28[Coverage] Fix the way we load "<unknown>:func" recordsVedant Kumar1-0/+15
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar1-11/+26
2015-09-29InstrProf: Support for value profiling in the indexed profile formatJustin Bogner1-4/+8
2015-05-13InstrProf: Treat functions with a coverage map but no profile as unreachedJustin Bogner1-0/+15
2015-05-05InstrProf: Strip filename prefixes from the names we display for coverageJustin Bogner1-0/+14
2015-02-18InstrProf: Don't combine expansion regions with code regionsJustin Bogner1-0/+37
2015-02-18InstrProf: Handle unknown functions if they consist only of zero-regionsJustin Bogner1-0/+13
2015-02-18InstrProf: Make CoverageMapping testable and add a basic unit testJustin Bogner1-0/+82
2015-02-17Re-apply "InstrProf: Use a test fixture in the coverage mapping tests"Justin Bogner1-67/+81
2015-02-17Reverting r229473; it does not compile with MSVC 2013, and I suspect it was m...Aaron Ballman1-77/+69
2015-02-17InstrProf: Use a test fixture in the coverage mapping testsJustin Bogner1-69/+77
2015-02-05InstrProf: Avoid using std::to_stringJustin Bogner1-2/+4
2015-02-04InstrProf: std::to_string needs to #include <string>Justin Bogner1-0/+2
2015-02-04InstrProf: Add some unit tests for CoverageMappingJustin Bogner1-0/+112