OSDN Git Service

Merging r370271:
[android-x86/external-llvm.git] / tools / llvm-cov /
2019-06-28 Max Moroz[llvm-cov[ Fix lcov coverage report contains functions...
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-04-22 Fangrui SongUse llvm::stable_sort. NFC
2019-03-14 Max MorozSpeeding up llvm-cov export with multithreaded renderFi...
2019-02-19 Vedant Kumar[llvm-cov] Add support for gcov --hash-filenames option
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-20 Jordan Rupprecht[binutils] NFC: fix clang-tidy warning: use empty(...
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-09 Max Moroz[llvm-cov] Remove "default:" label in the switch coveri...
2018-11-09 Max Moroz[llvm-cov] Add lcov tracefile export format.
2018-10-01 Sam McCall[Support] Listing a directory containing dangling symli...
2018-09-12 Vedant Kumar[llvm-cov] Delete custom JSON serialization code (NFC)
2018-08-07 Vedant Kumar[Coverage] Delete getCounterMismatches, it's dead code...
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-30 Vedant Kumar[llvm-cov] Use the new PrintHTMLEscaped utility
2018-05-22 Max Moroz[Coverage] Update CSS to make HTML reports copy-paste...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-25 Nico WeberIWYU llvm-config.h for LLVM_VERSION_STRING
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-09 Max Moroz[llvm-cov] Implement -ignore-filename-regex= option...
2018-04-05 Max Moroz[llvm-cov] Prevent llvm-cov from hanging when a symblin...
2018-01-31 Max Moroz[llvm-cov] Fix incorrect usage of .precision specifier...
2018-01-31 Max Moroz[llvm-cov] Improvements for summary report generated...
2018-01-12 Max Moroz[llvm-cov] Skip unnecessary coverage computations for...
2018-01-05 Max Moroz[llvm-cov] Multi-threaded implementation of prepareFile...
2018-01-04 Max Moroz[llvm-cov] Refactor "export" command implementation...
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-11 Max Moroz[llvm-cov] Add an option for "export" command to emit...
2017-11-09 Vedant Kumar[llvm-cov] Don't render empty region marker lines
2017-11-09 Vedant Kumar[Coverage] Use the wrapped segment when a line has...
2017-11-03 David BlaikieGCOV: Move GCOV from IR & Support into ProfileData...
2017-10-24 Vedant Kumar[llvm-cov] Use a stable sort on sub-views
2017-10-18 Vedant Kumar[llvm-cov] Move LineCoverageIterator to libCoverage...
2017-10-18 Vedant Kumar[llvm-cov] Use the coverage namespace. NFC.
2017-10-18 Vedant Kumar[llvm-cov] Suppress sub-line highlights in simple cases
2017-10-18 Vedant Kumar[llvm-cov] Pass LineCoverageStats in SourceCoverageView...
2017-10-18 Vedant Kumar[llvm-cov] Highlight gaps in consecutive uncovered...
2017-10-17 Vedant Kumar[llvm-cov] Add one correction to r315960 (PR34962)
2017-10-16 Vedant Kumar[llvm-cov] Remove workaround in line execution count...
2017-10-14 Vedant Kumar[llvm-cov] Factor out logic to iterate over line covera...
2017-10-13 Max Moroz[llvm-cov] Generate "report" for given source paths...
2017-10-04 Sean Eveson[llvm-cov] Fix showing title when filtering and not...
2017-10-03 Sean Eveson[llvm-cov] Hide files with no coverage from the index...
2017-09-28 Sean Eveson[llvm-cov] Create directory structure when filtering...
2017-09-27 Sean EvesonRevert "[llvm-cov] Create directory structure when...
2017-09-27 Sean Eveson[llvm-cov] Create directory structure when filtering...
2017-09-27 Sean Eveson[llvm-cov] Improve const-correctness of filters. NFC.
2017-09-25 Vedant Kumar[llvm-cov] Warn if -show-functions is used without...
2017-09-25 Vlad TsyrklevichAdd section headers to SpecialCaseLists
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-21 Vedant Kumar[llvm-cov] Improve error messaging for function mismatches
2017-09-19 Vedant Kumar[llvm-cov] Make report metrics agree with line exec...
2017-09-18 Vedant Kumar[Coverage] Use gap regions to select better line exec...
2017-09-18 Vedant Kumar[llvm-cov] Simplify code to find the first uncovered...
2017-09-15 Vedant Kumar[llvm-cov] Fix a bot failure due to r313417
2017-09-15 Vedant Kumar[llvm-cov] Avoid over-counting covered lines and regions
2017-09-15 Vedant Kumar[llvm-cov] Make some summary info fields private. NFC.
2017-09-15 Vedant Kumar[llvm-cov] Remove a redundant field. NFC.
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-11 Eli Friedman[llvm-cov] Allow hiding instantiation/region coverage...
2017-09-11 Vedant Kumar[llvm-cov] Don't attach exec counts to lines which...
2017-09-08 Vedant Kumar[llvm-cov] Fix a lifetime issue
2017-09-08 Vedant Kumar[llvm-cov] Unify region marker placement between text...
2017-08-31 Sean Eveson[llvm-cov] Read in function names for filtering from...
2017-08-14 Sean Eveson[llvm-cov] Add an option which maps the location of...
2017-08-09 Eli Friedman[llvm-cov] Rearrange entries in report index.
2017-08-04 Vedant Kumar[llvm-cov] Ignore unclosed line segments when setting...
2017-08-04 Vedant Kumar[llvm-cov] NFC: make_unique-ify two allocations
2017-08-02 Vedant Kumar[Coverage] Add an API to retrive all instantiations...
2017-08-02 Vedant Kumar[llvm-cov] Respect the value of the -show-instantiation...
2017-08-01 Vedant Kumar[llvm-cov] Allow specifying distinct architectures...
2017-07-11 Vedant Kumar[llvm-cov] Add a cl::opt to control the number of threads
2017-04-15 Vedant Kumar[ProfileData] Unify getInstrProf*SectionName helpers
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-03-13 Zachary TurnerUse the new member accessors of llvm::enumerate.
2017-02-28 Vedant Kumar[llvm-cov] Error-out when an unsupported format is...
2017-02-23 Vedant Kumar[llvm-cov] Strip redundant path components from filenam...
2017-02-19 Igor Kudrin[llvm-cov] Respect Windows line endings when parsing...
2017-02-05 Vedant Kumar[llvm-cov] Don't show function summaries when filtering...
2017-02-05 Vedant Kumar[llvm-cov] Demangle symbols in function summaries ...
2017-02-05 Vedant Kumar[llvm-cov] Refactor logic for storing demangled symbols...
2017-02-05 Vedant Kumar[llvm-cov] Fix a comment, NFC
2017-01-28 Matthias BraunCleanup dump() functions.
2016-11-30 Benjamin KramerApply clang-tidy's 'performance-faster-string-find...
2016-11-21 Alex Lorenz[llvm-cov] Avoid 0% when reporting something that's 0/0
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-11-02 Vedant Kumar[llvm-cov] Turn line numbers in html reports into click...
2016-10-27 Benjamin KramerRemove duplicated default move ctors/move assign. No...
2016-10-25 Vedant Kumar[llvm-cov] Don't use colored output until we know it...
2016-10-25 Vedant Kumar[llvm-cov] Add support for loading coverage from multip...
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...
next