summaryrefslogtreecommitdiff
path: root/unittests/ProfileData
AgeCommit message (Expand)Author
2017-11-30[Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-10-19[Coverage] Simplify r316141. NFC.Vedant Kumar
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar
2017-09-09CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation]NAKAMURA Takumi
2017-09-08[Coverage] Build sorted and unique segmentsVedant Kumar
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar
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-30Try to appease a buildbot.Vedant Kumar
2017-06-30[Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar
2017-06-20[Coverage] PR33517: Check for failure to load func recordsVedant Kumar
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-06-04Fixed warning: must specify at least one argument for '...' parameter.Galina Kistanova
2017-03-11Fix signed/unsigned comparison warningSimon Pilgrim
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
2016-10-14[Coverage] Support loading multiple binaries into a CoverageMappingVedant Kumar
2016-10-13[unittests] Remove a redundant test fixture (NFC)Vedant Kumar
2016-10-12[unittests] Delete even more copy constructors (NFC)Vedant Kumar
2016-10-12[unittests] Delete some copy constructors (NFC)Vedant Kumar
2016-10-12[unittest] Pass a reference instead of making a copy (NFC)Vedant Kumar
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer
2016-07-21Rename StringMap::emplace_second to try_emplace.Benjamin Kramer
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-12[unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC)Vedant Kumar
2016-05-10Revert r269131Easwaran Raman
2016-05-10Reapply r266477 and r266488Easwaran Raman
2016-05-05[Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin
2016-05-03[ProfileData] Assert NoError in CoverageMappingTestVedant Kumar
2016-05-03[ProfileData] Assert NoError in InstrProfTestVedant Kumar
2016-04-29Move coverage related code into a separate library.Easwaran Raman
2016-04-28Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko
2016-04-25[Coverage] Restore the correct count value after processing a nested region i...Igor Kudrin
2016-04-22Fix some spelling mistakesDavid Majnemer
2016-04-18Reapply "[Coverage] Prevent detection of false instantiations in case of macr...Igor Kudrin