- ceed4eb Support for remapping profile data when symbols change, for by Richard Smith · 7 years ago
- 13e70cb [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
- 29a21ba Revert "Revert "[InstrProf] Support for external functions in text format."" by Mircea Trofin · 8 years ago
- de18a2e Revert "[InstrProf] Support for external functions in text format." by Benjamin Kramer · 8 years ago
- 556f8f6 [InstrProf] Encapsulates access to AddrToMD5Map. by Mircea Trofin · 8 years ago
- 71349ff [InstrProf] Support for external functions in text format. by Mircea Trofin · 8 years ago
- 910d3d0 InstrProf: Fix unit test which accidentally used a duplicate name by Vedant Kumar · 8 years ago
- 98cce00 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
- 94b98b2 ProfData: Fix some unchecked Errors in unit tests by David Blaikie · 8 years ago
- cf9d52c Prototype: Reduce llvm-profdata merge memory usage further by David Blaikie · 8 years ago
- 5b079d8 Simplify InstrProfRecord tests, eliminating named temporaries in favor of braced init args by David Blaikie · 8 years ago
- b5794ca [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
- 9417735 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
- 562e829 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
- e3a0bf5 Retry: [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
- 21ab20e Revert "[llvm-profdata] Speed up merging by using a thread pool" by Vedant Kumar · 9 years ago
- 0bd9907 [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
- 7cefdb8 Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
- 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
- 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
- df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
- 8e6b917 Remove runtime specific code from common header by Xinliang David Li · 9 years ago
- ec21081 [ProfileData] Assert NoError in InstrProfTest by Vedant Kumar · 10 years ago
- 68318e0 Fix some spelling mistakes by David Majnemer · 10 years ago
- 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
- 06d6ce2 Fix asan test failure by Xinliang David Li · 10 years ago
- 2846448 [PGO] Fix deserialize bug by Xinliang David Li · 10 years ago
- a3e0d45 Clean up test case by Xinliang David Li · 10 years ago
- 311ada1 [PGO] Use ArrayRef in annotateValueSite() by Rong Xu · 10 years ago
- 86705ba Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 10 years ago
- 476a94d Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" by Vedant Kumar · 10 years ago
- f20b6ce Reapply "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 10 years ago
- 088a726 Revert "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 10 years ago
- e44e0be [PGO] Fix name encoding for ObjC-like functions by Vedant Kumar · 10 years ago
- 0259b7b [unittests] clang-format a line, NFC by Vedant Kumar · 10 years ago
- 26628d3 Interface to get/set profile summary metadata to module by Easwaran Raman · 10 years ago
- f9709ee Remove code added for debugging purposes. NFC. by Easwaran Raman · 10 years ago
- 75c21a9 Fix memory leak in tests. by Easwaran Raman · 10 years ago
- 7c4f25d Metadata support for profile summary. by Easwaran Raman · 10 years ago
- 4309570 Add a profile summary class specific to instrumentation profiles. by Easwaran Raman · 10 years ago
- bb49490 [PGO] Add another interface for annotateValueSite by Rong Xu · 10 years ago
- 69683f1 [PGO] Make the number of records for each value site metada adjustable by Rong Xu · 10 years ago
- 86b4b91 [PGO] fix prof symbol lookup bug by Xinliang David Li · 10 years ago
- a0601e7 Add comments to some tests by Xinliang David Li · 10 years ago
- c2f25cc4 Further reduce test overhead by Xinliang David Li · 10 years ago
- fed557e Simplify some expressions involving unique_ptr and ErrorOr by David Blaikie · 10 years ago
- 402477d [PGO] Add interfaces to annotate instr with VP data by Xinliang David Li · 10 years ago
- 1e4c809 [PGO] Profile interface cleanup by Xinliang David Li · 10 years ago
- 6c93ee8 [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
- fe28ccc Further reduce test time by Xinliang David Li · 10 years ago
- 00dab22 [Profiling] Add a -sparse mode to llvm-profdata merge by Vedant Kumar · 10 years ago
- dd4ae7b Improve test speed/trial 2 by Xinliang David Li · 10 years ago
- a8ba7af Revert 259242, 259243 -- irrelvante changes pulled in by Xinliang David Li · 10 years ago
- bf38f39 Use range for loop by Xinliang David Li · 10 years ago
- 631c1ec Improve test speed (interchange loop, reducing padding) by Xinliang David Li · 10 years ago
- 6ac3f73 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
- 46ad363 Revert 258486 -- for a better fix coming soon by Xinliang David Li · 10 years ago
- 3865fdc [PGO] add an interface needed by icall promotion by Xinliang David Li · 10 years ago
- 876c202 [PGO] eliminate use of static variable by Xinliang David Li · 10 years ago
- da656fe Fix a bug in test by Xinliang David Li · 10 years ago
- 59411db [PGO] Add a new interface to be used by Indirect Call Promotion by Xinliang David Li · 10 years ago
- 249edf3 InstrProfTest.cpp: Fix a warning. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
- 872df22 Add value site truncation unit test by Xinliang David Li · 10 years ago
- 062cde9 [PGO] Ensure vp data in indexed profile always sorted by Xinliang David Li · 10 years ago
- 51dc04c [PGO] Fix a bug in InstProfWriter addRecord by Xinliang David Li · 10 years ago
- 8dec8b1 Add explicit string checks in test by Xinliang David Li · 10 years ago
- e413f1a [PGO]: Implement Func PGO name string compression by Xinliang David Li · 10 years ago
- 7345ac0 InstrProfTest.cpp: Don't assume string literals are always merged. by NAKAMURA Takumi · 10 years ago
- c96d3d1 Improve InstrProfSymtab test coverage by Xinliang David Li · 10 years ago
- 2ee5c4d [PGO] Add hash to name mapping in InstrProfSymtab by Xinliang David Li · 10 years ago
- 48dd080 [PGO] Handle and report overflow during profile merge for all types of data by Nathan Slingerland · 10 years ago
- 7f5b47d [llvm-profdata] Add support for weighted merge of profile data (2nd try) by Nathan Slingerland · 10 years ago
- cb921a1 Revert "[llvm-profdata] Add support for weighted merge of profile data" by Nathan Slingerland · 10 years ago
- 2a3dbe8 [llvm-profdata] Add support for weighted merge of profile data by Nathan Slingerland · 10 years ago
- aa5702d [llvm-profdata] Change instr prof counter overflow to saturate rather than discard by Nathan Slingerland · 10 years ago
- 0e6a36e Use nullptr (NFC) by Xinliang David Li · 10 years ago
- 4cccee5 [PGO] Allow value profile writer interface to allocated target buffer by Xinliang David Li · 10 years ago
- ed96677 [PGO] Implement ValueProfiling Closure interfaces for runtime value profile data by Xinliang David Li · 10 years ago
- be9db3c Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures. by Daniel Sanders · 10 years ago
- ad6c04d Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. by Daniel Sanders · 10 years ago
- 617c600 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try) by Nathan Slingerland · 10 years ago
- ee41589 [PGO] Make indexed value profile data more compact by Xinliang David Li · 10 years ago
- ffec81c Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
- 2004f00 [PGO] Value profiling (index format) code cleanup and testing by Xinliang David Li · 10 years ago
- 9e9a057 InstrProf: Support for value profiling in the indexed profile format by Justin Bogner · 10 years ago
- 09829f4 InstrProf: Add a test for multiple copies of the same with different hashes by Justin Bogner · 10 years ago
- 2b6c537 Re-apply "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
- 5b3ad88 Revert "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
- 74f2e94 InstrProf: Add missing header from r229478 by Justin Bogner · 11 years ago
- 218d068 Re-apply "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
- fcb2de6 Revert "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
- f83e895f InstrProf: Add unit tests for the profile reader and writer by Justin Bogner · 11 years ago