summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/CoverageMappingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* InstrProf: Treat functions with a coverage map but no profile as unreachedJustin Bogner2015-05-131-0/+15
* InstrProf: Strip filename prefixes from the names we display for coverageJustin Bogner2015-05-051-0/+14
* InstrProf: Don't combine expansion regions with code regionsJustin Bogner2015-02-181-0/+37
* InstrProf: Handle unknown functions if they consist only of zero-regionsJustin Bogner2015-02-181-0/+13
* InstrProf: Make CoverageMapping testable and add a basic unit testJustin Bogner2015-02-181-0/+82
* Re-apply "InstrProf: Use a test fixture in the coverage mapping tests"Justin Bogner2015-02-171-67/+81
* Reverting r229473; it does not compile with MSVC 2013, and I suspect it was m...Aaron Ballman2015-02-171-77/+69
* InstrProf: Use a test fixture in the coverage mapping testsJustin Bogner2015-02-171-69/+77
* InstrProf: Avoid using std::to_stringJustin Bogner2015-02-051-2/+4
* InstrProf: std::to_string needs to #include <string>Justin Bogner2015-02-041-0/+2
* InstrProf: Add some unit tests for CoverageMappingJustin Bogner2015-02-041-0/+112
OpenPOWER on IntegriCloud