summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-161-29/+38
* [llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland2015-12-151-2/+27
* Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland2015-12-041-20/+0
* [llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland2015-12-041-0/+20
* [llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland2015-12-021-1/+4
* Use nullptr (NFC)Xinliang David Li2015-12-011-1/+1
* [PGO] Allow value profile writer interface to allocated target buffer Xinliang David Li2015-11-281-1/+1
* [PGO] Implement ValueProfiling Closure interfaces for runtime value profile dataXinliang David Li2015-11-251-0/+92
* Revert the revert 253497 and 253539 - These commits aren't the cause of the c...Daniel Sanders2015-11-201-0/+32
* Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.Daniel Sanders2015-11-201-32/+0
* [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)Nathan Slingerland2015-11-181-0/+32
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-101-1/+58
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-15/+15
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-0/+199
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-6/+12
* InstrProf: Add a test for multiple copies of the same with different hashesJustin Bogner2015-06-221-0/+6
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-181-0/+98
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-97/+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-171-0/+95
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-161-88/+0
* InstrProf: Add unit tests for the profile reader and writerJustin Bogner2015-02-161-0/+88
OpenPOWER on IntegriCloud