- d7d7903 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
- f9380af [PGO] Revert r350442 to fix commit message. by Rong Xu · 7 years ago
- faf2047 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
- aeb706b [InstrProf] Use comdats on COFF for available_externally functions by Reid Kleckner · 7 years ago
- 26b584c Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 21d9c7a Revert "Revert "[InstrProf] Support for external functions in text format."" by Mircea Trofin · 7 years ago
- 364eb09 Revert "[InstrProf] Support for external functions in text format." by Benjamin Kramer · 7 years ago
- 06b0783 [InstrProf] Encapsulates access to AddrToMD5Map. by Mircea Trofin · 7 years ago
- 6667715 [InstrProf] Support for external functions in text format. by Mircea Trofin · 7 years ago
- 9a4e15c Mark all library options as hidden. by Zachary Turner · 8 years ago
- 8fc7dc6 [ProfData] Detect if zlib is available by David Blaikie · 8 years ago
- cb16061 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
- 6956b5e llvm-profdata: Indirect infrequently used fields to reduce memory usage by David Blaikie · 8 years ago
- 65340be [ProfData] Make the method threadsafe by Xinliang David Li · 8 years ago
- b945463 [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
- e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 0dbb153 [InstrProf] Use more ArrayRef/StringRef. by Benjamin Kramer · 8 years ago
- 737d8b6 [ProfileData] Unify getInstrProf*SectionName helpers by Vedant Kumar · 8 years ago
- e8752f4 [Profile] Make host tool aware of object format when quering prof section names by Xinliang David Li · 8 years ago
- 2fc706b [Profile] PE binary coverage bug fix by Xinliang David Li · 8 years ago
- 9e52f8e [PGO] Memory intrinsic calls optimization based on profiled size by Rong Xu · 8 years ago
- cd2a5b6 SamplePGO ThinLTO ICP fix for local functions. by Dehao Chen · 8 years ago
- f4f67a0 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 8c89621 Fix comments. NFC. by Rong Xu · 9 years ago
- dd2b6c5 [PGO] Directory name stripping in global identifier for static functions by Rong Xu · 9 years ago
- c67238a [WebAssembly] Add triple support for the new wasm object format by Dan Gohman · 9 years ago
- ef935cd Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status" by George Rimar · 9 years ago
- 7c0ccdc Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status." by George Rimar · 9 years ago
- 4a6a534 [Support/Compression] - Change zlib API to return Error instead of custom status. by George Rimar · 9 years ago
- 6d80fe7 Resubmit "[PGO] Turn off comdat renaming in IR PGO by default" by Rong Xu · 9 years ago
- de4116d Revert "[PGO] Turn off comdat renaming in IR PGO by default" by Rong Xu · 9 years ago
- 2cf892f [PGO] Turn off comdat renaming in IR PGO by default by Rong Xu · 9 years ago
- 5b1c9f3 Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
- c887230 [PGO] Fix bogus warning for merging empty llvm profile file by Rong Xu · 9 years ago
- cf53871 [ThinLTO] Indirect call promotion fixes for promoted local functions by Teresa Johnson · 9 years ago
- 8dbdfe6 [PGO] Make needsComdatForCounter() available (NFC) by Rong Xu · 9 years ago
- f5c9f76 [PGO] Don't include full file path in static function profile counter names by Xinliang David Li · 9 years ago
- f4c1325 Bug fix remove another illegal char from prof symbol name by Xinliang David Li · 9 years ago
- 2ff22b7 [ProfileData] Clean up string handling a bit. by Benjamin Kramer · 9 years ago
- 84e27c2 Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 9 years ago
- c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
- 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 2e531af Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
- db1d476 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 8007bdd Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 5b34ed8 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
- 6d6b3df [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC by Vedant Kumar · 9 years ago
- 412cddb Use an emplace_back for consistency, NFC by Vedant Kumar · 9 years ago
- 707e782 [ProfileData] Add error codes for compression failures by Vedant Kumar · 9 years ago
- 0cd1649 Remove redundant return, NFC by Vedant Kumar · 9 years ago
- efee6b3 [PGO] change the interface for createPGOFuncNameMetadata() by Rong Xu · 9 years ago
- d14f0db [PGO] Do not attach VP metadata if value count at site is 0 [NFC] by Betul Buyukkurt · 9 years ago
- 6a7ae27 Add code comment/NFC by Xinliang David Li · 9 years ago
- 6aa584f [PGO] Fix deserialize bug by Xinliang David Li · 9 years ago
- ba623ac Fix buildbot lldb-amd64-ninja-netbsd7 failure by Rong Xu · 9 years ago
- a7f5174 [PGO] Refactor PGOFuncName meta data code to be used in clang by Rong Xu · 9 years ago
- 051ce12 [PGO] use emplace_back. NFC. by Rong Xu · 9 years ago
- 3744401 [PGO] PGOFuncName in LTO optimizations by Rong Xu · 9 years ago
- 34be7e6 [PGO] Use ArrayRef in annotateValueSite() by Rong Xu · 9 years ago
- 76bf991 Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
- 0afb669 Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" by Vedant Kumar · 9 years ago
- e15d81a Reapply "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
- beaf3d1 Revert "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
- f63fe23 [PGO] Fix name encoding for ObjC-like functions by Vedant Kumar · 9 years ago
- ab3787a [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 9 years ago
- 9c51ac3 [Coverage] Fix the way we load "<unknown>:func" records by Vedant Kumar · 9 years ago
- 082ab5f Variable name cleanup /NFC by Xinliang David Li · 9 years ago
- 4e25daf [ProfileData] Make a utility method public, NFC by Vedant Kumar · 9 years ago
- 54d058e Move global ID computation from Function to GlobalValue (NFC) by Teresa Johnson · 9 years ago
- 2ee5bb8 [PGO] Add another interface for annotateValueSite by Rong Xu · 10 years ago
- 2465700 [PGO] Make the number of records for each value site metada adjustable by Rong Xu · 10 years ago
- 9ac7dce Refactor PGO function naming and MD5 hashing support out of ProfileData by Teresa Johnson · 10 years ago
- 51000e3 Function name change /NFC by Xinliang David Li · 10 years ago
- 4bf45e8 Refactor profile summary support code. NFC. by Easwaran Raman · 10 years ago
- f45c13d [PGO] Add interfaces to annotate instr with VP data by Xinliang David Li · 10 years ago
- 730d934 [PGO] Profile interface cleanup by Xinliang David Li · 10 years ago
- 42800d1 Fix uninitiazed variable use problem by Xinliang David Li · 10 years ago
- 8fd9cfb [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
- 5b81543 [PGO] allow pgo name collector to disable compression (for testing)/NFC by Xinliang David Li · 10 years ago
- 51ecde1 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
- 6d3068a [PGO] Add a new interface to be used by Indirect Call Promotion by Xinliang David Li · 10 years ago
- fc8577b [PGO] Move profile summary interface/impl into InstrProf.[*] /NFC by Xinliang David Li · 10 years ago
- 21314fb [Support] Add saturating multiply-add support function by Nathan Slingerland · 10 years ago
- 4f87d12 [PGO] Fix a bug in InstProfWriter addRecord by Xinliang David Li · 10 years ago
- cc6a69d [PGO] Simplify string parsing by Xinliang David Li · 10 years ago
- d8ecf86 [PGO] Refactor string writer code by Xinliang David Li · 10 years ago
- 8abd63f [PGO]: Use efficient 'join' API for uncompressed string by Xinliang David Li · 10 years ago
- 1de675f [PGO]: reserve space for string to avoid excessive memory realloc/copy (non linear) by Xinliang David Li · 10 years ago
- 0620569 [PGO] simple refactoring (NFC) by Xinliang David Li · 10 years ago
- f2f39d6 [PGO]: Implement Func PGO name string compression by Xinliang David Li · 10 years ago
- cfbaf11 [PGO] Improve Indexed Profile Reader efficiency by Xinliang David Li · 10 years ago
- 272ce19 Minor clean up -- move large single use method out of header(NFC) by Xinliang David Li · 10 years ago
- bde8257 [PGO] Cleanup: Move large member functions out of line (NFC) by Xinliang David Li · 10 years ago
- 5c54253 [PGO] Simplify computehash interface (NFC) by Xinliang David Li · 10 years ago
- 7284c4e Initialize all bytes in vp data (msan error) by Xinliang David Li · 10 years ago
- 28aa0a5 Coverage code refactoring /NFC by Xinliang David Li · 10 years ago
- 59ef72d [PGO] Stop using invalid char in instr variable names. by Xinliang David Li · 10 years ago
- d70808f [PGO] Revert r255365: solution incomplete, not handling lambda yet by Xinliang David Li · 10 years ago
- b6b389a [PGO] Stop using invalid char in instr variable names. by Xinliang David Li · 10 years ago