1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 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. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  5. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  6. 5695097 [SampleProf] NFC. Expose reusable functionality in SampleProfile. by Mircea Trofin · 8 years ago
  7. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  8. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  9. 2c7ca9b SamplePGO: convert callsite samples map key from callsite_location to callsite_location+callee_name by Dehao Chen · 9 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. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  12. 990504e Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
  13. 4718f8b Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 9 years ago
  14. 57d1dda Use LineLocation instead of CallsiteLocation to index callsite profile. by Dehao Chen · 10 years ago
  15. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  16. 48dd080 [PGO] Handle and report overflow during profile merge for all types of data by Nathan Slingerland · 10 years ago
  17. 379cc5e SamplePGO - Tweak debugging output for function samples. NFC. by Diego Novillo · 10 years ago
  18. ef548d2 SamplePGO - Sort samples by source location when emitting as text. by Diego Novillo · 10 years ago
  19. ba920be SamplePGO - Move debug/dump function bodies out of header files. NFC. by Diego Novillo · 10 years ago
  20. 8e415a8 SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples by Diego Novillo · 10 years ago
  21. 4f82366 [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) by Nathan Slingerland · 10 years ago
  22. 911ced6 reverting r252916 to investigate test failure by Nathan Slingerland · 10 years ago
  23. f0e107e [llvm-profdata] Add check for text profile formats and improve error reporting by Nathan Slingerland · 10 years ago
  24. 4b6bdb5 SamplePGO - Move FunctionSamples::print() to a better location. NFC. by Diego Novillo · 10 years ago
  25. 760c5a8 Sample profiles - Add a name table to the binary encoding. by Diego Novillo · 10 years ago
  26. 3376a78 GCC AutoFDO profile reader - Initial support. by Diego Novillo · 10 years ago
  27. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  28. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 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