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