aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer1-6/+4
2016-07-19Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar1-0/+25
2016-07-19Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar1-25/+0
2016-07-18[llvm-profdata] Speed up merging by using a thread poolVedant Kumar1-0/+25
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman1-12/+9
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-39/+49
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar1-49/+39
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-39/+49
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth1-49/+39
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-39/+49
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar1-49/+39
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar1-39/+49
2016-05-13Remove runtime specific code from common headerXinliang David Li1-42/+33
2016-05-03[ProfileData] Assert NoError in InstrProfTestVedant Kumar1-44/+44
2016-04-22Fix some spelling mistakesDavid Majnemer1-1/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-2/+3
2016-04-10Fix asan test failureXinliang David Li1-0/+2
2016-04-10[PGO] Fix deserialize bug Xinliang David Li1-0/+40
2016-04-10Clean up test caseXinliang David Li1-40/+36
2016-03-30[PGO] Use ArrayRef in annotateValueSite()Rong Xu1-1/+2
2016-03-28Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar1-2/+2
2016-03-28Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar1-2/+2
2016-03-28Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar1-2/+2
2016-03-28Revert "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar1-2/+2
2016-03-28[PGO] Fix name encoding for ObjC-like functionsVedant Kumar1-2/+2
2016-03-22[unittests] clang-format a line, NFCVedant Kumar1-3/+1
2016-03-18Interface to get/set profile summary metadata to moduleEaswaran Raman1-0/+14
2016-03-14Remove code added for debugging purposes. NFC.Easwaran Raman1-3/+3
2016-03-03Fix memory leak in tests.Easwaran Raman1-0/+1
2016-03-01Metadata support for profile summary.Easwaran Raman1-20/+32
2016-02-17Add a profile summary class specific to instrumentation profiles.Easwaran Raman1-5/+5
2016-02-12[PGO] Add another interface for annotateValueSiteRong Xu1-0/+20
2016-02-10[PGO] Make the number of records for each value site metada adjustableRong Xu1-10/+31
2016-02-10[PGO] fix prof symbol lookup bugXinliang David Li1-0/+6
2016-02-09Add comments to some testsXinliang David Li1-0/+4
2016-02-09Further reduce test overheadXinliang David Li1-8/+4
2016-02-09Simplify some expressions involving unique_ptr and ErrorOrDavid Blaikie1-42/+42
2016-02-04[PGO] Add interfaces to annotate instr with VP dataXinliang David Li1-0/+55
2016-02-04[PGO] Profile interface cleanupXinliang David Li1-2/+6
2016-02-03[PGO] Profile summary reader/writer supportXinliang David Li1-0/+39
2016-01-30Further reduce test timeXinliang David Li1-6/+2
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar1-16/+47
2016-01-29Improve test speed/trial 2Xinliang David Li1-14/+12
2016-01-29Revert 259242, 259243 -- irrelvante changes pulled inXinliang David Li1-51/+13
2016-01-29Use range for loopXinliang David Li1-7/+5
2016-01-29Improve test speed (interchange loop, reducing padding)Xinliang David Li1-13/+53
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko1-8/+9
2016-01-22Revert 258486 -- for a better fix coming soonXinliang David Li1-60/+55
2016-01-22[PGO] add an interface needed by icall promotionXinliang David Li1-1/+3
2016-01-22[PGO] eliminate use of static variableXinliang David Li1-55/+60