| Commit message (Expand) | Author | Age | Files | Lines |
* | [profile] Add a mode to continuously sync counter updates to a file | Vedant Kumar | 2019-10-31 | 1 | -2/+6 |
* | [PGO] Fix typos from r359612. NFC. | Rong Xu | 2019-10-01 | 1 | -2/+2 |
* | [PGO] Change hardcoded thresholds for cold/inlinehint to use summary | Teresa Johnson | 2019-09-17 | 1 | -6/+6 |
* | [InstrProf] Tighten a check for malformed data records in raw profiles | Vedant Kumar | 2019-09-03 | 1 | -4/+10 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -7/+7 |
* | [Profile] Support raw/indexed profiles larger than 4GB | Vedant Kumar | 2019-07-09 | 1 | -2/+2 |
* | [llvm-profdata] Add overlap command to compute similarity b/w two profile files | Rong Xu | 2019-04-30 | 1 | -0/+14 |
* | [PGO] Context sensitive PGO (part 4) | Rong Xu | 2019-03-06 | 1 | -1/+1 |
* | [PGO] Context sensitive PGO (part 2) | Rong Xu | 2019-02-28 | 1 | -6/+16 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Support for remapping profile data when symbols change, for | Richard Smith | 2018-10-10 | 1 | -9/+155 |
* | [ADT] Replace std::isprint by llvm::isPrint. | Michael Kruse | 2018-07-26 | 1 | -1/+1 |
* | [profile] Fix binary format reader error propagation. | Mircea Trofin | 2018-04-13 | 1 | -5/+5 |
* | Revert "Revert "[InstrProf] Support for external functions in text format."" | Mircea Trofin | 2018-03-22 | 1 | -10/+9 |
* | Revert "[InstrProf] Support for external functions in text format." | Benjamin Kramer | 2018-03-22 | 1 | -14/+15 |
* | [InstrProf] Encapsulates access to AddrToMD5Map. | Mircea Trofin | 2018-03-21 | 1 | -1/+1 |
* | [InstrProf] Support for external functions in text format. | Mircea Trofin | 2018-03-21 | 1 | -15/+14 |
* | Fix many -Wsign-compare and -Wtautological-constant-compare warnings. | Zachary Turner | 2017-12-14 | 1 | -2/+2 |
* | [ProfileData] Fix data racing in merging indexed profiles | Rong Xu | 2017-10-05 | 1 | -2/+0 |
* | Prototype: Reduce llvm-profdata merge memory usage further | David Blaikie | 2017-07-06 | 1 | -10/+10 |
* | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko | 2017-06-21 | 1 | -3/+3 |
* | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar | 2017-06-20 | 1 | -3/+7 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [PGO] Text format profile reader needs to clear the value profile | Rong Xu | 2017-03-03 | 1 | -1/+1 |
* | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko | 2017-03-03 | 1 | -10/+32 |
* | [PGO] Fix a bug in reading text format value profile. | Rong Xu | 2017-02-27 | 1 | -2/+3 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -1/+1 |
* | [PGO] Fix bogus warning for merging empty llvm profile file | Rong Xu | 2016-10-19 | 1 | -0/+3 |
* | [ProfileData] Clean up string handling a bit. | Benjamin Kramer | 2016-05-29 | 1 | -3/+3 |
* | [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. | Benjamin Kramer | 2016-05-20 | 1 | -1/+1 |
* | Remove specializations of ProfileSummary | Easwaran Raman | 2016-05-19 | 1 | -2/+3 |
* | Move ProfileSummary to IR. | Easwaran Raman | 2016-05-19 | 1 | -4/+18 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -89/+86 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -86/+89 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -89/+86 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -86/+89 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -89/+86 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -87/+89 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -89/+87 |
* | [PGO] Use rsplit to parse value-data line in text profile file. | Rong Xu | 2016-05-06 | 1 | -1/+1 |
* | [profile] Remove unneeded field in raw profile reader | Xinliang David Li | 2016-05-05 | 1 | -8/+6 |
* | [ProfileData] Report errors from InstrProfSymtab::create | Vedant Kumar | 2016-04-21 | 1 | -3/+9 |
* | [PGO] Comment how function pointers for indirect calls are mapped to function... | Adam Nemet | 2016-03-28 | 1 | -0/+3 |
* | Add profile summary support for sample profile. | Easwaran Raman | 2016-02-19 | 1 | -3/+2 |
* | Add a profile summary class specific to instrumentation profiles. | Easwaran Raman | 2016-02-17 | 1 | -3/+3 |
* | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 2016-02-10 | 1 | -5/+25 |
* | [PGO] Revert r260146 as it breaks Darwin platforms. | Rong Xu | 2016-02-08 | 1 | -25/+5 |
* | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 2016-02-08 | 1 | -5/+25 |
* | [PGO] Enable compression in pgo instrumentation | Xinliang David Li | 2016-02-08 | 1 | -9/+4 |
* | [PGO] Profile summary reader/writer support | Xinliang David Li | 2016-02-03 | 1 | -3/+36 |