summaryrefslogtreecommitdiff
path: root/unittests/ProfileData
AgeCommit message (Expand)Author
2018-06-12[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi
2018-06-11[SampleFDO] Add a new compact binary format for sample profile.Wei Mi
2018-05-08[Coverage] Take filenames into account when loading function records.Max Moroz
2018-04-07[unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-22Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin
2018-03-22Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer
2018-03-21[InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin
2018-03-21[InstrProf] Support for external functions in text format.Mircea Trofin
2018-03-07[SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
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