| Age | Commit message (Expand) | Author |
| 2019-04-30 | [llvm-profdata] Add overlap command to compute similarity b/w two profile files | Rong Xu |
| 2019-03-06 | [PGO] Context sensitive PGO (part 4) | Rong Xu |
| 2019-02-28 | [PGO] Context sensitive PGO (part 2) | Rong Xu |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-10-10 | Support for remapping profile data when symbols change, for | Richard Smith |
| 2018-07-26 | [ADT] Replace std::isprint by llvm::isPrint. | Michael Kruse |
| 2018-04-13 | [profile] Fix binary format reader error propagation. | Mircea Trofin |
| 2018-03-22 | Revert "Revert "[InstrProf] Support for external functions in text format."" | Mircea Trofin |
| 2018-03-22 | Revert "[InstrProf] Support for external functions in text format." | Benjamin Kramer |
| 2018-03-21 | [InstrProf] Encapsulates access to AddrToMD5Map. | Mircea Trofin |
| 2018-03-21 | [InstrProf] Support for external functions in text format. | Mircea Trofin |
| 2017-12-14 | Fix many -Wsign-compare and -Wtautological-constant-compare warnings. | Zachary Turner |
| 2017-10-05 | [ProfileData] Fix data racing in merging indexed profiles | Rong Xu |
| 2017-07-06 | Prototype: Reduce llvm-profdata merge memory usage further | David Blaikie |
| 2017-06-21 | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko |
| 2017-06-20 | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar |
| 2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth |
| 2017-03-03 | [PGO] Text format profile reader needs to clear the value profile | Rong Xu |
| 2017-03-03 | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko |
| 2017-02-27 | [PGO] Fix a bug in reading text format value profile. | Rong Xu |
| 2016-10-20 | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer |
| 2016-10-19 | [PGO] Fix bogus warning for merging empty llvm profile file | Rong Xu |
| 2016-05-29 | [ProfileData] Clean up string handling a bit. | Benjamin Kramer |
| 2016-05-20 | [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. | Benjamin Kramer |
| 2016-05-19 | Remove specializations of ProfileSummary | Easwaran Raman |
| 2016-05-19 | Move ProfileSummary to IR. | Easwaran Raman |
| 2016-05-19 | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar |
| 2016-05-16 | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar |
| 2016-05-16 | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar |
| 2016-05-14 | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth |
| 2016-05-13 | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar |
| 2016-05-13 | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar |
| 2016-05-13 | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar |
| 2016-05-06 | [PGO] Use rsplit to parse value-data line in text profile file. | Rong Xu |
| 2016-05-05 | [profile] Remove unneeded field in raw profile reader | Xinliang David Li |
| 2016-04-21 | [ProfileData] Report errors from InstrProfSymtab::create | Vedant Kumar |
| 2016-03-28 | [PGO] Comment how function pointers for indirect calls are mapped to function... | Adam Nemet |
| 2016-02-19 | Add profile summary support for sample profile. | Easwaran Raman |
| 2016-02-17 | Add a profile summary class specific to instrumentation profiles. | Easwaran Raman |
| 2016-02-10 | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu |
| 2016-02-08 | [PGO] Revert r260146 as it breaks Darwin platforms. | Rong Xu |
| 2016-02-08 | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu |
| 2016-02-08 | [PGO] Enable compression in pgo instrumentation | Xinliang David Li |
| 2016-02-03 | [PGO] Profile summary reader/writer support | Xinliang David Li |
| 2016-01-14 | [PGO] clean up and documentation | Xinliang David Li |
| 2015-12-20 | [PGO] Improve Indexed Profile Reader efficiency | Xinliang David Li |
| 2015-12-14 | [PGO] Value profiling text format reader/writer support | Xinliang David Li |
| 2015-12-11 | [PGO] Read VP raw data without depending on the Value field | Xinliang David Li |
| 2015-12-11 | [ProfileData] clang-format TextInstrProfReader::hasFormat. NFC. | Vedant Kumar |
| 2015-12-10 | Format fix (NFC) | Xinliang David Li |