| Commit message (Expand) | Author | Age | Files | Lines |
* | [llvm-cov] Minor cleanups (NFC) | Vedant Kumar | 2016-06-28 | 1 | -2/+2 |
* | [llvm-cov] Avoid copying file paths multiple times (NFC) | Vedant Kumar | 2016-06-28 | 1 | -2/+13 |
* | [llvm-cov] Rename ShowFormat to Format (NFC) | Vedant Kumar | 2016-06-28 | 1 | -2/+2 |
* | [llvm-cov] Simplify; NFC | Vedant Kumar | 2016-06-28 | 1 | -4/+2 |
* | Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" | Vedant Kumar | 2016-06-28 | 1 | -5/+34 |
* | Revert "[llvm-cov] Add an -output-dir option for the show sub-command" | Vedant Kumar | 2016-06-28 | 1 | -34/+5 |
* | [llvm-cov] Add an -output-dir option for the show sub-command | Vedant Kumar | 2016-06-28 | 1 | -5/+34 |
* | [llvm-cov] clang-format a line, NFC | Vedant Kumar | 2016-06-28 | 1 | -1/+2 |
* | [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC) | Vedant Kumar | 2016-06-28 | 1 | -0/+8 |
* | [llvm-cov] Separate presentation logic from formatting logic, NFC | Vedant Kumar | 2016-06-25 | 1 | -16/+12 |
* | [llvm-cov] Fix two warnings | Vedant Kumar | 2016-06-24 | 1 | -5/+5 |
* | [llvm-cov] Add SourceNames to SourceCoverageViews, NFC | Vedant Kumar | 2016-06-24 | 1 | -11/+10 |
* | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -8/+0 |
* | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -1/+1 |
* | 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 |
* | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -2/+2 |
* | [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo... | Frederic Riss | 2015-06-22 | 1 | -9/+6 |
* | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -2/+1 |
* | llvm-cov: Warn if object file is newer than profile | Justin Bogner | 2015-05-04 | 1 | -0/+13 |
* | llvm-cov: Rename -color={always|never} to -use-color[=0] | Justin Bogner | 2015-03-19 | 1 | -14/+6 |
* | llvm-cov: Continue trying to appease a bot | Justin Bogner | 2015-03-19 | 1 | -1/+4 |
* | llvm-cov: Try to appease a bot | Justin Bogner | 2015-03-19 | 1 | -2/+2 |
* | llvm-cov: Only emit colour by default if the output is a tty | Justin Bogner | 2015-03-19 | 1 | -10/+14 |
* | InstrProf: Teach llvm-cov to handle universal binaries when given -arch | Justin Bogner | 2015-03-11 | 1 | -1/+17 |
* | llvm-cov: Actually use the command line arguments when reporting | Justin Bogner | 2015-02-14 | 1 | -9/+8 |
* | llvm-cov: Simplify coverage reports, fixing PR22575 in the process | Justin Bogner | 2015-02-14 | 1 | -4/+1 |
* | InstrProf: Remove an unused header (NFC) | Justin Bogner | 2015-02-02 | 1 | -1/+0 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -7/+7 |
* | Remove unused includes and out of date comment. NFC. | Rafael Espindola | 2014-12-17 | 1 | -1/+0 |
* | llvm-cov: Sink some reporting logic into CoverageMapping | Justin Bogner | 2014-11-14 | 1 | -1/+1 |
* | llvm-cov: Follow LLVM naming conventions | Justin Bogner | 2014-10-30 | 1 | -2/+2 |
* | llvm-cov: Don't manually parse an option for no reason | Justin Bogner | 2014-10-30 | 1 | -18/+5 |
* | llvm-cov: Allow creating CoverageMappings from filenames | Justin Bogner | 2014-09-20 | 1 | -18/+1 |
* | llvm-cov: Disentangle the coverage data logic from the display (NFC) | Justin Bogner | 2014-09-20 | 1 | -273/+96 |
* | llvm-cov: Move some reader debug output out of the tool. | Justin Bogner | 2014-09-20 | 1 | -11/+0 |
* | llvm-cov: Return unique_ptrs instead of filling objects (NFC) | Justin Bogner | 2014-09-19 | 1 | -53/+62 |
* | llvm-cov: Generalize -filename-equivalence | Justin Bogner | 2014-09-19 | 1 | -29/+51 |
* | llvm-cov: Simplify FunctionInstantiationSetCollector (NFC) | Justin Bogner | 2014-09-18 | 1 | -28/+15 |
* | llvm-cov: Push some more debug output into the View (NFC) | Justin Bogner | 2014-09-17 | 1 | -24/+0 |
* | llvm-cov: Rework the API for getting the coverage of a file (NFC) | Justin Bogner | 2014-09-17 | 1 | -12/+12 |
* | llvm-cov: Distinguish expansion/instantiation from SourceCoverageView | Justin Bogner | 2014-09-17 | 1 | -6/+14 |
* | llvm-cov: Make debug output more consistent | Justin Bogner | 2014-09-15 | 1 | -4/+4 |
* | llvm-cov: Clean up some redundancy in the view API (NFC) | Justin Bogner | 2014-09-15 | 1 | -11/+4 |
* | llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) | Justin Bogner | 2014-09-12 | 1 | -1/+0 |