1. 6a14325 [SampleFDO] Add FunctionOffsetTable in compact binary format profile. by Wei Mi · 7 years ago
  2. d9be2c7 [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary. by Wei Mi · 7 years ago
  3. a0c0857 [SampleFDO] Add a new compact binary format for sample profile. by Wei Mi · 7 years ago
  4. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  5. 12ab07e Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  6. 2c27daf Fix the bug when SampleProfileWriter writes out number of callsites. by Dehao Chen · 8 years ago
  7. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  8. 8d1c983 Change sample profile writer to make it deterministic. by Dehao Chen · 8 years ago
  9. 2c7ca9b SamplePGO: convert callsite samples map key from callsite_location to callsite_location+callee_name by Dehao Chen · 8 years ago
  10. e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  11. 38de59e [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. by Benjamin Kramer · 9 years ago
  12. 7cefdb8 Remove specializations of ProfileSummary by Easwaran Raman · 9 years ago
  13. e5a17e3 Move ProfileSummary to IR. by Easwaran Raman · 9 years ago
  14. 6f4903d Sample profile summary cleanup by Easwaran Raman · 9 years ago
  15. 57d1dda Use LineLocation instead of CallsiteLocation to index callsite profile. by Dehao Chen · 10 years ago
  16. 40ee23d Add profile summary support for sample profile. by Easwaran Raman · 10 years ago
  17. 51abea7 [ProfileData] Add unit test infrastructure for sample profile reader/writer by Nathan Slingerland · 10 years ago
  18. ef548d2 SamplePGO - Sort samples by source location when emitting as text. by Diego Novillo · 10 years ago
  19. 8e415a8 SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples by Diego Novillo · 10 years ago
  20. b93483d Sample profiles - Re-arrange binary format to emit head samples only on top functions. by Diego Novillo · 10 years ago
  21. 38be333 Sample Profiles - Adjust integer types. Mostly NFC. by Diego Novillo · 10 years ago
  22. 760c5a8 Sample profiles - Add a name table to the binary encoding. by Diego Novillo · 10 years ago
  23. a7f1e8e Add inline stack streaming to binary sample profiles. by Diego Novillo · 10 years ago
  24. aae1ed8 Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles. by Diego Novillo · 10 years ago
  25. a082040 Revert "Handle inline stacks in gcov-encoded sample profiles." by Diego Novillo · 10 years ago
  26. b7fca57 Handle inline stacks in gcov-encoded sample profiles. by Diego Novillo · 10 years ago
  27. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  28. fcd5560 Use ErrorOr for the ::create factory on instrumented and sample profilers. by Diego Novillo · 11 years ago
  29. d5336ae Add show and merge tools for sample PGO profiles. by Diego Novillo · 11 years ago
  30. c572e92 Add profile writing capabilities for sampling profiles. by Diego Novillo · 11 years ago