1. 3164fcf Add flag to llvm-profdata to allow symbols in profile data to be remapped, and by Richard Smith · 7 years ago
  2. c6ba9ca Make llvm-profdata show -text work as advertised in the documentation. by Richard Smith · 7 years ago
  3. d9be2c7 [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary. by Wei Mi · 7 years ago
  4. 432db3b Fix a typo in rL334447. by Wei Mi · 7 years ago
  5. a0c0857 [SampleFDO] Add a new compact binary format for sample profile. by Wei Mi · 7 years ago
  6. e46b756 [llvm-profdata] Use WithColor for printing errors by Jonas Devlieghere · 7 years ago
  7. 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  8. 188efda [llvm-profdata] Don't treat non-fatal merge errors as fatal by Vedant Kumar · 8 years ago
  9. faaa42a [llvm-profdata] Fix a dangling reference to an error string by Vedant Kumar · 8 years ago
  10. 1142b2d [llvm-profdata] Report if profile data file is IR- or FE-level by Adam Nemet · 8 years ago
  11. 8c0ff95 Bring r314809 back. by Rafael Espindola · 8 years ago
  12. bef94bc Revert D38481 due to missing cmake check for CPU_COUNT by Daniel Neilson · 8 years ago
  13. 6e182fb Use sched_getaffinity instead of std::thread::hardware_concurrency. by Rafael Espindola · 8 years ago
  14. 801b531 [ProfileData] Add new option to dump topn hottest functions by Xinliang David Li · 8 years ago
  15. 98cce00 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
  16. cf9d52c Prototype: Reduce llvm-profdata merge memory usage further by David Blaikie · 8 years ago
  17. b5794ca [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
  18. cd2aa0d Fix a couple of typos in memory intrinsic optimization output (NFC) by Teresa Johnson · 8 years ago
  19. 60faea1 Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls by Rong Xu · 9 years ago
  20. 971de62 Revert "[PGO] Value profile for size of memory intrinsic calls" by Eric Liu · 9 years ago
  21. 4ed5279 [PGO] Value profile for size of memory intrinsic calls by Rong Xu · 9 years ago
  22. 0cf1f56 [PGO] Refactor profile dumping function for ease of adding other profile kind by Rong Xu · 9 years ago
  23. fe90d86 [PGO] Fix a use-after-move. NFC. by Rong Xu · 9 years ago
  24. 2c684cf [PGO] Fix bogus warning for merging empty llvm profile file by Rong Xu · 9 years ago
  25. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  26. deda33c [Profile] dump ic value profile value/site-count histogram by Xinliang David Li · 9 years ago
  27. 253eb17 llvm-profdata: Clarify the top level help by Justin Bogner · 9 years ago
  28. a81f472 [llvm-profdata] Bring back reading profile data from STDIN. by Benjamin Kramer · 9 years ago
  29. 929e7db [profdata] Remove constructor that MSVC 2013 pretends to not understand. by Benjamin Kramer · 9 years ago
  30. 9a1bfcf Reapply r276185 by Xinliang David Li · 9 years ago
  31. ce3f385 Revert r276185 -- build bot failure by Xinliang David Li · 9 years ago
  32. d0b867e [Profile] support directory reading in profile merging by Xinliang David Li · 9 years ago
  33. e3a0bf5 Retry: [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
  34. 21ab20e Revert "[llvm-profdata] Speed up merging by using a thread pool" by Vedant Kumar · 9 years ago
  35. 0bd9907 [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
  36. 1afc1de Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. by Benjamin Kramer · 9 years ago
  37. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  38. cef4360 Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file" by Vedant Kumar · 9 years ago
  39. 8d0e861 Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"" by Vedant Kumar · 9 years ago
  40. f051269 Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file" by Vedant Kumar · 9 years ago
  41. 8788642 Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file" by Vedant Kumar · 9 years ago
  42. d8ee75b Retry "[llvm-profdata] Add option to ingest filepaths from a file" by Vedant Kumar · 9 years ago
  43. 0c30f89 [llvm-profdata] Revert r271709 and the 3 subsequent commits - the code by Chandler Carruth · 9 years ago
  44. f771a05 [llvm-profdata] Clean up the way we create the input filenames buffer (NFC) by Vedant Kumar · 9 years ago
  45. 8a3d717 [llvm-profdata] Fix use-after-free from discarded MemoryBuffer (NFC) by Vedant Kumar · 9 years ago
  46. d45a277 [llvm-profdata] Fix option description (NFC) by Vedant Kumar · 9 years ago
  47. 5c276d0 [llvm-profdata] Add option to ingest filepaths from a file by Vedant Kumar · 9 years ago
  48. 7f52001 Trim some spaces (NFC) by Vedant Kumar · 9 years ago
  49. 872362c [profile] show more statistics by Xinliang David Li · 9 years ago
  50. 7cefdb8 Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
  51. e5a17e3 Move ProfileSummary to IR. by Easwaran Raman · 9 years ago
  52. 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  53. 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  54. 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  55. 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  56. df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  57. 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  58. ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  59. 94158f9 Remove unused header, NFC by Vedant Kumar · 9 years ago
  60. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  61. 4309570 Add a profile summary class specific to instrumentation profiles. by Easwaran Raman · 10 years ago
  62. 33c76c0 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
  63. d0dfb67 [PGO] Revert r260146 as it breaks Darwin platforms. by Rong Xu · 10 years ago
  64. 1288a19 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
  65. d68aae2 Refactor profile summary support code. NFC. by Easwaran Raman · 10 years ago
  66. 00dab22 [Profiling] Add a -sparse mode to llvm-profdata merge by Vedant Kumar · 10 years ago
  67. 6ed987d [PGO] fix a bug in profile summary computation by Xinliang David Li · 10 years ago
  68. 565b301 [PGO] Move profile summary interface/impl into InstrProf.[*] /NFC by Xinliang David Li · 10 years ago
  69. 1985875 llvm-profdata.cpp: Fix comment lines. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  70. 183ebbe Display detailed profile summary in llvm-profdata tool. by Easwaran Raman · 10 years ago
  71. a716cc5 [PGO] Improve Indexed Profile Reader efficiency by Xinliang David Li · 10 years ago
  72. 48dd080 [PGO] Handle and report overflow during profile merge for all types of data by Nathan Slingerland · 10 years ago
  73. 7f5b47d [llvm-profdata] Add support for weighted merge of profile data (2nd try) by Nathan Slingerland · 10 years ago
  74. d3babdb Fix formatting. NFC. by Diego Novillo · 10 years ago
  75. cb921a1 Revert "[llvm-profdata] Add support for weighted merge of profile data" by Nathan Slingerland · 10 years ago
  76. 2a3dbe8 [llvm-profdata] Add support for weighted merge of profile data by Nathan Slingerland · 10 years ago
  77. 6f7c19a [PGO] Add --text option for llvm-profdata show|merge commands by Xinliang David Li · 10 years ago
  78. c21a44d [llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors by Nathan Slingerland · 10 years ago
  79. b2d95f0 [llvm-profdata] Fix unhandled enumeration values warning by Nathan Slingerland · 10 years ago
  80. 11c938d1 [llvm-profdata] Show hint for other mismatch errors when merging instr profdata by Nathan Slingerland · 10 years ago
  81. e6e30d5 [llvm-profdata] Improve error messaging when merging mismatched profile data by Nathan Slingerland · 10 years ago
  82. 4f82366 [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) by Nathan Slingerland · 10 years ago
  83. 911ced6 reverting r252916 to investigate test failure by Nathan Slingerland · 10 years ago
  84. f0e107e [llvm-profdata] Add check for text profile formats and improve error reporting by Nathan Slingerland · 10 years ago
  85. 2004f00 [PGO] Value profiling (index format) code cleanup and testing by Xinliang David Li · 10 years ago
  86. aae1ed8 Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles. by Diego Novillo · 10 years ago
  87. 9e9a057 InstrProf: Support for value profiling in the indexed profile format by Justin Bogner · 10 years ago
  88. c6d032a Check for errors after reading a sample profile in llvm-profdata. by Diego Novillo · 10 years ago
  89. 02b6fa9 modules: Move ProfileKinds to an anonymous namespace by Duncan P. N. Exon Smith · 10 years ago
  90. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  91. f044d3f Make helper functions static. by Benjamin Kramer · 11 years ago
  92. e71fb5c Assigning and copying command line option objects shouldn't be allowed. by Chris Bieneman · 11 years ago
  93. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  94. fcd5560 Use ErrorOr for the ::create factory on instrumented and sample profilers. by Diego Novillo · 11 years ago
  95. d5336ae Add show and merge tools for sample PGO profiles. by Diego Novillo · 11 years ago
  96. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  97. 759645e Support: Fix option handling when using cl::Required with aliasopt by Justin Bogner · 11 years ago
  98. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  99. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  100. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago