1. e3f6529 Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 years ago
  2. 29a21ba Revert "Revert "[InstrProf] Support for external functions in text format."" by Mircea Trofin · 8 years ago
  3. de18a2e Revert "[InstrProf] Support for external functions in text format." by Benjamin Kramer · 8 years ago
  4. 71349ff [InstrProf] Support for external functions in text format. by Mircea Trofin · 8 years ago
  5. 98cce00 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
  6. cf9d52c Prototype: Reduce llvm-profdata merge memory usage further by David Blaikie · 8 years ago
  7. 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
  8. b5794ca [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
  9. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  10. e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  11. 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  12. cdc7161 Fix some Clang-tidy modernize and Include What You Use warnings. by Eugene Zelenko · 9 years ago
  13. e3a0bf5 Retry: [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
  14. 21ab20e Revert "[llvm-profdata] Speed up merging by using a thread pool" by Vedant Kumar · 9 years ago
  15. 0bd9907 [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
  16. 38de59e [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. by Benjamin Kramer · 9 years ago
  17. 7cefdb8 Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
  18. e5a17e3 Move ProfileSummary to IR. by Easwaran Raman · 9 years ago
  19. 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  20. 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  21. 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  22. 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  23. df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  24. 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  25. ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  26. 42369db [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC by Vedant Kumar · 9 years ago
  27. 40ee23d Add profile summary support for sample profile. by Easwaran Raman · 10 years ago
  28. 4309570 Add a profile summary class specific to instrumentation profiles. by Easwaran Raman · 10 years ago
  29. 33c76c0 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
  30. d0dfb67 [PGO] Revert r260146 as it breaks Darwin platforms. by Rong Xu · 10 years ago
  31. 1288a19 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
  32. 3c88288 Fix a typo in comment by Xinliang David Li · 10 years ago
  33. 6c93ee8 [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
  34. 00dab22 [Profiling] Add a -sparse mode to llvm-profdata merge by Vedant Kumar · 10 years ago
  35. e1574f0 [PGO] Remove use of static variable. /NFC by Xinliang David Li · 10 years ago
  36. 46ad363 Revert 258486 -- for a better fix coming soon by Xinliang David Li · 10 years ago
  37. 876c202 [PGO] eliminate use of static variable by Xinliang David Li · 10 years ago
  38. 285d7bd Fix -Wmismatched-tags warning/error by Xinliang David Li · 10 years ago
  39. b606638 [PGO] Commonize (more) index profile file and buffer writer. by Xinliang David Li · 10 years ago
  40. a6b2c4f [PGO] clean up and documentation by Xinliang David Li · 10 years ago
  41. 062cde9 [PGO] Ensure vp data in indexed profile always sorted by Xinliang David Li · 10 years ago
  42. 51dc04c [PGO] Fix a bug in InstProfWriter addRecord by Xinliang David Li · 10 years ago
  43. 6005728 Fix a latent UAF bug in profwriter by Xinliang David Li · 10 years ago
  44. a716cc5 [PGO] Improve Indexed Profile Reader efficiency by Xinliang David Li · 10 years ago
  45. 49ee76d [PGO] Simplify computehash interface (NFC) by Xinliang David Li · 10 years ago
  46. 7f5b47d [llvm-profdata] Add support for weighted merge of profile data (2nd try) by Nathan Slingerland · 10 years ago
  47. e3bf4fd3 [PGO] Value profiling text format reader/writer support by Xinliang David Li · 10 years ago
  48. cb921a1 Revert "[llvm-profdata] Add support for weighted merge of profile data" by Nathan Slingerland · 10 years ago
  49. 2a3dbe8 [llvm-profdata] Add support for weighted merge of profile data by Nathan Slingerland · 10 years ago
  50. aa5702d [llvm-profdata] Change instr prof counter overflow to saturate rather than discard by Nathan Slingerland · 10 years ago
  51. c667683 [PGO] In llvm-profdata text dump, add comment lines as annotations by Xinliang David Li · 10 years ago
  52. 6f7c19a [PGO] Add --text option for llvm-profdata show|merge commands by Xinliang David Li · 10 years ago
  53. 437b1b3 Fix the Windows build, include <tuple> for std::tie by Reid Kleckner · 10 years ago
  54. a731829 [llvm-profdata] Add merge() to InstrProfRecord by Nathan Slingerland · 10 years ago
  55. 9955687 [PGO] Move value profile data definitions out of IndexedInstrProf by Xinliang David Li · 10 years ago
  56. ee41589 [PGO] Make indexed value profile data more compact by Xinliang David Li · 10 years ago
  57. 6aa216c Code style fix (caused by wrongly default clang-format style) (NFC) by Xinliang David Li · 10 years ago
  58. 2004f00 [PGO] Value profiling (index format) code cleanup and testing by Xinliang David Li · 10 years ago
  59. dab183ed Minor Instr PGO code restructuring by Xinliang David Li · 10 years ago
  60. 9e9a057 InstrProf: Support for value profiling in the indexed profile format by Justin Bogner · 10 years ago
  61. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  62. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  63. 2b6c537 Re-apply "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
  64. 5b3ad88 Revert "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
  65. 218d068 Re-apply "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
  66. fcb2de6 Revert "InstrProf: Add unit tests for the profile reader and writer" by Justin Bogner · 11 years ago
  67. f83e895f InstrProf: Add unit tests for the profile reader and writer by Justin Bogner · 11 years ago
  68. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  69. e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
  70. 821d747 InstrProf: Allow multiple functions with the same name by Justin Bogner · 11 years ago
  71. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  72. fa5b013 ProfileData: Avoid unnecessary copies of CounterData by Justin Bogner · 11 years ago
  73. a2bfd66 ProfileData: Remove an extra semicolon by Justin Bogner · 11 years ago
  74. e808171 OnDiskHashTable: Audit types and use offset_type consistently by Justin Bogner · 11 years ago
  75. b7aa263 ProfileData: Add support for the indexed instrprof format by Justin Bogner · 11 years ago
  76. 47b8768 ProfileData: Avoid brace initialization, windows doesn't like it by Justin Bogner · 12 years ago
  77. b9bd7f8 ProfileData: Introduce InstrProfWriter using the naive text format by Justin Bogner · 12 years ago