summaryrefslogtreecommitdiff
path: root/lib/ProfileData
AgeCommit message (Expand)Author
2017-12-28Remove superfluous copies in sample profiling.Benjamin Kramer
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-13Remove redundant includes from lib/ProfileData.Michael Zolotukhin
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar
2017-12-01Mark all library options as hidden.Zachary Turner
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-11-03GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie
2017-10-24[Coverage] Provide a stable order for getInstantiationGroupsVedant Kumar
2017-10-19[Coverage] Simplify r316141. NFC.Vedant Kumar
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-12Fix warnings. [-Wdocumentation]NAKAMURA Takumi
2017-10-05[ProfileData] Fix data racing in merging indexed profilesRong Xu
2017-09-21[llvm-cov] Improve error messaging for function mismatchesVedant Kumar
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-08[Coverage] Build sorted and unique segmentsVedant Kumar
2017-09-08[Coverage] Define LineColPair for convenience. NFC.Vedant Kumar
2017-09-08[Coverage] Report errors when reading malformed source regionsVedant Kumar
2017-08-03Fix the bug when SampleProfileWriter writes out number of callsites.Dehao Chen
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar
2017-08-01[llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar
2017-07-21[ProfData] Detect if zlib is availableDavid Blaikie
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie
2017-07-06Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie
2017-06-30[Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar
2017-06-29llvm-profdata: Indirect infrequently used fields to reduce memory usageDavid Blaikie
2017-06-27[ProfData] Make the method threadsafeXinliang David Li
2017-06-26[Coverage] Improve readability by using a struct. NFC.Vedant Kumar
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko
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-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-28[InstrProf] Use more ArrayRef/StringRef.Benjamin Kramer
2017-05-11Change sample profile writer to make it deterministic.Dehao Chen
2017-04-15[ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar
2017-04-14[Profile] Make host tool aware of object format when quering prof section names Xinliang David Li
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-04-13SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen
2017-04-04[PGO] Memory intrinsic calls optimization based on profiled sizeRong Xu
2017-03-14SamplePGO ThinLTO ICP fix for local functions.Dehao Chen
2017-03-03[PGO] Text format profile reader needs to clear the value profileRong Xu
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko
2017-02-27[PGO] Fix a bug in reading text format value profile.Rong Xu
2017-02-27Fix comments. NFC.Rong Xu
2017-02-25[PGO] Directory name stripping in global identifier for static functionsRong Xu
2017-02-22Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen
2017-01-28Cleanup dump() functions.Matthias Braun
2017-01-17[WebAssembly] Add triple support for the new wasm object formatDan Gohman