| Commit message (Expand) | Author | Age | Files | Lines |
* | [PGO] Fix typos from r359612. NFC. | Rong Xu | 2019-10-01 | 1 | -1/+1 |
* | [llvm-profdata] Add overlap command to compute similarity b/w two profile files | Rong Xu | 2019-04-30 | 1 | -0/+34 |
* | The error message for mismatched value sites is very cryptic. | Dmitry Mikulin | 2019-04-23 | 1 | -1/+1 |
* | [ProfileData] Sort FuncData before iteration to remove non-determinism | Mandeep Singh Grang | 2019-03-02 | 1 | -6/+22 |
* | [PGO] Context sensitive PGO (part 2) | Rong Xu | 2019-02-28 | 1 | -2/+34 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Support: Simplify endian stream interface. NFCI. | Peter Collingbourne | 2018-05-18 | 1 | -5/+6 |
* | Revert "Revert "[InstrProf] Support for external functions in text format."" | Mircea Trofin | 2018-03-22 | 1 | -2/+2 |
* | Revert "[InstrProf] Support for external functions in text format." | Benjamin Kramer | 2018-03-22 | 1 | -2/+2 |
* | [InstrProf] Support for external functions in text format. | Mircea Trofin | 2018-03-21 | 1 | -2/+2 |
* | llvm-profdata: Reduce memory usage by using Error callback rather than member | David Blaikie | 2017-07-10 | 1 | -12/+15 |
* | Prototype: Reduce llvm-profdata merge memory usage further | David Blaikie | 2017-07-06 | 1 | -10/+16 |
* | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko | 2017-06-21 | 1 | -8/+7 |
* | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar | 2017-06-20 | 1 | -2/+4 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko | 2017-03-03 | 1 | -16/+26 |
* | 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 |