summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PGO] fix prof symbol lookup bugXinliang David Li2016-02-101-0/+6
* Add comments to some testsXinliang David Li2016-02-091-0/+4
* Further reduce test overheadXinliang David Li2016-02-091-8/+4
* Simplify some expressions involving unique_ptr and ErrorOrDavid Blaikie2016-02-091-42/+42
* [PGO] Add interfaces to annotate instr with VP dataXinliang David Li2016-02-041-0/+55
* [PGO] Profile interface cleanupXinliang David Li2016-02-041-2/+6
* [PGO] Profile summary reader/writer supportXinliang David Li2016-02-031-0/+39
* Further reduce test timeXinliang David Li2016-01-301-6/+2
* [Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar2016-01-291-16/+47
* Improve test speed/trial 2Xinliang David Li2016-01-291-14/+12
* Revert 259242, 259243 -- irrelvante changes pulled inXinliang David Li2016-01-291-51/+13
* Use range for loopXinliang David Li2016-01-291-7/+5
* Improve test speed (interchange loop, reducing padding)Xinliang David Li2016-01-291-13/+53
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-8/+9
* Revert 258486 -- for a better fix coming soonXinliang David Li2016-01-221-60/+55
* [PGO] add an interface needed by icall promotionXinliang David Li2016-01-221-1/+3
* [PGO] eliminate use of static variableXinliang David Li2016-01-221-55/+60
* 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