aboutsummaryrefslogtreecommitdiff
path: root/unittests/ProfileData/InstrProfTest.cpp
AgeCommit message (Expand)Author
2017-07-10InstrProf: Fix unit test which accidentally used a duplicate nameVedant Kumar
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie
2017-07-07ProfData: Fix some unchecked Errors in unit testsDavid Blaikie
2017-07-06Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie
2017-07-06Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-06-04Fixed warning: must specify at least one argument for '...' parameter.Galina Kistanova
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer
2016-07-19Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar
2016-07-19Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar
2016-07-18[llvm-profdata] Speed up merging by using a thread poolVedant Kumar
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar
2016-05-13Remove runtime specific code from common headerXinliang David Li
2016-05-03[ProfileData] Assert NoError in InstrProfTestVedant Kumar
2016-04-22Fix some spelling mistakesDavid Majnemer
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-10Fix asan test failureXinliang David Li
2016-04-10[PGO] Fix deserialize bug Xinliang David Li
2016-04-10Clean up test caseXinliang David Li
2016-03-30[PGO] Use ArrayRef in annotateValueSite()Rong Xu
2016-03-28Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar
2016-03-28Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar
2016-03-28Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar
2016-03-28Revert "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar
2016-03-28[PGO] Fix name encoding for ObjC-like functionsVedant Kumar
2016-03-22[unittests] clang-format a line, NFCVedant Kumar
2016-03-18Interface to get/set profile summary metadata to moduleEaswaran Raman
2016-03-14Remove code added for debugging purposes. NFC.Easwaran Raman
2016-03-03Fix memory leak in tests.Easwaran Raman
2016-03-01Metadata support for profile summary.Easwaran Raman
2016-02-17Add a profile summary class specific to instrumentation profiles.Easwaran Raman
2016-02-12[PGO] Add another interface for annotateValueSiteRong Xu
2016-02-10[PGO] Make the number of records for each value site metada adjustableRong Xu
2016-02-10[PGO] fix prof symbol lookup bugXinliang David Li
2016-02-09Add comments to some testsXinliang David Li
2016-02-09Further reduce test overheadXinliang David Li
2016-02-09Simplify some expressions involving unique_ptr and ErrorOrDavid Blaikie
2016-02-04[PGO] Add interfaces to annotate instr with VP dataXinliang David Li
2016-02-04[PGO] Profile interface cleanupXinliang David Li
2016-02-03[PGO] Profile summary reader/writer supportXinliang David Li
2016-01-30Further reduce test timeXinliang David Li
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar
2016-01-29Improve test speed/trial 2Xinliang David Li