1. 2843635 Support for remapping profile data when symbols change, for sample-based by Richard Smith · 7 years ago
  2. 6a14325 [SampleFDO] Add FunctionOffsetTable in compact binary format profile. by Wei Mi · 7 years ago
  3. 94d44c9 [SampleFDO] Make sample profile loader unaware of compact format change. by Wei Mi · 7 years ago
  4. c6b96c8 Fix a warning issued by clang. 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. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  7. 984ab0f [SampleFDO] Extend SampleProfReader to handle demangled names. by Wei Mi · 8 years ago
  8. 260fe3e Fix many -Wsign-compare and -Wtautological-constant-compare warnings. by Zachary Turner · 8 years ago
  9. 12ab07e Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  10. 2c7ca9b SamplePGO: convert callsite samples map key from callsite_location to callsite_location+callee_name by Dehao Chen · 8 years ago
  11. e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  12. 920677a Fix an obvious bug in SampleProfileReaderGCC. by Dehao Chen · 9 years ago
  13. 0da23a2 [ProfileData] Clean up string handling a bit. by Benjamin Kramer · 9 years ago
  14. 38de59e [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. by Benjamin Kramer · 9 years ago
  15. 7cefdb8 Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
  16. e5a17e3 Move ProfileSummary to IR. by Easwaran Raman · 9 years ago
  17. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  18. 57d1dda Use LineLocation instead of CallsiteLocation to index callsite profile. by Dehao Chen · 10 years ago
  19. 40ee23d Add profile summary support for sample profile. by Easwaran Raman · 10 years ago
  20. 48dd080 [PGO] Handle and report overflow during profile merge for all types of data by Nathan Slingerland · 10 years ago
  21. 51abea7 [ProfileData] Add unit test infrastructure for sample profile reader/writer by Nathan Slingerland · 10 years ago
  22. 8e415a8 SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples by Diego Novillo · 10 years ago
  23. 4f82366 [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) by Nathan Slingerland · 10 years ago
  24. 911ced6 reverting r252916 to investigate test failure by Nathan Slingerland · 10 years ago
  25. f0e107e [llvm-profdata] Add check for text profile formats and improve error reporting by Nathan Slingerland · 10 years ago
  26. 4b6bdb5 SamplePGO - Move FunctionSamples::print() to a better location. NFC. by Diego Novillo · 10 years ago
  27. 1004241 Tolerate negative offset when matching sample profile. by Dehao Chen · 10 years ago
  28. b93483d Sample profiles - Re-arrange binary format to emit head samples only on top functions. by Diego Novillo · 10 years ago
  29. 38be333 Sample Profiles - Adjust integer types. Mostly NFC. by Diego Novillo · 10 years ago
  30. bb5605c Sample profiles - Add documentation for binary profile encoding. NFC. by Diego Novillo · 10 years ago
  31. 43396fa Sample profile reader - remove dead code. NFC. by Diego Novillo · 10 years ago
  32. 760c5a8 Sample profiles - Add a name table to the binary encoding. by Diego Novillo · 10 years ago
  33. a7f1e8e Add inline stack streaming to binary sample profiles. by Diego Novillo · 10 years ago
  34. aae1ed8 Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles. by Diego Novillo · 10 years ago
  35. a082040 Revert "Handle inline stacks in gcov-encoded sample profiles." by Diego Novillo · 10 years ago
  36. b7fca57 Handle inline stacks in gcov-encoded sample profiles. by Diego Novillo · 10 years ago
  37. 91cbed8 Remove AutoFDO profile handling for GCC's LIPO. NFC. by Diego Novillo · 10 years ago
  38. 6722688 http://reviews.llvm.org/D13145 by Dehao Chen · 10 years ago
  39. 3376a78 GCC AutoFDO profile reader - Initial support. by Diego Novillo · 10 years ago
  40. fcd5560 Use ErrorOr for the ::create factory on instrumented and sample profilers. by Diego Novillo · 11 years ago
  41. d5336ae Add show and merge tools for sample PGO profiles. by Diego Novillo · 11 years ago
  42. c572e92 Add profile writing capabilities for sampling profiles. by Diego Novillo · 11 years ago
  43. 69fe4e9 LineIterator: Provide a variant that keeps blank lines by Justin Bogner · 11 years ago
  44. de1ab26 Re-factor sample profile reader into lib/ProfileData. by Diego Novillo · 11 years ago