| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-profdata] Minor format fix | Wenlei He | 2019-10-07 | 1 | -0/+1 |
| * | [SampleFDO] Add compression support for any section in ExtBinary profile format | Wei Mi | 2019-10-07 | 1 | -44/+11 |
| * | Fix some errors introduced by rL370563 which were not exposed on my local mac... | Wei Mi | 2019-08-31 | 1 | -1/+2 |
| * | [SampleFDO] Add profile symbol list section to discriminate function being | Wei Mi | 2019-08-31 | 1 | -0/+81 |
| * | [AutoFDO] Make call targets order deterministic for sample profile | Wenlei He | 2019-08-20 | 1 | -2/+2 |
| * | [ThinLTO][AutoFDO] Fix memory corruption due to race condition from thin back... | Wenlei He | 2019-08-12 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [SampleFDO] Add FunctionOffsetTable in compact binary format profile. | Wei Mi | 2018-09-14 | 1 | -0/+2 |
| * | [SampleFDO] Make sample profile loader unaware of compact format change. | Wei Mi | 2018-09-06 | 1 | -0/+8 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -2/+2 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -1/+2 |
| * | [SampleProf] NFC. Expose reusable functionality in SampleProfile. | Mircea Trofin | 2018-02-22 | 1 | -0/+27 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -3/+3 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -3/+3 |
| * | SamplePGO: convert callsite samples map key from callsite_location to callsit... | Dehao Chen | 2017-04-13 | 1 | -4/+6 |
| * | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko | 2017-03-03 | 1 | -5/+13 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+7 |
| * | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -1/+1 |
| * | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
| * | Use LineLocation instead of CallsiteLocation to index callsite profile. | Dehao Chen | 2016-03-03 | 1 | -15/+2 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -3/+3 |
| * | [PGO] Handle and report overflow during profile merge for all types of data | Nathan Slingerland | 2015-12-16 | 1 | -0/+2 |
| * | SamplePGO - Tweak debugging output for function samples. NFC. | Diego Novillo | 2015-11-19 | 1 | -9/+24 |
| * | SamplePGO - Sort samples by source location when emitting as text. | Diego Novillo | 2015-11-19 | 1 | -5/+8 |
| * | SamplePGO - Move debug/dump function bodies out of header files. NFC. | Diego Novillo | 2015-11-17 | 1 | -0/+43 |
| * | SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples | Diego Novillo | 2015-11-13 | 1 | -19/+16 |
| * | [llvm-profdata] Add check for text profile formats and improve error reportin... | Nathan Slingerland | 2015-11-13 | 1 | -4/+4 |
| * | reverting r252916 to investigate test failure | Nathan Slingerland | 2015-11-12 | 1 | -4/+4 |
| * | [llvm-profdata] Add check for text profile formats and improve error reporting | Nathan Slingerland | 2015-11-12 | 1 | -4/+4 |
| * | SamplePGO - Move FunctionSamples::print() to a better location. NFC. | Diego Novillo | 2015-11-12 | 1 | -0/+32 |
| * | Sample profiles - Add a name table to the binary encoding. | Diego Novillo | 2015-10-13 | 1 | -0/+4 |
| * | GCC AutoFDO profile reader - Initial support. | Diego Novillo | 2015-09-17 | 1 | -0/+2 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Add show and merge tools for sample PGO profiles. | Diego Novillo | 2014-11-01 | 1 | -0/+2 |
| * | Add profile writing capabilities for sampling profiles. | Diego Novillo | 2014-10-30 | 1 | -0/+49 |