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