summaryrefslogtreecommitdiff
path: root/unittests/ProfileData
AgeCommit message (Expand)AuthorFilesLines
2015-12-19Improve InstrProfSymtab test coverageXinliang David Li1-0/+27
2015-12-19[PGO] Add hash to name mapping in InstrProfSymtabXinliang David Li1-0/+24
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2-29/+68
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland1-2/+27
2015-12-10[ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland2-0/+103
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland1-20/+0
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland1-0/+20
2015-12-02[llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland1-1/+4
2015-12-01Use nullptr (NFC)Xinliang David Li1-1/+1
2015-11-28[PGO] Allow value profile writer interface to allocated target buffer Xinliang David Li1-1/+1
2015-11-25[PGO] Implement ValueProfiling Closure interfaces for runtime value profile dataXinliang David Li1-0/+92
2015-11-20Revert the revert 253497 and 253539 - These commits aren't the cause of the c...Daniel Sanders1-0/+32
2015-11-20Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.Daniel Sanders1-32/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)Nathan Slingerland1-0/+32
2015-11-10[PGO] Make indexed value profile data more compactXinliang David Li1-1/+58
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko1-15/+15
2015-11-02[PGO] Value profiling (index format) code cleanup and testingXinliang David Li1-0/+199
2015-09-29InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2-10/+20
2015-06-22InstrProf: Add a test for multiple copies of the same with different hashesJustin Bogner1-0/+6
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-18Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2-0/+99
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-17Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2-98/+0
2015-02-17InstrProf: Add missing header from r229478Justin Bogner1-0/+2
2015-02-17Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2-0/+96
2015-02-17InstrProf: Use a test fixture in the coverage mapping testsJustin Bogner1-69/+77
2015-02-16Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2-89/+0
2015-02-16InstrProf: Add unit tests for the profile reader and writerJustin Bogner2-0/+89
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 Bogner3-0/+136