OSDN Git Service

ReleaseNotes for PowerPC
[android-x86/external-llvm.git] / lib / ProfileData /
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.
2017-02-27 Rong XuFix comments. NFC.
2017-02-25 Rong Xu[PGO] Directory name stripping in global identifier...
2017-02-22 Dehao ChenFix an obvious bug in SampleProfileReaderGCC.
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-17 Dan Gohman[WebAssembly] Add triple support for the new wasm objec...
2017-01-17 George RimarRecommit r292214 "[Support/Compression] - Change zlib...
2017-01-17 George RimarRevert r292214 "[Support/Compression] - Change zlib...
2017-01-17 George Rimar[Support/Compression] - Change zlib API to return Error...
2017-01-11 Rong XuResubmit "[PGO] Turn off comdat renaming in IR PGO...
2017-01-10 Rong XuRevert "[PGO] Turn off comdat renaming in IR PGO by...
2017-01-10 Rong Xu[PGO] Turn off comdat renaming in IR PGO by default
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-10-19 Rong Xu[PGO] Fix bogus warning for merging empty llvm profile...
2016-10-14 Vedant Kumar[Coverage] Support loading multiple binaries into a...
2016-10-12 Vedant Kumar[Coverage] Factor out logic to create FunctionRecords...
2016-09-30 Piotr PadlewskiNFC Add const
2016-08-31 Igor Kudrin[Coverage] Make sorting criteria for CounterMappingRegi...
2016-08-29 Teresa Johnson[ThinLTO] Indirect call promotion fixes for promoted...
2016-08-11 David MajnemerUse range algorithms instead of unpacking begin/end
2016-08-11 Eugene ZelenkoFix some Clang-tidy modernize and Include What You...
2016-07-21 Rong Xu[PGO] Make needsComdatForCounter() available (NFC)
2016-07-19 Vedant KumarRetry: [llvm-profdata] Speed up merging by using a...
2016-07-19 Vedant KumarRevert "[llvm-profdata] Speed up merging by using a...
2016-07-18 Vedant Kumar[llvm-profdata] Speed up merging by using a thread...
2016-07-15 Vedant Kumar[Coverage] Mark a few more methods const (NFC)
2016-07-13 Vedant Kumar[Coverage] Mark a few methods const (NFC)
2016-07-12 Xinliang David Li[PGO] Don't include full file path in static function...
2016-06-29 Vedant KumarRevert "[Coverage] Move logic to encode filenames and...
2016-06-29 Vedant KumarRevert "[Coverage] Clarify ownership of a MemoryBuffer...
2016-06-21 Vedant Kumar[Coverage] Clarify ownership of a MemoryBuffer in the...
2016-06-17 Vedant Kumar[Coverage] Move logic to encode filenames and mappings...
2016-06-17 Vedant Kumar[Coverage] Get rid of an input/output parameter (NFC)
2016-06-10 Xinliang David LiBug fix remove another illegal char from prof symbol...
2016-05-31 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
next