summaryrefslogtreecommitdiff
path: root/lib/IR/GCOV.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happyJustin Bogner2014-05-07
* Work-around MSVS build breakage due to r208148Timur Iskhodzhanov2014-05-07
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-02
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie2014-04-21
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-26
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* llvm-cov: Fix include order in GCOV.cppJustin Bogner2014-02-04
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-04
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* llvm-cov: Removed extra semicolon from ;;.Yuchen Wu2013-12-16
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* GCOV.cpp: Use PRIu64 instead of %lu.NAKAMURA Takumi2013-12-10
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-10
* llvm-cov: Further improved error messages.Yuchen Wu2013-12-05
* llvm-cov: Conformed headers.Yuchen Wu2013-12-05
* llvm-cov: Changed extension from .llcov to .gcov.Yuchen Wu2013-12-05
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* llvm-cov: Added checks for ident, checksum, name.Yuchen Wu2013-12-04
* llvm-cov: Capitalized GCNO and GCDA for consistency.Yuchen Wu2013-12-04
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-04
* llvm-cov: Cleaned up print() function slightly.Yuchen Wu2013-12-03
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-03
* llvm-cov: Store blocks rather than counts per line.Yuchen Wu2013-12-03
* llvm-cov: Added edge struct for traversal in block.Yuchen Wu2013-12-03
* llvm-cov: Split up reading of GCNO and GCDA files.Yuchen Wu2013-12-03
* llvm-cov: Formatting change.Yuchen Wu2013-11-21
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* llvm-cov: Moved printing after error checks.Yuchen Wu2013-11-19
* llvm-cov: Added constness property to methods.Yuchen Wu2013-11-19
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-15
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-14
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-14