OSDN Git Service

[InstSimplify] Fold another Select with And/Or pattern
[android-x86/external-llvm.git] / lib / ProfileData / InstrProf.cpp
2018-07-26 Reid Kleckner[InstrProf] Use comdats on COFF for available_externall...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
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...
2017-12-01 Zachary TurnerMark all library options as hidden.
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-06-29 David Blaikiellvm-profdata: Indirect infrequently used fields to...
2017-06-27 Xinliang David Li[ProfData] Make the method threadsafe
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-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-04 Rong Xu[PGO] Memory intrinsic calls optimization based on...
2017-03-14 Dehao ChenSamplePGO ThinLTO ICP fix for local functions.
2017-03-03 Eugene Zelenko[ProfileData] Fix some Clang-tidy modernize and Include...
2017-02-27 Rong XuFix comments. NFC.
2017-02-25 Rong Xu[PGO] Directory name stripping in global identifier...
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-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-08-29 Teresa Johnson[ThinLTO] Indirect call promotion fixes for promoted...
2016-07-21 Rong Xu[PGO] Make needsComdatForCounter() available (NFC)
2016-07-12 Xinliang David Li[PGO] Don't include full file path in static function...
2016-06-10 Xinliang David LiBug fix remove another illegal char from prof symbol...
2016-05-29 Benjamin Kramer[ProfileData] Clean up string handling a bit.
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-05-19 Vedant KumarRetry^3 "[ProfileData] (llvm) Use Error in InstrProf...
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-03 Vedant Kumar[ProfileData] Add error codes for compression failures
2016-05-02 Vedant KumarRemove redundant return, NFC
2016-04-22 Rong Xu[PGO] change the interface for createPGOFuncNameMetadata()
2016-04-14 Betul Buyukkurt[PGO] Do not attach VP metadata if value count at site...
2016-04-11 Xinliang David LiAdd code comment/NFC
2016-04-10 Xinliang David Li[PGO] Fix deserialize bug
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 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 Vedant KumarRevert "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Vedant Kumar[PGO] Fix name encoding for ObjC-like functions
2016-03-28 Vedant Kumar[Coverage] Strip <unknown> from PGO names if no filenam...
2016-03-28 Vedant Kumar[Coverage] Fix the way we load "<unknown>:func" records
2016-03-16 Xinliang David LiVariable name cleanup /NFC
2016-03-16 Vedant Kumar[ProfileData] Make a utility method public, NFC
2016-03-15 Teresa JohnsonMove global ID computation from Function to GlobalValue...
2016-02-12 Rong Xu[PGO] Add another interface for annotateValueSite
2016-02-10 Rong Xu[PGO] Make the number of records for each value site...
2016-02-09 Teresa JohnsonRefactor PGO function naming and MD5 hashing support...
2016-02-04 Xinliang David LiFunction name change /NFC
2016-02-04 Easwaran RamanRefactor profile summary support code. NFC.
2016-02-04 Xinliang David Li[PGO] Add interfaces to annotate instr with VP data
2016-02-04 Xinliang David Li[PGO] Profile interface cleanup
2016-02-03 Xinliang David LiFix uninitiazed variable use problem
2016-02-03 Xinliang David Li[PGO] Profile summary reader/writer support
2016-01-26 Xinliang David Li[PGO] allow pgo name collector to disable compression...
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-01-20 Xinliang David Li[PGO] Add a new interface to be used by Indirect Call...
2016-01-14 Xinliang David Li[PGO] Move profile summary interface/impl into InstrPro...
2016-01-12 Nathan Slingerland[Support] Add saturating multiply-add support function
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-04 Xinliang David Li[PGO] Simplify string parsing
2016-01-04 Xinliang David Li[PGO] Refactor string writer code
2016-01-04 Xinliang David Li[PGO]: Use efficient 'join' API for uncompressed string
2016-01-04 Xinliang David Li[PGO]: reserve space for string to avoid excessive...
2016-01-03 Xinliang David Li[PGO] simple refactoring (NFC)
2015-12-31 Xinliang David Li[PGO]: Implement Func PGO name string compression
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-18 Xinliang David Li[PGO] Cleanup: Move large member functions out of line...
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-15 Xinliang David LiInitialize all bytes in vp data (msan error)
2015-12-15 Xinliang David LiCoverage code refactoring /NFC
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-01 Xinliang David LiUse nullptr (NFC)
2015-11-28 Xinliang David Li[PGO] Move value profile format related structures...
next