Age | Commit message (Expand) | Author | Files | Lines |
2016-05-29 | [ProfileData] Clean up string handling a bit. | Benjamin Kramer | 1 | -3/+3 |
2016-05-20 | [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. | Benjamin Kramer | 1 | -1/+1 |
2016-05-19 | Remove specializations of ProfileSummary | Easwaran Raman | 1 | -2/+3 |
2016-05-19 | Move ProfileSummary to IR. | Easwaran Raman | 1 | -4/+18 |
2016-05-19 | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -89/+86 |
2016-05-16 | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 1 | -86/+89 |
2016-05-16 | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -89/+86 |
2016-05-14 | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 1 | -86/+89 |
2016-05-13 | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -89/+86 |
2016-05-13 | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 1 | -87/+89 |
2016-05-13 | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 1 | -89/+87 |
2016-05-06 | [PGO] Use rsplit to parse value-data line in text profile file. | Rong Xu | 1 | -1/+1 |
2016-05-05 | [profile] Remove unneeded field in raw profile reader | Xinliang David Li | 1 | -8/+6 |
2016-04-21 | [ProfileData] Report errors from InstrProfSymtab::create | Vedant Kumar | 1 | -3/+9 |
2016-03-28 | [PGO] Comment how function pointers for indirect calls are mapped to function... | Adam Nemet | 1 | -0/+3 |
2016-02-19 | Add profile summary support for sample profile. | Easwaran Raman | 1 | -3/+2 |
2016-02-17 | Add a profile summary class specific to instrumentation profiles. | Easwaran Raman | 1 | -3/+3 |
2016-02-10 | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 1 | -5/+25 |
2016-02-08 | [PGO] Revert r260146 as it breaks Darwin platforms. | Rong Xu | 1 | -25/+5 |
2016-02-08 | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 1 | -5/+25 |
2016-02-08 | [PGO] Enable compression in pgo instrumentation | Xinliang David Li | 1 | -9/+4 |
2016-02-03 | [PGO] Profile summary reader/writer support | Xinliang David Li | 1 | -3/+36 |
2016-01-14 | [PGO] clean up and documentation | Xinliang David Li | 1 | -3/+4 |
2015-12-20 | [PGO] Improve Indexed Profile Reader efficiency | Xinliang David Li | 1 | -34/+50 |
2015-12-14 | [PGO] Value profiling text format reader/writer support | Xinliang David Li | 1 | -0/+66 |
2015-12-11 | [PGO] Read VP raw data without depending on the Value field | Xinliang David Li | 1 | -3/+9 |
2015-12-11 | [ProfileData] clang-format TextInstrProfReader::hasFormat. NFC. | Vedant Kumar | 1 | -2/+3 |
2015-12-10 | Format fix (NFC) | Xinliang David Li | 1 | -2/+4 |
2015-12-04 | [PGO] Unify VP data format between raw and indexed profile (Reader) | Xinliang David Li | 1 | -38/+11 |
2015-12-01 | [PGO] Add support for reading multiple versions of indexed profile format pro... | Xinliang David Li | 1 | -22/+27 |
2015-11-28 | Function name cleanup (NFC) | Xinliang David Li | 1 | -4/+4 |
2015-11-18 | Minor cleanups (from review feedback) | Xinliang David Li | 1 | -2/+4 |
2015-11-18 | [PGO] Value profiling support | Betul Buyukkurt | 1 | -7/+76 |
2015-11-17 | [PGO] Move value profile data definitions out of IndexedInstrProf | Xinliang David Li | 1 | -3/+2 |
2015-11-13 | [llvm-profdata] Add check for text profile formats and improve error reportin... | Nathan Slingerland | 1 | -1/+12 |
2015-11-12 | reverting r252916 to investigate test failure | Nathan Slingerland | 1 | -12/+1 |
2015-11-12 | [llvm-profdata] Add check for text profile formats and improve error reporting | Nathan Slingerland | 1 | -1/+12 |
2015-11-12 | Fix problems in coding style | Xinliang David Li | 1 | -13/+23 |
2015-11-10 | [PGO] Make indexed value profile data more compact | Xinliang David Li | 1 | -41/+6 |
2015-11-06 | Code style fix (caused by wrongly default clang-format style) (NFC) | Xinliang David Li | 1 | -5/+8 |
2015-11-02 | [PGO] Value profiling (index format) code cleanup and testing | Xinliang David Li | 1 | -27/+28 |
2015-10-28 | [PGO] RawProf Reader code cleanup | Xinliang David Li | 1 | -16/+42 |
2015-10-28 | [PGO] Indexed Prof Reader refactoring (NFC) | Xinliang David Li | 1 | -36/+58 |
2015-10-18 | Minor Instr PGO code restructuring | Xinliang David Li | 1 | -54/+27 |
2015-10-13 | Fix a couple of comments; NFC | Xinliang David Li | 1 | -6/+6 |
2015-10-11 | [ProfileData] Test commit for slingn | Nathan Slingerland | 1 | -0/+1 |
2015-09-30 | InstrProf: Don't call std::unique twice here | Justin Bogner | 1 | -1/+0 |
2015-09-29 | InstrProf: Support for value profiling in the indexed profile format | Justin Bogner | 1 | -19/+91 |
2015-06-22 | Re-apply "InstrProf: When reading, copy the data instead of taking a referenc... | Justin Bogner | 1 | -47/+65 |
2015-06-20 | Revert "InstrProf: When reading, copy the data instead of taking a reference.... | Justin Bogner | 1 | -65/+47 |