1. 45e56bf Fix gcc7 -Wdangling-else warning. NFCI. by Simon Pilgrim · 7 years ago
  2. 11acfd4 Fix use-after-free with profile remapping. by Richard Smith · 7 years ago
  3. 04af5ff Support for remapping profile data when symbols change, for sample-based by Richard Smith · 7 years ago
  4. bb05e42 Use createTemporaryFile in SampleProfTest by Alexander Kornienko · 7 years ago
  5. 5455b4c Fix filesystem race issue in SampleProfTest introduced in rL342283. by Wei Mi · 7 years ago
  6. ec13dea [SampleFDO] Add FunctionOffsetTable in compact binary format profile. by Wei Mi · 7 years ago
  7. 7253cd8 [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary. by Wei Mi · 7 years ago
  8. 93bc746 [SampleFDO] Add a new compact binary format for sample profile. by Wei Mi · 7 years ago
  9. f53ccf3 [SampleFDO] Extend SampleProfReader to handle demangled names. by Wei Mi · 7 years ago
  10. 16872e2 Remove redundant includes from unittests. by Michael Zolotukhin · 8 years ago
  11. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  12. b0353c6 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  13. 30c760d Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
  14. aaf3f04 Fix some Clang-tidy modernize and Include What You Use warnings. by Eugene Zelenko · 9 years ago
  15. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  16. 418032a Sample profile summary cleanup by Easwaran Raman · 9 years ago
  17. af640bf Interface to get/set profile summary metadata to module by Easwaran Raman · 9 years ago
  18. ea7d2ce Fix memory leak in tests. by Easwaran Raman · 10 years ago
  19. 5c299ca Use LineLocation instead of CallsiteLocation to index callsite profile. by Dehao Chen · 10 years ago
  20. 1283c1d Metadata support for profile summary. by Easwaran Raman · 10 years ago
  21. 4487840 Add profile summary support for sample profile. by Easwaran Raman · 10 years ago
  22. fd56824 [PGO] Handle and report overflow during profile merge for all types of data by Nathan Slingerland · 10 years ago
  23. 46cf0f0 [ProfileData] Add unit test infrastructure for sample profile reader/writer by Nathan Slingerland · 10 years ago