OSDN Git Service

[llvm-cov] Do not print out the filename of the object file
[android-x86/external-llvm.git] / tools / llvm-cov /
2016-10-25 Vedant Kumar[llvm-cov] Do not print out the filename of the object...
2016-10-24 Pavel LabathRemove TimeValue usage from llvm/Support
2016-10-19 Vedant Kumar[llvm-cov] Don't spawn a thread unless ThreadCount > 1
2016-10-12 Vedant Kumar[Coverage] Delete some copy constructors (NFC)
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-09-26 Vedant Kumar[llvm-cov] Silence a warning from the MSVC runtime...
2016-09-23 Vedant Kumar[llvm-cov] Factor out logic to remove unmapped inputs...
2016-09-23 Vedant Kumar[llvm-cov] Filter away source files that aren't in...
2016-09-23 Vedant Kumar[llvm-cov] Get rid of all invalid filename references
2016-09-23 Vedant Kumar[llvm-cov] Minor cleanup. NFC.
2016-09-22 Vedant Kumar[llvm-cov] Document some fields in a class (NFC)
2016-09-22 Vedant Kumar[llvm-cov] Add the ability to specify directories of...
2016-09-20 Vedant Kumar[llvm-cov] Demangle names for hidden instantiation...
2016-09-19 Vedant Kumar[llvm-cov] Emit a link to some documentation
2016-09-19 Vedant Kumar[llvm-cov] Delete the NonCodeLines field, it was always...
2016-09-19 Vedant Kumar[llvm-cov] Teach the coverage exporter about instantiat...
2016-09-19 Vedant Kumar[llvm-cov] Make a helper method static for re-use ...
2016-09-19 Vedant Kumar[llvm-cov] Track function and instantiation coverage...
2016-09-19 Vedant Kumar[llvm-cov] Don't recompute the 'Covered' field from...
2016-09-19 Vedant Kumar[llvm-cov] Make 'adjustColumnWidths' do less work
2016-09-19 Vedant Kumar[llvm-cov] Drop another redundant 'No.' suffix
2016-09-15 Vedant Kumar[llvm-cov] Move some layout logic to the right spot...
2016-09-15 Vedant Kumar[llvm-cov] Hide instantiation views for unexecuted...
2016-09-15 Vedant Kumar[llvm-cov] Don't create 'jump to ...' links in nested...
2016-09-15 Vedant Kumar[llvm-cov] Make a method name more accurate (NFC)
2016-09-15 Vedant Kumar[llvm-cov] Don't print a verbose title when looking...
2016-09-13 Vedant Kumar[llvm-cov] Just emit the version number in the index...
2016-09-13 Ying Yi[llvm-cov] - Included footer "Generated by llvm-cov...
2016-09-10 Vedant Kumar[llvm-cov] Move the 'jump to first unexecuted line...
2016-09-10 Vedant Kumar[llvm-cov] Minor visual tweaks for html reports
2016-09-09 Vedant Kumar[llvm-cov] Remove some asserts in the html renderer...
2016-09-09 Vedant Kumar[llvm-cov] Handle native paths correctly in the text...
2016-09-09 Vedant Kumar[llvm-cov] Emit a summary in the report directory's...
2016-09-09 Vedant Kumar[llvm-cov] Constify some methods (NFC)
2016-09-09 Vedant Kumar[llvm-cov] Add an API to prepare file reports (NFC)
2016-09-08 Vedant Kumar[llvm-cov] Fix issues with segment highlighting in...
2016-09-08 Vedant Kumar[llvm-cov] Use less space to describe source names
2016-09-08 Vedant Kumar[llvm-cov] Drop the longest common filename prefix...
2016-09-06 Vedant Kumar[llvm-cov] Use colors consistently in the summary
2016-09-06 Vedant Kumar[llvm-cov] Clean up the summary class, delete dead...
2016-09-06 Ying Yi[llvm-cov] Add the project summary to the text coverage...
2016-09-06 Ying Yi[llvm-cov] Add the "Go to first unexecuted line" feature.
2016-08-31 Vedant Kumar[llvm-cov] Drop redundant "No." suffix in a column...
2016-08-30 Ying Yi[llvm-cov] Use the native path in the coverage report.
2016-08-24 Ying Yi[llvm-cov] Add the project summary to each source file...
2016-08-09 Ying Yi[llvm-cov] Swapped the line and count columns.
2016-08-04 Vedant Kumar[llvm-cov] Add some documentation for the -tab-size...
2016-08-04 Ying Yi[LLVM-COV]Replace tabs to the space indentations in...
2016-07-27 Vedant Kumar[llvm-cov] Add a debug mode for source range highlighti...
2016-07-27 Vedant KumarRevert "[llvm-cov] Minor aesthetic improvements for...
2016-07-27 Vedant Kumar[llvm-cov] Minor aesthetic improvements for html reports
2016-07-27 Vedant Kumar[llvm-cov] Escape '\' in strings when emitting JSON
2016-07-26 Vedant KumarRetry: [llvm-cov] Add support for exporting coverage...
2016-07-26 Vedant KumarRevert "[llvm-cov] Add support for exporting coverage...
2016-07-26 Vedant Kumar[llvm-cov] Add support for exporting coverage data...
2016-07-22 Vedant Kumar[llvm-cov] Don't copy stylesheets into index files
2016-07-22 Ying Yi[llvm-cov] - Add the coverage of lines in the summary...
2016-07-22 Ying Yitest commit
2016-07-21 Vedant Kumar[llvm-cov] Use relative paths to the stylesheet (for...
2016-07-18 Vedant Kumar[llvm-cov] Re-write a very opaque comment (NFC)
2016-07-18 Vedant Kumar[llvm-cov] Place anchors around line numbers in html...
2016-07-18 Vedant Kumar[llvm-cov] Clean up error reporting (NFC)
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease an older builder
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease Windows bots
2016-07-15 Vedant Kumar[llvm-cov] Optionally use a symbol demangler when prepa...
2016-07-15 Vedant Kumar[llvm-cov] Document a few private fields of CodeCoverag...
2016-07-15 Vedant Kumar[llvm-cov] Improve error messages
2016-07-15 Vedant Kumar[llvm-cov] Fix a use-after-free
2016-07-15 Vedant Kumar[llvm-cov] Clean up an awkward capture-by-reference...
2016-07-15 Vedant Kumar[Coverage] Mark a few more methods const (NFC)
2016-07-13 Vedant Kumar[llvm-cov] Use a thread pool to speed up report generat...
2016-07-06 Vedant KumarMinor formatting change, NFC
2016-07-06 Vedant Kumar[llvm-cov] Add support for creating html reports
2016-06-29 Vedant Kumar[llvm-cov] Use relative paths to file reports in -outpu...
2016-06-29 Vedant KumarUse LLVM_ATTRIBUTE_UNUSED instead of void casts; NFC
2016-06-29 Vedant Kumar[llvm-cov] Do not allow ".." to escape the coverage...
2016-06-29 Vedant Kumar[llvm-cov] Minor cleanups to prepare for the html forma...
2016-06-28 Simon PilgrimFix "not all control paths return a value" warning...
2016-06-28 Vedant Kumar[llvm-cov] Create an index of reports in -output-dir...
2016-06-28 Vedant Kumar[llvm-cov] Minor cleanups (NFC)
2016-06-28 Vedant Kumar[llvm-cov] Avoid copying file paths multiple times...
2016-06-28 Vedant Kumar[llvm-cov] Rename ShowFormat to Format (NFC)
2016-06-28 Vedant Kumar[llvm-cov] Move a check into a helper method (NFC)
2016-06-28 Simon PilgrimFix "not all control paths return a value" warning...
2016-06-28 Vedant Kumar[llvm-cov] Simplify; NFC
2016-06-28 Vedant KumarReapply "[llvm-cov] Add an -output-dir option for the...
2016-06-28 Vedant KumarRevert "[llvm-cov] Add an -output-dir option for the...
2016-06-28 Vedant Kumar[llvm-cov] Add an -output-dir option for the show sub...
2016-06-28 Vedant Kumar[llvm-cov] clang-format a line, NFC
2016-06-28 Vedant Kumar[llvm-cov] Add a format option for the 'show' sub-comma...
2016-06-26 Vedant Kumar[llvm-cov] Simplify the way expansion views are rendere...
2016-06-25 Vedant Kumar[llvm-cov] Make an API more consistent, NFC
2016-06-25 Vedant Kumar[llvm-cov] Flesh out some doxygen comments, NFC
2016-06-25 Vedant KumarTry to fix the MSVC build
2016-06-25 Vedant Kumar[llvm-cov] Separate presentation logic from formatting...
2016-06-24 Vedant Kumar[llvm-cov] Fix two warnings
2016-06-24 Vedant Kumar[llvm-cov] Use getOptions() instead of Options in Sourc...
2016-06-24 Vedant Kumar[llvm-cov] Add SourceNames to SourceCoverageViews, NFC
2016-06-24 Vedant Kumar[llvm-cov] Rename SourceCoverageView::LineCoverageInfo...
2016-06-23 Vedant KumarNFC, add an "end namespace" comment for consistency
next