OSDN Git Service

Merging r367753:
[android-x86/external-llvm.git] / lib / ProfileData /
2019-07-09 Vedant Kumar[Profile] Support raw/indexed profiles larger than 4GB
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-14 Vedant Kumar[Coverage] Speculative fix for r363325 for an older...
2019-06-13 Vedant Kumar[Coverage] Load code coverage data from archives
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-04-30 Eric ChristopherFix a few -Werror warnings:
2019-04-30 Rong Xu[llvm-profdata] Add overlap command to compute similari...
2019-04-23 Dmitry MikulinThe error message for mismatched value sites is very...
2019-04-23 Fangrui SongUse llvm::stable_sort
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-04-03 Taewook Oh[ProfileSummary] Count callsite samples when computing...
2019-03-14 Than McIntosh[SampleFDO] add suffix elision control for fcn names
2019-03-06 Rong Xu[PGO] Context sensitive PGO (part 4)
2019-03-02 Mandeep Singh Grang[ProfileData] Sort FuncData before iteration to remove...
2019-02-28 Rong Xu[PGO] Context sensitive PGO (part 2)
2019-02-27 Rong XuRecommit r354930 "[PGO] Context sensitive PGO (part 1)"
2019-02-27 Vlad TsyrklevichRevert "[PGO] Context sensitive PGO (part 1)"
2019-02-26 Rong Xu[PGO] Context sensitive PGO (part 1)
2019-02-26 Reid Kleckner[llvm-cov] Fix llvm-cov on Windows and un-XFAIL test
2019-02-19 Vedant Kumar[llvm-cov] Add support for gcov --hash-filenames option
2019-02-05 Rong Xu[PGO] Use a function for creating variable for profile...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-08 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-08 Rong Xu[PGO] Revert r350442 to fix commit message.
2019-01-04 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-20 Calixte Denizet[gcov] Fix wrong line hit counts when multiple blocks...
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-09-06 Wei Mi[SampleFDO] Make sample profile loader unaware of compa...
2018-08-07 Vedant Kumar[Coverage] Ignore 'unused' functions with non-zero...
2018-08-07 Vedant Kumar[Coverage] Delete getCounterMismatches, it's dead code...
2018-07-26 Reid Kleckner[InstrProf] Use comdats on COFF for available_externall...
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-06-12 Wei Mi[NFC] Change sample profile format enum name SPF_Raw_Bi...
2018-06-11 Wei MiFix a warning issued by clang.
2018-06-11 Wei Mi[SampleFDO] Add a new compact binary format for sample...
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-08 Max Moroz[Coverage] Take filenames into account when loading...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-13 Mandeep Singh Grang[ProfileData] Change std::sort to llvm::sort in respons...
2018-04-13 Mircea Trofin[profile] Fix binary format reader error propagation.
2018-04-12 George Burgess IV[ProfileSummary] Remove repeated cutoffs; NFCI
2018-03-22 Mircea TrofinRevert "Revert "[InstrProf] Support for external functi...
2018-03-22 Benjamin KramerRevert "[InstrProf] Support for external functions...
2018-03-21 Mircea Trofin[InstrProf] Encapsulates access to AddrToMD5Map.
2018-03-21 Mircea Trofin[InstrProf] Support for external functions in text...
2018-03-07 Wei Mi[SampleFDO] Extend SampleProfReader to handle demangled...
2018-02-22 Mircea Trofin[SampleProf] NFC. Expose reusable functionality in...
2017-12-28 Benjamin KramerRemove superfluous copies in sample profiling.
2017-12-14 Zachary TurnerFix many -Wsign-compare and -Wtautological-constant...
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/ProfileData.
2017-12-07 Vedant Kumar[Coverage] Scan ahead for the most-recent completed...
2017-12-01 Zachary TurnerMark all library options as hidden.
2017-11-30 Vedant Kumar[Coverage] Use the most-recent completed region count...
2017-11-09 Vedant Kumar[Coverage] Use the wrapped segment when a line has...
2017-11-03 David BlaikieGCOV: Move GCOV from IR & Support into ProfileData...
2017-10-24 Vedant Kumar[Coverage] Provide a stable order for getInstantiationG...
2017-10-19 Vedant Kumar[Coverage] Simplify r316141. NFC.
2017-10-18 Vedant Kumar[llvm-cov] Move LineCoverageIterator to libCoverage...
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-10-12 NAKAMURA TakumiFix warnings. [-Wdocumentation]
2017-10-05 Rong Xu[ProfileData] Fix data racing in merging indexed profiles
2017-09-21 Vedant Kumar[llvm-cov] Improve error messaging for function mismatches
2017-09-18 Vedant Kumar[Coverage] Use gap regions to select better line exec...
2017-09-08 Vedant Kumar[Coverage] Build sorted and unique segments
2017-09-08 Vedant Kumar[Coverage] Define LineColPair for convenience. NFC.
2017-09-08 Vedant Kumar[Coverage] Report errors when reading malformed source...
2017-08-03 Dehao ChenFix the bug when SampleProfileWriter writes out number...
2017-08-02 Vedant Kumar[Coverage] Add an API to retrive all instantiations...
2017-08-01 Vedant Kumar[llvm-cov] Allow specifying distinct architectures...
2017-07-21 David Blaikie[ProfData] Detect if zlib is available
2017-07-10 David Blaikiellvm-profdata: Reduce memory usage by using Error callb...
2017-07-06 David BlaikiePrototype: Reduce llvm-profdata merge memory usage...
2017-06-30 Vedant Kumar[Coverage] Remove two overloads of CoverageMapping...
2017-06-29 David Blaikiellvm-profdata: Indirect infrequently used fields to...
2017-06-27 Xinliang David Li[ProfData] Make the method threadsafe
2017-06-26 Vedant Kumar[Coverage] Improve readability by using a struct. NFC.
2017-06-21 Eugene Zelenko[ProfileData, Support] Fix some Clang-tidy modernize...
2017-06-20 Vedant Kumar[Coverage] PR33517: Check for failure to load func...
2017-06-20 Vedant Kumar[ProfileData] PR33517: Check for failure of symtab...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-28 Benjamin Kramer[InstrProf] Use more ArrayRef/StringRef.
2017-05-11 Dehao ChenChange sample profile writer to make it deterministic.
2017-04-15 Vedant Kumar[ProfileData] Unify getInstrProf*SectionName helpers
2017-04-14 Xinliang David Li[Profile] Make host tool aware of object format when...
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Dehao ChenSamplePGO: convert callsite samples map key from callsi...
2017-04-04 Rong Xu[PGO] Memory intrinsic calls optimization based on...
2017-03-14 Dehao ChenSamplePGO ThinLTO ICP fix for local functions.
2017-03-03 Rong Xu[PGO] Text format profile reader needs to clear the...
2017-03-03 Eugene Zelenko[ProfileData] Fix some Clang-tidy modernize and Include...
2017-02-27 Rong Xu[PGO] Fix a bug in reading text format value profile.
next