summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-292-10/+20
* InstrProf: Add a test for multiple copies of the same with different hashesJustin Bogner2015-06-221-0/+6
* 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: Add unit tests for the profile reader and writer"Justin Bogner2015-02-182-0/+99
* 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
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-172-98/+0
* InstrProf: Add missing header from r229478Justin Bogner2015-02-171-0/+2
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-172-0/+96
* InstrProf: Use a test fixture in the coverage mapping testsJustin Bogner2015-02-171-69/+77
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-162-89/+0
* InstrProf: Add unit tests for the profile reader and writerJustin Bogner2015-02-162-0/+89
* 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-043-0/+136
OpenPOWER on IntegriCloud