| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |