summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-12/+9
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-39/+49
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-49/+39
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-39/+49
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-49/+39
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-39/+49
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-49/+39
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-39/+49
* Remove runtime specific code from common headerXinliang David Li2016-05-131-42/+33
* [ProfileData] Assert NoError in InstrProfTestVedant Kumar2016-05-031-44/+44
* Fix some spelling mistakesDavid Majnemer2016-04-221-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-2/+3
* Fix asan test failureXinliang David Li2016-04-101-0/+2
* [PGO] Fix deserialize bug Xinliang David Li2016-04-101-0/+40
* Clean up test caseXinliang David Li2016-04-101-40/+36
* [PGO] Use ArrayRef in annotateValueSite()Rong Xu2016-03-301-1/+2
* Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar2016-03-281-2/+2
* Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* Revert "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* [PGO] Fix name encoding for ObjC-like functionsVedant Kumar2016-03-281-2/+2
* [unittests] clang-format a line, NFCVedant Kumar2016-03-221-3/+1
* Interface to get/set profile summary metadata to moduleEaswaran Raman2016-03-181-0/+14
* Remove code added for debugging purposes. NFC.Easwaran Raman2016-03-141-3/+3
* Fix memory leak in tests.Easwaran Raman2016-03-031-0/+1
* Metadata support for profile summary.Easwaran Raman2016-03-011-20/+32
* Add a profile summary class specific to instrumentation profiles.Easwaran Raman2016-02-171-5/+5
* [PGO] Add another interface for annotateValueSiteRong Xu2016-02-121-0/+20
* [PGO] Make the number of records for each value site metada adjustableRong Xu2016-02-101-10/+31
* [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
OpenPOWER on IntegriCloud