Commit History

Author SHA1 Message Date
  Fangrui Song 2ffd08308b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 6 years ago
  Than McIntosh 002b63f0a3 [SampleFDO] add suffix elision control for fcn names 6 years ago
  Rong Xu 5af7fe31f4 [PGO] Context sensitive PGO (part 2) 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Simon Pilgrim 45e56bf063 Fix gcc7 -Wdangling-else warning. NFCI. 6 years ago
  Richard Smith 11acfd478b Fix use-after-free with profile remapping. 6 years ago
  Richard Smith 04af5ff3eb Support for remapping profile data when symbols change, for sample-based 6 years ago
  Alexander Kornienko bb05e42b84 Use createTemporaryFile in SampleProfTest 7 years ago
  Wei Mi 5455b4c499 Fix filesystem race issue in SampleProfTest introduced in rL342283. 7 years ago
  Wei Mi ec13dea9af [SampleFDO] Add FunctionOffsetTable in compact binary format profile. 7 years ago
  Wei Mi 7253cd8580 [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary. 7 years ago
  Wei Mi 93bc746824 [SampleFDO] Add a new compact binary format for sample profile. 7 years ago
  Wei Mi f53ccf3b4f [SampleFDO] Extend SampleProfReader to handle demangled names. 7 years ago
  Michael Zolotukhin 16872e2b56 Remove redundant includes from unittests. 7 years ago
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified 8 years ago
  David Majnemer b0353c6db2 Use the range variant of find_if instead of unpacking begin/end 9 years ago
  Easwaran Raman 30c760d801 Remove specializations of ProfileSummary 9 years ago
  Eugene Zelenko aaf3f0426b Fix some Clang-tidy modernize and Include What You Use warnings. 9 years ago
  Mehdi Amini 8be7707c14 Remove every uses of getGlobalContext() in LLVM (but the C API) 9 years ago
  Easwaran Raman 418032a1c8 Sample profile summary cleanup 9 years ago
  Easwaran Raman af640bffc2 Interface to get/set profile summary metadata to module 9 years ago
  Easwaran Raman ea7d2ce29b Fix memory leak in tests. 9 years ago
  Dehao Chen 5c299caf16 Use LineLocation instead of CallsiteLocation to index callsite profile. 9 years ago
  Easwaran Raman 1283c1d7af Metadata support for profile summary. 9 years ago
  Easwaran Raman 448784058c Add profile summary support for sample profile. 9 years ago
  Nathan Slingerland fd56824d39 [PGO] Handle and report overflow during profile merge for all types of data 9 years ago
  Nathan Slingerland 46cf0f07dc [ProfileData] Add unit test infrastructure for sample profile reader/writer 9 years ago