| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [profdata] Remove constructor that MSVC 2013 pretends to not understand. | Benjamin Kramer | 2016-07-21 | 1 | -6/+2 |
* | Reapply r276185 | Xinliang David Li | 2016-07-20 | 1 | -10/+33 |
* | Revert r276185 -- build bot failure | Xinliang David Li | 2016-07-20 | 1 | -33/+10 |
* | [Profile] support directory reading in profile merging | Xinliang David Li | 2016-07-20 | 1 | -10/+33 |
* | Retry: [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar | 2016-07-19 | 1 | -23/+117 |
* | Revert "[llvm-profdata] Speed up merging by using a thread pool" | Vedant Kumar | 2016-07-19 | 1 | -115/+23 |
* | [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar | 2016-07-18 | 1 | -23/+115 |
* | Apply another batch of fixes from clang-tidy's performance-unnecessary-value-... | Benjamin Kramer | 2016-06-17 | 1 | -8/+10 |
* | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -1/+1 |
* | Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-07 | 1 | -6/+59 |
* | Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"" | Vedant Kumar | 2016-06-06 | 1 | -63/+13 |
* | Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-06 | 1 | -13/+63 |
* | Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-06 | 1 | -58/+13 |
* | Retry "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-06 | 1 | -13/+58 |
* | [llvm-profdata] Revert r271709 and the 3 subsequent commits - the code | Chandler Carruth | 2016-06-04 | 1 | -57/+4 |
* | [llvm-profdata] Clean up the way we create the input filenames buffer (NFC) | Vedant Kumar | 2016-06-04 | 1 | -7/+14 |
* | [llvm-profdata] Fix use-after-free from discarded MemoryBuffer (NFC) | Vedant Kumar | 2016-06-03 | 1 | -8/+13 |
* | [llvm-profdata] Fix option description (NFC) | Vedant Kumar | 2016-06-03 | 1 | -1/+1 |
* | [llvm-profdata] Add option to ingest filepaths from a file | Vedant Kumar | 2016-06-03 | 1 | -4/+45 |
* | Trim some spaces (NFC) | Vedant Kumar | 2016-06-03 | 1 | -2/+0 |
* | [profile] show more statistics | Xinliang David Li | 2016-05-23 | 1 | -1/+14 |
* | Remove specializations of ProfileSummary | Easwaran Raman | 2016-05-19 | 1 | -4/+3 |
* | Move ProfileSummary to IR. | Easwaran Raman | 2016-05-19 | 1 | -9/+10 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -27/+41 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -41/+27 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -27/+41 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -41/+27 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -27/+41 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -40/+27 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -27/+40 |
* | Remove unused header, NFC | Vedant Kumar | 2016-05-03 | 1 | -1/+0 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -3/+4 |
* | Add a profile summary class specific to instrumentation profiles. | Easwaran Raman | 2016-02-17 | 1 | -2/+2 |
* | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 2016-02-10 | 1 | -4/+11 |
* | [PGO] Revert r260146 as it breaks Darwin platforms. | Rong Xu | 2016-02-08 | 1 | -11/+4 |
* | [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles | Rong Xu | 2016-02-08 | 1 | -4/+11 |
* | Refactor profile summary support code. NFC. | Easwaran Raman | 2016-02-04 | 1 | -0/+1 |
* | [Profiling] Add a -sparse mode to llvm-profdata merge | Vedant Kumar | 2016-01-29 | 1 | -3/+7 |
* | [PGO] fix a bug in profile summary computation | Xinliang David Li | 2016-01-16 | 1 | -1/+1 |
* | [PGO] Move profile summary interface/impl into InstrProf.[*] /NFC | Xinliang David Li | 2016-01-14 | 1 | -99/+0 |
* | llvm-profdata.cpp: Fix comment lines. [-Wdocumentation] | NAKAMURA Takumi | 2016-01-14 | 1 | -3/+3 |
* | Display detailed profile summary in llvm-profdata tool. | Easwaran Raman | 2016-01-13 | 1 | -16/+136 |
* | [PGO] Improve Indexed Profile Reader efficiency | Xinliang David Li | 2015-12-20 | 1 | -2/+5 |
* | [PGO] Handle and report overflow during profile merge for all types of data | Nathan Slingerland | 2015-12-16 | 1 | -1/+5 |
* | [llvm-profdata] Add support for weighted merge of profile data (2nd try) | Nathan Slingerland | 2015-12-15 | 1 | -18/+58 |
* | Fix formatting. NFC. | Diego Novillo | 2015-12-14 | 1 | -8/+5 |
* | Revert "[llvm-profdata] Add support for weighted merge of profile data" | Nathan Slingerland | 2015-12-04 | 1 | -54/+16 |
* | [llvm-profdata] Add support for weighted merge of profile data | Nathan Slingerland | 2015-12-04 | 1 | -16/+54 |
* | [PGO] Add --text option for llvm-profdata show|merge commands | Xinliang David Li | 2015-11-23 | 1 | -37/+70 |
* | [llvm-profdata] Use SmallSet rather that std::set for keeping track of profda... | Nathan Slingerland | 2015-11-18 | 1 | -3/+2 |