1. d7d7903 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  2. f9380af [PGO] Revert r350442 to fix commit message. by Rong Xu · 7 years ago
  3. faf2047 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  4. aeb706b [InstrProf] Use comdats on COFF for available_externally functions by Reid Kleckner · 7 years ago
  5. 26b584c Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  6. 21d9c7a Revert "Revert "[InstrProf] Support for external functions in text format."" by Mircea Trofin · 7 years ago
  7. 364eb09 Revert "[InstrProf] Support for external functions in text format." by Benjamin Kramer · 7 years ago
  8. 06b0783 [InstrProf] Encapsulates access to AddrToMD5Map. by Mircea Trofin · 7 years ago
  9. 6667715 [InstrProf] Support for external functions in text format. by Mircea Trofin · 7 years ago
  10. 9a4e15c Mark all library options as hidden. by Zachary Turner · 8 years ago
  11. 8fc7dc6 [ProfData] Detect if zlib is available by David Blaikie · 8 years ago
  12. cb16061 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
  13. 6956b5e llvm-profdata: Indirect infrequently used fields to reduce memory usage by David Blaikie · 8 years ago
  14. 65340be [ProfData] Make the method threadsafe by Xinliang David Li · 8 years ago
  15. b945463 [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
  16. e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  17. 0dbb153 [InstrProf] Use more ArrayRef/StringRef. by Benjamin Kramer · 8 years ago
  18. 737d8b6 [ProfileData] Unify getInstrProf*SectionName helpers by Vedant Kumar · 8 years ago
  19. e8752f4 [Profile] Make host tool aware of object format when quering prof section names by Xinliang David Li · 8 years ago
  20. 2fc706b [Profile] PE binary coverage bug fix by Xinliang David Li · 8 years ago
  21. 9e52f8e [PGO] Memory intrinsic calls optimization based on profiled size by Rong Xu · 8 years ago
  22. cd2a5b6 SamplePGO ThinLTO ICP fix for local functions. by Dehao Chen · 8 years ago
  23. f4f67a0 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  24. 8c89621 Fix comments. NFC. by Rong Xu · 9 years ago
  25. dd2b6c5 [PGO] Directory name stripping in global identifier for static functions by Rong Xu · 9 years ago
  26. c67238a [WebAssembly] Add triple support for the new wasm object format by Dan Gohman · 9 years ago
  27. ef935cd Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status" by George Rimar · 9 years ago
  28. 7c0ccdc Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status." by George Rimar · 9 years ago
  29. 4a6a534 [Support/Compression] - Change zlib API to return Error instead of custom status. by George Rimar · 9 years ago
  30. 6d80fe7 Resubmit "[PGO] Turn off comdat renaming in IR PGO by default" by Rong Xu · 9 years ago
  31. de4116d Revert "[PGO] Turn off comdat renaming in IR PGO by default" by Rong Xu · 9 years ago
  32. 2cf892f [PGO] Turn off comdat renaming in IR PGO by default by Rong Xu · 9 years ago
  33. 5b1c9f3 Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
  34. c887230 [PGO] Fix bogus warning for merging empty llvm profile file by Rong Xu · 9 years ago
  35. cf53871 [ThinLTO] Indirect call promotion fixes for promoted local functions by Teresa Johnson · 9 years ago
  36. 8dbdfe6 [PGO] Make needsComdatForCounter() available (NFC) by Rong Xu · 9 years ago
  37. f5c9f76 [PGO] Don't include full file path in static function profile counter names by Xinliang David Li · 9 years ago
  38. f4c1325 Bug fix remove another illegal char from prof symbol name by Xinliang David Li · 9 years ago
  39. 2ff22b7 [ProfileData] Clean up string handling a bit. by Benjamin Kramer · 9 years ago
  40. 84e27c2 Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 9 years ago
  41. c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  42. ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  43. 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  44. 2e531af Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  45. db1d476 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  46. 8007bdd Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  47. 5b34ed8 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  48. 6d6b3df [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC by Vedant Kumar · 9 years ago
  49. 412cddb Use an emplace_back for consistency, NFC by Vedant Kumar · 9 years ago
  50. 707e782 [ProfileData] Add error codes for compression failures by Vedant Kumar · 9 years ago
  51. 0cd1649 Remove redundant return, NFC by Vedant Kumar · 9 years ago
  52. efee6b3 [PGO] change the interface for createPGOFuncNameMetadata() by Rong Xu · 9 years ago
  53. d14f0db [PGO] Do not attach VP metadata if value count at site is 0 [NFC] by Betul Buyukkurt · 9 years ago
  54. 6a7ae27 Add code comment/NFC by Xinliang David Li · 9 years ago
  55. 6aa584f [PGO] Fix deserialize bug by Xinliang David Li · 9 years ago
  56. ba623ac Fix buildbot lldb-amd64-ninja-netbsd7 failure by Rong Xu · 9 years ago
  57. a7f5174 [PGO] Refactor PGOFuncName meta data code to be used in clang by Rong Xu · 9 years ago
  58. 051ce12 [PGO] use emplace_back. NFC. by Rong Xu · 9 years ago
  59. 3744401 [PGO] PGOFuncName in LTO optimizations by Rong Xu · 9 years ago
  60. 34be7e6 [PGO] Use ArrayRef in annotateValueSite() by Rong Xu · 9 years ago
  61. 76bf991 Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  62. 0afb669 Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" by Vedant Kumar · 9 years ago
  63. e15d81a Reapply "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  64. beaf3d1 Revert "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  65. f63fe23 [PGO] Fix name encoding for ObjC-like functions by Vedant Kumar · 9 years ago
  66. ab3787a [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 9 years ago
  67. 9c51ac3 [Coverage] Fix the way we load "<unknown>:func" records by Vedant Kumar · 9 years ago
  68. 082ab5f Variable name cleanup /NFC by Xinliang David Li · 9 years ago
  69. 4e25daf [ProfileData] Make a utility method public, NFC by Vedant Kumar · 9 years ago
  70. 54d058e Move global ID computation from Function to GlobalValue (NFC) by Teresa Johnson · 9 years ago
  71. 2ee5bb8 [PGO] Add another interface for annotateValueSite by Rong Xu · 10 years ago
  72. 2465700 [PGO] Make the number of records for each value site metada adjustable by Rong Xu · 10 years ago
  73. 9ac7dce Refactor PGO function naming and MD5 hashing support out of ProfileData by Teresa Johnson · 10 years ago
  74. 51000e3 Function name change /NFC by Xinliang David Li · 10 years ago
  75. 4bf45e8 Refactor profile summary support code. NFC. by Easwaran Raman · 10 years ago
  76. f45c13d [PGO] Add interfaces to annotate instr with VP data by Xinliang David Li · 10 years ago
  77. 730d934 [PGO] Profile interface cleanup by Xinliang David Li · 10 years ago
  78. 42800d1 Fix uninitiazed variable use problem by Xinliang David Li · 10 years ago
  79. 8fd9cfb [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
  80. 5b81543 [PGO] allow pgo name collector to disable compression (for testing)/NFC by Xinliang David Li · 10 years ago
  81. 51ecde1 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  82. 6d3068a [PGO] Add a new interface to be used by Indirect Call Promotion by Xinliang David Li · 10 years ago
  83. fc8577b [PGO] Move profile summary interface/impl into InstrProf.[*] /NFC by Xinliang David Li · 10 years ago
  84. 21314fb [Support] Add saturating multiply-add support function by Nathan Slingerland · 10 years ago
  85. 4f87d12 [PGO] Fix a bug in InstProfWriter addRecord by Xinliang David Li · 10 years ago
  86. cc6a69d [PGO] Simplify string parsing by Xinliang David Li · 10 years ago
  87. d8ecf86 [PGO] Refactor string writer code by Xinliang David Li · 10 years ago
  88. 8abd63f [PGO]: Use efficient 'join' API for uncompressed string by Xinliang David Li · 10 years ago
  89. 1de675f [PGO]: reserve space for string to avoid excessive memory realloc/copy (non linear) by Xinliang David Li · 10 years ago
  90. 0620569 [PGO] simple refactoring (NFC) by Xinliang David Li · 10 years ago
  91. f2f39d6 [PGO]: Implement Func PGO name string compression by Xinliang David Li · 10 years ago
  92. cfbaf11 [PGO] Improve Indexed Profile Reader efficiency by Xinliang David Li · 10 years ago
  93. 272ce19 Minor clean up -- move large single use method out of header(NFC) by Xinliang David Li · 10 years ago
  94. bde8257 [PGO] Cleanup: Move large member functions out of line (NFC) by Xinliang David Li · 10 years ago
  95. 5c54253 [PGO] Simplify computehash interface (NFC) by Xinliang David Li · 10 years ago
  96. 7284c4e Initialize all bytes in vp data (msan error) by Xinliang David Li · 10 years ago
  97. 28aa0a5 Coverage code refactoring /NFC by Xinliang David Li · 10 years ago
  98. 59ef72d [PGO] Stop using invalid char in instr variable names. by Xinliang David Li · 10 years ago
  99. d70808f [PGO] Revert r255365: solution incomplete, not handling lambda yet by Xinliang David Li · 10 years ago
  100. b6b389a [PGO] Stop using invalid char in instr variable names. by Xinliang David Li · 10 years ago