summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
AgeCommit message (Expand)AuthorFilesLines
2016-06-26[llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar4-35/+38
2016-06-25[llvm-cov] Make an API more consistent, NFCVedant Kumar4-12/+14
2016-06-25[llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar4-16/+20
2016-06-25Try to fix the MSVC buildVedant Kumar1-2/+2
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar6-201/+363
2016-06-24[llvm-cov] Fix two warningsVedant Kumar1-5/+5
2016-06-24[llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFCVedant Kumar1-14/+16
2016-06-24[llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar3-16/+37
2016-06-24[llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFCVedant Kumar2-25/+25
2016-06-23NFC, add an "end namespace" comment for consistencyVedant Kumar1-1/+2
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith4-23/+8
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-1/+1
2016-06-02[llvm-cov] Use string getters (NFC)Vedant Kumar1-2/+3
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-3/+2
2016-05-18[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin1-1/+5
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar1-2/+3
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-3/+2
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth1-2/+3
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-3/+2
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar1-2/+3
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar1-3/+2
2016-04-29Move coverage related code into a separate library.Easwaran Raman6-7/+7
2016-04-29[llvm-cov] Don't emit 'nan%' in reportsVedant Kumar1-0/+6
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+6
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
2015-10-21[llvm-cov] Adjust column widths for function and file reportsVedant Kumar1-9/+13
2015-10-14Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith1-3/+3
2015-09-14[llvm-cov] Disable name and path truncationVedant Kumar2-6/+22
2015-06-22[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss1-9/+6
2015-06-03llvm-cov: Make llvm-cov --version DTRTJustin Bogner1-0/+8
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-2/+1
2015-05-13InstrProf: Fix display of large numbers in llvm-covJustin Bogner1-21/+25
2015-05-04llvm-cov: Warn if object file is newer than profileJustin Bogner1-0/+13
2015-03-24llvm-cov: Require a subcommand when invoked as llvm-covJustin Bogner1-16/+16
2015-03-19llvm-cov: Rename -color={always|never} to -use-color[=0]Justin Bogner1-14/+6
2015-03-19llvm-cov: Continue trying to appease a botJustin Bogner1-1/+4
2015-03-19llvm-cov: Try to appease a botJustin Bogner1-2/+2
2015-03-19llvm-cov: Only emit colour by default if the output is a ttyJustin Bogner1-10/+14
2015-03-11InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner1-1/+17
2015-03-09Make helper functions static.Benjamin Kramer2-4/+5
2015-02-23InstrProf: Teach llvm-cov to show the max count instead of the lastJustin Bogner1-4/+3
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman1-1/+1
2015-02-14llvm-cov: Actually use the command line arguments when reportingJustin Bogner3-12/+12
2015-02-14llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner8-170/+69
2015-02-02InstrProf: Remove an unused header (NFC)Justin Bogner1-1/+0
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth6-15/+15
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola3-3/+0
2014-11-14llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner3-39/+11
2014-10-31[Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames1-1/+1