index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
GCOV.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gcov] Sort file info before printing it
Vedant Kumar
2017-04-26
1
-3
/
+7
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-18
/
+36
*
Support: Remove MemoryObject and DataStreamer interfaces.
Peter Collingbourne
2016-11-02
1
-1
/
+0
*
llvm-cov: Fix reading gcov data that does not have function names
Justin Bogner
2016-02-08
1
-9
/
+13
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-2
/
+2
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-3
/
+3
*
Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used
Richard Smith
2015-10-14
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[gcov] Move formatBranchInfo into an anonymous namespace.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
llvm-cov: Warn instead of error if a .gcda has arcs from an exit block
Justin Bogner
2015-03-17
1
-1
/
+3
*
llvm-cov: Don't use llvm::outs() in library code
Justin Bogner
2015-01-23
1
-41
/
+43
*
llvm-cov: Use range-for (NFC)
Justin Bogner
2015-01-23
1
-49
/
+21
*
llvm-cov: clang-format the GCOV files (NFC)
Justin Bogner
2015-01-23
1
-85
/
+133
*
GCOV: Make sure that function idents in the .gcda and .gcno match
Justin Bogner
2014-11-06
1
-1
/
+2
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-5
/
+5
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-2
/
+6
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happy
Justin Bogner
2014-05-07
1
-4
/
+2
*
Work-around MSVS build breakage due to r208148
Timur Iskhodzhanov
2014-05-07
1
-2
/
+4
*
llvm-cov: Handle missing source files as GCOV does
Justin Bogner
2014-05-07
1
-13
/
+29
*
llvm-cov: Implement --no-output
Justin Bogner
2014-05-07
1
-15
/
+43
*
llvm-cov: Fix handling of line zero appearing in a line table
Justin Bogner
2014-05-02
1
-6
/
+18
*
llvm-cov: Add support for gcov's --long-file-names option
Justin Bogner
2014-04-23
1
-5
/
+9
*
Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.
David Blaikie
2014-04-21
1
-36
/
+21
*
llvm-cov: Handle functions with no line number
Justin Bogner
2014-03-26
1
-0
/
+5
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
llvm-cov: Fix include order in GCOV.cpp
Justin Bogner
2014-02-04
1
-3
/
+3
*
llvm-cov: Implement the preserve-paths flag
Justin Bogner
2014-02-04
1
-10
/
+49
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.
NAKAMURA Takumi
2013-12-19
1
-3
/
+3
*
llvm-cov: Added -f option for function summaries.
Yuchen Wu
2013-12-19
1
-15
/
+81
*
llvm-cov: Print coverage summary to STDOUT.
Yuchen Wu
2013-12-18
1
-3
/
+38
*
llvm-cov: s/(.*)Executed/\1Exec/
Yuchen Wu
2013-12-18
1
-3
/
+3
*
llvm-cov: Added -c option for branch counts.
Yuchen Wu
2013-12-18
1
-11
/
+30
*
llvm-cov: Added -u option for unconditional branch info.
Yuchen Wu
2013-12-16
1
-8
/
+18
*
llvm-cov: Removed extra semicolon from ;;.
Yuchen Wu
2013-12-16
1
-1
/
+1
*
llvm-cov: Added -b option for branch probabilities.
Yuchen Wu
2013-12-13
1
-22
/
+135
*
GCOV.cpp: Use PRIu64 instead of %lu.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
llvm-cov: Added -a option for block data.
Yuchen Wu
2013-12-10
1
-3
/
+30
*
llvm-cov: Further improved error messages.
Yuchen Wu
2013-12-05
1
-5
/
+7
*
llvm-cov: Conformed headers.
Yuchen Wu
2013-12-05
1
-1
/
+1
*
llvm-cov: Changed extension from .llcov to .gcov.
Yuchen Wu
2013-12-05
1
-1
/
+1
*
Un-revert r196358: "llvm-cov: Added support for function checksums."
Daniel Jasper
2013-12-04
1
-3
/
+9
[next]