| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SampleFDO] Add profile remapping support for profile on-demand loading used | Wei Mi | 2019-10-18 | 1 | -30/+53 |
| * | [SampleFDO] Add indexing for function profiles so they can be loaded on demand | Wei Mi | 2019-10-09 | 1 | -8/+28 |
| * | [SampleFDO] Add profile symbol list section to discriminate function being | Wei Mi | 2019-08-31 | 1 | -0/+14 |
| * | [ADT] Make StringRef(const char*) constexpr | Benjamin Kramer | 2019-08-26 | 1 | -1/+0 |
| * | [SampleFDO] Add ExtBinary format to support extension of binary profile. | Wei Mi | 2019-08-23 | 1 | -0/+8 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | [SampleFDO] add suffix elision control for fcn names | Than McIntosh | 2019-03-14 | 1 | -0/+145 |
| * | [PGO] Context sensitive PGO (part 2) | Rong Xu | 2019-02-28 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix gcc7 -Wdangling-else warning. NFCI. | Simon Pilgrim | 2018-12-20 | 1 | -2/+4 |
| * | Fix use-after-free with profile remapping. | Richard Smith | 2018-12-19 | 1 | -0/+4 |
| * | Support for remapping profile data when symbols change, for sample-based | Richard Smith | 2018-10-10 | 1 | -19/+40 |
| * | Use createTemporaryFile in SampleProfTest | Alexander Kornienko | 2018-09-17 | 1 | -3/+5 |
| * | Fix filesystem race issue in SampleProfTest introduced in rL342283. | Wei Mi | 2018-09-15 | 1 | -11/+9 |
| * | [SampleFDO] Add FunctionOffsetTable in compact binary format profile. | Wei Mi | 2018-09-14 | 1 | -6/+14 |
| * | [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary. | Wei Mi | 2018-06-12 | 1 | -1/+1 |
| * | [SampleFDO] Add a new compact binary format for sample profile. | Wei Mi | 2018-06-11 | 1 | -9/+26 |
| * | [SampleFDO] Extend SampleProfReader to handle demangled names. | Wei Mi | 2018-03-07 | 1 | -0/+8 |
| * | Remove redundant includes from unittests. | Michael Zolotukhin | 2017-12-13 | 1 | -6/+0 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Use the range variant of find_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -6/+4 |
| * | Remove specializations of ProfileSummary | Easwaran Raman | 2016-05-19 | 1 | -13/+10 |
| * | Fix some Clang-tidy modernize and Include What You Use warnings. | Eugene Zelenko | 2016-04-28 | 1 | -4/+18 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -3/+4 |
| * | Sample profile summary cleanup | Easwaran Raman | 2016-03-28 | 1 | -1/+1 |
| * | Interface to get/set profile summary metadata to module | Easwaran Raman | 2016-03-18 | 1 | -0/+13 |
| * | Fix memory leak in tests. | Easwaran Raman | 2016-03-03 | 1 | -0/+1 |
| * | Use LineLocation instead of CallsiteLocation to index callsite profile. | Dehao Chen | 2016-03-03 | 1 | -0/+2 |
| * | Metadata support for profile summary. | Easwaran Raman | 2016-03-01 | 1 | -24/+37 |
| * | Add profile summary support for sample profile. | Easwaran Raman | 2016-02-19 | 1 | -0/+30 |
| * | [PGO] Handle and report overflow during profile merge for all types of data | Nathan Slingerland | 2015-12-16 | 1 | -0/+30 |
| * | [ProfileData] Add unit test infrastructure for sample profile reader/writer | Nathan Slingerland | 2015-12-10 | 1 | -0/+102 |