summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug in testXinliang David Li2016-01-201-2/+2
* [PGO] Add a new interface to be used by Indirect Call PromotionXinliang David Li2016-01-201-0/+36
* InstrProfTest.cpp: Fix a warning. [-Wsign-compare]NAKAMURA Takumi2016-01-081-1/+1
* Add value site truncation unit testXinliang David Li2016-01-081-10/+56
* [PGO] Ensure vp data in indexed profile always sortedXinliang David Li2016-01-081-28/+0
* [PGO] Fix a bug in InstProfWriter addRecordXinliang David Li2016-01-081-0/+56
* Add explicit string checks in testXinliang David Li2016-01-041-2/+15
* [PGO]: Implement Func PGO name string compressionXinliang David Li2015-12-311-0/+61
* InstrProfTest.cpp: Don't assume string literals are always merged.NAKAMURA Takumi2015-12-271-29/+37
* Improve InstrProfSymtab test coverageXinliang David Li2015-12-191-0/+27
* [PGO] Add hash to name mapping in InstrProfSymtabXinliang David Li2015-12-191-0/+24
* [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