OSDN Git Service

[InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the Zero...
[android-x86/external-llvm.git] / lib / ProfileData /
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...
2016-05-29 Benjamin Kramer[ProfileData] Clean up string handling a bit.
2016-05-27 Benjamin Kramer[ProfData] Remove global constructor from ProfileSummar...
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-05-20 Benjamin Kramer[ProfileData] Thread unique_ptr through the summary...
2016-05-20 Igor Kudrin[Coverage] Fix an issue where improper coverage mapping...
2016-05-19 Easwaran RamanRemove specializations of ProfileSummary
2016-05-19 Easwaran RamanMove ProfileSummary to IR.
2016-05-19 Vedant KumarRetry^3 "[ProfileData] (llvm) Use Error in InstrProf...
2016-05-18 Igor Kudrin[Coverage] Ensure that coverage mapping data has an...
2016-05-16 Vedant KumarRevert "Retry^2 "[ProfileData] (llvm) Use Error in...
2016-05-16 Vedant KumarRetry^2 "[ProfileData] (llvm) Use Error in InstrProf...
2016-05-14 Chandler CarruthRevert "Retry "[ProfileData] (llvm) Use Error in InstrP...
2016-05-13 Vedant KumarRetry "[ProfileData] (llvm) Use Error in InstrProf...
2016-05-13 Vedant KumarRevert "(HEAD -> master, origin/master, origin/HEAD...
2016-05-13 Vedant Kumar[ProfileData] (llvm) Use Error in InstrProf and Coverag...
2016-05-11 Vedant Kumar[ProfileData] Use SoftInstrProfErrors to count soft...
2016-05-11 Vedant KumarUse an emplace_back for consistency, NFC
2016-05-10 Easwaran RamanRevert r269131
2016-05-10 Easwaran RamanReapply r266477 and r266488
2016-05-06 Rong Xu[PGO] Use rsplit to parse value-data line in text profi...
2016-05-05 Sean SilvaAdd a note about the "entry count" used the profile...
2016-05-05 Xinliang David Li[profile] Remove unneeded field in raw profile reader
2016-05-05 Igor Kudrin[Coverage] Combine counts of expansion regions if there...
2016-05-03 Vedant Kumar[ProfileData] Propagate an error from InstrProfSymtab
2016-05-03 Vedant Kumar[ProfileData] Add error codes for compression failures
2016-05-02 Vedant KumarRemove redundant return, NFC
2016-04-29 Easwaran RamanMove coverage related code into a separate library.
2016-04-25 Igor Kudrin[Coverage] Restore the correct count value after proces...
2016-04-22 Rong Xu[PGO] change the interface for createPGOFuncNameMetadata()
2016-04-21 Vedant Kumar[ProfileData] Report errors from InstrProfSymtab::create
2016-04-18 Igor KudrinReapply "[Coverage] Prevent detection of false instanti...
2016-04-18 Eric LiuRevert "Replace the use of MaxFunctionCount module...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-15 Easwaran RamanReplace the use of MaxFunctionCount module flag
2016-04-15 Igor KudrinRevert "[Coverage] Prevent detection of false instantia...
2016-04-15 Igor Kudrin[Coverage] Prevent detection of false instantiations...
2016-04-14 Betul Buyukkurt[PGO] Do not attach VP metadata if value count at site...
2016-04-14 Igor Kudrin[Coverage] Avoid unnecessary copying of std::vector
2016-04-11 Xinliang David LiAdd code comment/NFC
2016-04-10 Xinliang David Li[PGO] Fix deserialize bug
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-04-01 Rong XuFix buildbot lldb-amd64-ninja-netbsd7 failure
2016-04-01 Rong Xu[PGO] Refactor PGOFuncName meta data code to be used...
2016-03-31 Rong Xu[PGO] use emplace_back. NFC.
2016-03-30 Rong Xu[PGO] PGOFuncName in LTO optimizations
2016-03-30 Rong Xu[PGO] Use ArrayRef in annotateValueSite()
2016-03-28 Easwaran RamanSample profile summary cleanup
2016-03-28 Vedant KumarReapply (2x) "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Vedant KumarRevert "Reapply "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Vedant KumarReapply "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Easwaran RamanProfile summary cleanup.
2016-03-28 Adam Nemet[PGO] Comment how function pointers for indirect calls...
2016-03-28 Vedant KumarRevert "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Vedant Kumar[PGO] Fix name encoding for ObjC-like functions
next