Commit History

Author SHA1 Message Date
  Reid Kleckner 97ca964f3d [Support] Rename tool_output_file to ToolOutputFile, NFC 8 years ago
  Vedant Kumar 3d39fc2624 [llvm-cov] Improve error messaging for function mismatches 8 years ago
  Vedant Kumar 1ef0d5a130 [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 8 years ago
  Alexander Kornienko 87e117df59 Convenience/safety fix for llvm::sys::Execute(And|No)Wait 8 years ago
  Eli Friedman d3822e422b [llvm-cov] Allow hiding instantiation/region coverage from summary tables 8 years ago
  Vedant Kumar 31b24fc041 [llvm-cov] Fix a lifetime issue 8 years ago
  Vedant Kumar 2cefdfaa16 [llvm-cov] Unify region marker placement between text/html modes 8 years ago
  Sean Eveson 10edef110e [llvm-cov] Read in function names for filtering from a text file. 8 years ago
  Sean Eveson 8574d59a97 [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies 8 years ago
  Vedant Kumar 0f0fd42192 [llvm-cov] NFC: make_unique-ify two allocations 8 years ago
  Vedant Kumar a8dfa81a14 [Coverage] Add an API to retrive all instantiations of a function (NFC) 8 years ago
  Vedant Kumar f6b53455df [llvm-cov] Respect the value of the -show-instantiations option 8 years ago
  Vedant Kumar e72b881e28 [llvm-cov] Allow specifying distinct architectures for each loaded binary 8 years ago
  Vedant Kumar 574c516223 [llvm-cov] Add a cl::opt to control the number of threads 8 years ago
  Vedant Kumar 09f10e7e60 [llvm-cov] Error-out when an unsupported format is used (PR32087) 8 years ago
  Igor Kudrin e3a9558370 [llvm-cov] Respect Windows line endings when parsing demangled symbols. 8 years ago
  Vedant Kumar 2006b414f1 [llvm-cov] Don't show function summaries when filtering by filename (fixes PR31395) 8 years ago
  Vedant Kumar b766e93f51 [llvm-cov] Demangle symbols in function summaries (fixes PR31394) 8 years ago
  Vedant Kumar 4858447bc5 [llvm-cov] Refactor logic for storing demangled symbols, NFC 8 years ago
  Vedant Kumar 95f974241b [llvm-cov] Fix a comment, NFC 8 years ago
  Benjamin Kramer bf60ce0ebd Apply clang-tidy's 'performance-faster-string-find' check to LLVM. 8 years ago
  Simon Pilgrim 84354d97d5 Fix spelling mistakes in Tools/Tests comments. NFC. 8 years ago
  Vedant Kumar 1fc13ff445 [llvm-cov] Don't use colored output until we know it's supported 8 years ago
  Vedant Kumar d4998ec16b [llvm-cov] Add support for loading coverage from multiple objects 8 years ago
  Vedant Kumar 5b5c5e7555 [llvm-cov] Do not print out the filename of the object file 8 years ago
  Pavel Labath 2864c2ae90 Remove TimeValue usage from llvm/Support 8 years ago
  Vedant Kumar 4c50ebb18b [llvm-cov] Don't spawn a thread unless ThreadCount > 1 8 years ago
  Mehdi Amini 3ffe113e11 Turn cl::values() (for enum) from a vararg function to using C++ variadic template 8 years ago
  Vedant Kumar 3de4fb3563 [llvm-cov] Factor out logic to remove unmapped inputs (NFC) 9 years ago
  Vedant Kumar daacf3c8ba [llvm-cov] Filter away source files that aren't in the coverage mapping 9 years ago