summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/GCOV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [gcov] Sort file info before printing itVedant Kumar2017-04-261-3/+7
* Cleanup dump() functions.Matthias Braun2017-01-281-18/+36
* Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne2016-11-021-1/+0
* llvm-cov: Fix reading gcov data that does not have function namesJustin Bogner2016-02-081-9/+13
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-2/+2
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-3/+3
* Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith2015-10-141-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [gcov] Move formatBranchInfo into an anonymous namespace.Benjamin Kramer2015-03-231-1/+1
* llvm-cov: Warn instead of error if a .gcda has arcs from an exit blockJustin Bogner2015-03-171-1/+3
* llvm-cov: Don't use llvm::outs() in library codeJustin Bogner2015-01-231-41/+43
* llvm-cov: Use range-for (NFC)Justin Bogner2015-01-231-49/+21
* llvm-cov: clang-format the GCOV files (NFC)Justin Bogner2015-01-231-85/+133
* GCOV: Make sure that function idents in the .gcda and .gcno matchJustin Bogner2014-11-061-1/+2
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-5/+5
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-2/+6
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happyJustin Bogner2014-05-071-4/+2
* Work-around MSVS build breakage due to r208148Timur Iskhodzhanov2014-05-071-2/+4
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-071-13/+29
* llvm-cov: Implement --no-outputJustin Bogner2014-05-071-15/+43
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-021-6/+18
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-231-5/+9
* Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie2014-04-211-36/+21
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-261-0/+5
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Don't make F_None the default.Rafael Espindola2014-02-241-1/+1
* llvm-cov: Fix include order in GCOV.cppJustin Bogner2014-02-041-3/+3
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-041-10/+49
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi2013-12-191-3/+3
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-191-15/+81
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-181-3/+38
* llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu2013-12-181-3/+3
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-181-11/+30
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-161-8/+18
* llvm-cov: Removed extra semicolon from ;;.Yuchen Wu2013-12-161-1/+1
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-131-22/+135
* GCOV.cpp: Use PRIu64 instead of %lu.NAKAMURA Takumi2013-12-101-1/+1
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-101-3/+30
* llvm-cov: Further improved error messages.Yuchen Wu2013-12-051-5/+7
* llvm-cov: Conformed headers.Yuchen Wu2013-12-051-1/+1
* llvm-cov: Changed extension from .llcov to .gcov.Yuchen Wu2013-12-051-1/+1
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-041-3/+9
OpenPOWER on IntegriCloud