| Commit message (Expand) | Author | Age | Files | Lines |
* | [ProfileData] Add new option to dump topn hottest functions | Xinliang David Li | 2017-07-11 | 1 | -6/+46 |
* | llvm-profdata: Reduce memory usage by using Error callback rather than member | David Blaikie | 2017-07-10 | 1 | -3/+16 |
* | Prototype: Reduce llvm-profdata merge memory usage further | David Blaikie | 2017-07-06 | 1 | -1/+2 |
* | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar | 2017-06-20 | 1 | -3/+5 |
* | Fix a couple of typos in memory intrinsic optimization output (NFC) | Teresa Johnson | 2017-05-24 | 1 | -1/+1 |
* | Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls | Rong Xu | 2017-03-16 | 1 | -7/+32 |
* | Revert "[PGO] Value profile for size of memory intrinsic calls" | Eric Liu | 2017-03-16 | 1 | -32/+7 |
* | [PGO] Value profile for size of memory intrinsic calls | Rong Xu | 2017-03-15 | 1 | -7/+32 |
* | [PGO] Refactor profile dumping function for ease of adding other profile kind | Rong Xu | 2017-03-09 | 1 | -35/+56 |
* | [CMake] llvm-profdata depends on intrinsics_gen | Chris Bieneman | 2016-11-18 | 1 | -0/+3 |
* | [PGO] Fix a use-after-move. NFC. | Rong Xu | 2016-10-19 | 1 | -1/+2 |
* | [PGO] Fix bogus warning for merging empty llvm profile file | Rong Xu | 2016-10-19 | 1 | -1/+6 |
* | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -4/+3 |
* | [Profile] dump ic value profile value/site-count histogram | Xinliang David Li | 2016-09-20 | 1 | -1/+11 |
* | llvm-profdata: Clarify the top level help | Justin Bogner | 2016-08-03 | 1 | -0/+1 |
* | [llvm-profdata] Bring back reading profile data from STDIN. | Benjamin Kramer | 2016-07-22 | 1 | -0/+7 |
* | [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 |