| Commit message (Expand) | Author | Age | Files | Lines |
* | Use range algorithms instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -2/+1 |
* | Fix some Clang-tidy modernize and Include What You Use warnings. | Eugene Zelenko | 2016-08-11 | 1 | -3/+16 |
* | Retry: [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar | 2016-07-19 | 1 | -0/+8 |
* | Revert "[llvm-profdata] Speed up merging by using a thread pool" | Vedant Kumar | 2016-07-19 | 1 | -8/+0 |
* | [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar | 2016-07-18 | 1 | -0/+8 |
* | [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 | -7/+6 |
* | Move ProfileSummary to IR. | Easwaran Raman | 2016-05-19 | 1 | -7/+8 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -3/+2 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -2/+3 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -3/+2 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -2/+3 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -3/+2 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -2/+3 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -3/+2 |
* | [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC | Vedant Kumar | 2016-05-11 | 1 | -4/+3 |
* | Add profile summary support for sample profile. | Easwaran Raman | 2016-02-19 | 1 | -4/+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 | -1/+5 |
* | [PGO] Revert r260146 as it breaks Darwin platforms. | Rong Xu | 2016-02-08 | 1 | -5/+1 |
* | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 2016-02-08 | 1 | -1/+5 |
* | Fix a typo in comment | Xinliang David Li | 2016-02-03 | 1 | -1/+1 |
* | [PGO] Profile summary reader/writer support | Xinliang David Li | 2016-02-03 | 1 | -10/+53 |
* | [Profiling] Add a -sparse mode to llvm-profdata merge | Vedant Kumar | 2016-01-29 | 1 | -6/+24 |
* | [PGO] Remove use of static variable. /NFC | Xinliang David Li | 2016-01-22 | 1 | -11/+15 |
* | Revert 258486 -- for a better fix coming soon | Xinliang David Li | 2016-01-22 | 1 | -10/+7 |
* | [PGO] eliminate use of static variable | Xinliang David Li | 2016-01-22 | 1 | -7/+10 |
* | Fix -Wmismatched-tags warning/error | Xinliang David Li | 2016-01-15 | 1 | -1/+2 |
* | [PGO] Commonize (more) index profile file and buffer writer. | Xinliang David Li | 2016-01-15 | 1 | -33/+70 |
* | [PGO] clean up and documentation | Xinliang David Li | 2016-01-14 | 1 | -1/+1 |
* | [PGO] Ensure vp data in indexed profile always sorted | Xinliang David Li | 2016-01-08 | 1 | -0/+2 |
* | [PGO] Fix a bug in InstProfWriter addRecord | Xinliang David Li | 2016-01-08 | 1 | -11/+3 |
* | Fix a latent UAF bug in profwriter | Xinliang David Li | 2015-12-20 | 1 | -0/+2 |
* | [PGO] Improve Indexed Profile Reader efficiency | Xinliang David Li | 2015-12-20 | 1 | -8/+8 |
* | [PGO] Simplify computehash interface (NFC) | Xinliang David Li | 2015-12-18 | 1 | -1/+1 |
* | [llvm-profdata] Add support for weighted merge of profile data (2nd try) | Nathan Slingerland | 2015-12-15 | 1 | -2/+12 |
* | [PGO] Value profiling text format reader/writer support | Xinliang David Li | 2015-12-14 | 1 | -1/+33 |
* | Revert "[llvm-profdata] Add support for weighted merge of profile data" | Nathan Slingerland | 2015-12-04 | 1 | -12/+2 |
* | [llvm-profdata] Add support for weighted merge of profile data | Nathan Slingerland | 2015-12-04 | 1 | -2/+12 |
* | [llvm-profdata] Change instr prof counter overflow to saturate rather than di... | Nathan Slingerland | 2015-12-02 | 1 | -5/+6 |
* | [PGO] In llvm-profdata text dump, add comment lines as annotations | Xinliang David Li | 2015-11-23 | 1 | -1/+4 |
* | [PGO] Add --text option for llvm-profdata show|merge commands | Xinliang David Li | 2015-11-23 | 1 | -0/+15 |
* | Fix the Windows build, include <tuple> for std::tie | Reid Kleckner | 2015-11-20 | 1 | -0/+1 |
* | [llvm-profdata] Add merge() to InstrProfRecord | Nathan Slingerland | 2015-11-20 | 1 | -36/+18 |
* | [PGO] Move value profile data definitions out of IndexedInstrProf | Xinliang David Li | 2015-11-17 | 1 | -3/+3 |
* | [PGO] Make indexed value profile data more compact | Xinliang David Li | 2015-11-10 | 1 | -43/+14 |
* | Code style fix (caused by wrongly default clang-format style) (NFC) | Xinliang David Li | 2015-11-06 | 1 | -5/+9 |
* | [PGO] Value profiling (index format) code cleanup and testing | Xinliang David Li | 2015-11-02 | 1 | -48/+30 |
* | Minor Instr PGO code restructuring | Xinliang David Li | 2015-10-18 | 1 | -5/+15 |
* | InstrProf: Support for value profiling in the indexed profile format | Justin Bogner | 2015-09-29 | 1 | -34/+114 |