- e3f6529 Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 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
- 71349ff [InstrProf] Support for external functions in text format. by Mircea Trofin · 8 years ago
- 98cce00 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
- cf9d52c Prototype: Reduce llvm-profdata merge memory usage further by David Blaikie · 8 years ago
- 72208a8 [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- b5794ca [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
- cdc7161 Fix some Clang-tidy modernize and Include What You Use warnings. by Eugene Zelenko · 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
- 38de59e [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. by Benjamin Kramer · 9 years ago
- 7cefdb8 Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
- e5a17e3 Move ProfileSummary to IR. 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
- 42369db [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC by Vedant Kumar · 9 years ago
- 40ee23d Add profile summary support for sample profile. by Easwaran Raman · 10 years ago
- 4309570 Add a profile summary class specific to instrumentation profiles. by Easwaran Raman · 10 years ago
- 33c76c0 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
- d0dfb67 [PGO] Revert r260146 as it breaks Darwin platforms. by Rong Xu · 10 years ago
- 1288a19 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
- 3c88288 Fix a typo in comment by Xinliang David Li · 10 years ago
- 6c93ee8 [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
- 00dab22 [Profiling] Add a -sparse mode to llvm-profdata merge by Vedant Kumar · 10 years ago
- e1574f0 [PGO] Remove use of static variable. /NFC by Xinliang David Li · 10 years ago
- 46ad363 Revert 258486 -- for a better fix coming soon by Xinliang David Li · 10 years ago
- 876c202 [PGO] eliminate use of static variable by Xinliang David Li · 10 years ago
- 285d7bd Fix -Wmismatched-tags warning/error by Xinliang David Li · 10 years ago
- b606638 [PGO] Commonize (more) index profile file and buffer writer. by Xinliang David Li · 10 years ago
- a6b2c4f [PGO] clean up and documentation 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
- 6005728 Fix a latent UAF bug in profwriter by Xinliang David Li · 10 years ago
- a716cc5 [PGO] Improve Indexed Profile Reader efficiency by Xinliang David Li · 10 years ago
- 49ee76d [PGO] Simplify computehash interface (NFC) by Xinliang David Li · 10 years ago
- 7f5b47d [llvm-profdata] Add support for weighted merge of profile data (2nd try) by Nathan Slingerland · 10 years ago
- e3bf4fd3 [PGO] Value profiling text format reader/writer support by Xinliang David Li · 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
- c667683 [PGO] In llvm-profdata text dump, add comment lines as annotations by Xinliang David Li · 10 years ago
- 6f7c19a [PGO] Add --text option for llvm-profdata show|merge commands by Xinliang David Li · 10 years ago
- 437b1b3 Fix the Windows build, include <tuple> for std::tie by Reid Kleckner · 10 years ago
- a731829 [llvm-profdata] Add merge() to InstrProfRecord by Nathan Slingerland · 10 years ago
- 9955687 [PGO] Move value profile data definitions out of IndexedInstrProf by Xinliang David Li · 10 years ago
- ee41589 [PGO] Make indexed value profile data more compact by Xinliang David Li · 10 years ago
- 6aa216c Code style fix (caused by wrongly default clang-format style) (NFC) by Xinliang David Li · 10 years ago
- 2004f00 [PGO] Value profiling (index format) code cleanup and testing by Xinliang David Li · 10 years ago
- dab183ed Minor Instr PGO code restructuring by Xinliang David Li · 10 years ago
- 9e9a057 InstrProf: Support for value profiling in the indexed profile format by Justin Bogner · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 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
- 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
- d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
- e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
- 821d747 InstrProf: Allow multiple functions with the same name by Justin Bogner · 11 years ago
- 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
- fa5b013 ProfileData: Avoid unnecessary copies of CounterData by Justin Bogner · 11 years ago
- a2bfd66 ProfileData: Remove an extra semicolon by Justin Bogner · 11 years ago
- e808171 OnDiskHashTable: Audit types and use offset_type consistently by Justin Bogner · 11 years ago
- b7aa263 ProfileData: Add support for the indexed instrprof format by Justin Bogner · 11 years ago
- 47b8768 ProfileData: Avoid brace initialization, windows doesn't like it by Justin Bogner · 12 years ago
- b9bd7f8 ProfileData: Introduce InstrProfWriter using the naive text format by Justin Bogner · 12 years ago