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
/
tools
/
llvm-cov
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...
Frederic Riss
2015-06-22
1
-9
/
+6
*
llvm-cov: Make llvm-cov --version DTRT
Justin Bogner
2015-06-03
1
-0
/
+8
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+1
*
InstrProf: Fix display of large numbers in llvm-cov
Justin Bogner
2015-05-13
1
-21
/
+25
*
llvm-cov: Warn if object file is newer than profile
Justin Bogner
2015-05-04
1
-0
/
+13
*
llvm-cov: Require a subcommand when invoked as llvm-cov
Justin Bogner
2015-03-24
1
-16
/
+16
*
llvm-cov: Rename -color={always|never} to -use-color[=0]
Justin Bogner
2015-03-19
1
-14
/
+6
*
llvm-cov: Continue trying to appease a bot
Justin Bogner
2015-03-19
1
-1
/
+4
*
llvm-cov: Try to appease a bot
Justin Bogner
2015-03-19
1
-2
/
+2
*
llvm-cov: Only emit colour by default if the output is a tty
Justin Bogner
2015-03-19
1
-10
/
+14
*
InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Justin Bogner
2015-03-11
1
-1
/
+17
*
Make helper functions static.
Benjamin Kramer
2015-03-09
2
-4
/
+5
*
InstrProf: Teach llvm-cov to show the max count instead of the last
Justin Bogner
2015-02-23
1
-4
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
llvm-cov: Actually use the command line arguments when reporting
Justin Bogner
2015-02-14
3
-12
/
+12
*
llvm-cov: Simplify coverage reports, fixing PR22575 in the process
Justin Bogner
2015-02-14
8
-170
/
+69
*
InstrProf: Remove an unused header (NFC)
Justin Bogner
2015-02-02
1
-1
/
+0
*
llvm-cov: Don't use llvm::outs() in library code
Justin Bogner
2015-01-23
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
6
-15
/
+15
*
Remove unused includes and out of date comment. NFC.
Rafael Espindola
2014-12-17
3
-3
/
+0
*
llvm-cov: Sink some reporting logic into CoverageMapping
Justin Bogner
2014-11-14
3
-39
/
+11
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-1
/
+1
*
llvm-cov: Follow LLVM naming conventions
Justin Bogner
2014-10-30
4
-22
/
+21
*
llvm-cov: Don't manually parse an option for no reason
Justin Bogner
2014-10-30
1
-18
/
+5
*
llvm-cov: Very basic top level help
Justin Bogner
2014-10-30
1
-11
/
+17
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-2
/
+1
*
llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...
NAKAMURA Takumi
2014-10-01
1
-12
/
+12
*
llvm-cov: Use the number of executed functions for the function coverage metric.
Alex Lorenz
2014-09-30
4
-21
/
+24
*
llvm-cov: Allow creating CoverageMappings from filenames
Justin Bogner
2014-09-20
1
-18
/
+1
*
llvm-cov: Disentangle the coverage data logic from the display (NFC)
Justin Bogner
2014-09-20
12
-477
/
+137
*
llvm-cov: Move some reader debug output out of the tool.
Justin Bogner
2014-09-20
1
-11
/
+0
*
llvm-cov: Return unique_ptrs instead of filling objects (NFC)
Justin Bogner
2014-09-19
1
-53
/
+62
*
llvm-cov: Fix dropped lines when filters were applied
Justin Bogner
2014-09-19
1
-1
/
+2
*
llvm-cov: Generalize -filename-equivalence
Justin Bogner
2014-09-19
1
-29
/
+51
*
llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)
Justin Bogner
2014-09-18
1
-28
/
+15
*
Alternative (to r216344) fix of gcc -Wpedantic.
Patrik Hagglund
2014-09-18
1
-1
/
+1
*
llvm-cov: Push some more debug output into the View (NFC)
Justin Bogner
2014-09-17
2
-24
/
+4
*
llvm-cov: Rework the API for getting the coverage of a file (NFC)
Justin Bogner
2014-09-17
6
-362
/
+231
*
LineIterator: Provide a variant that keeps blank lines
Justin Bogner
2014-09-17
1
-8
/
+4
*
llvm-cov: Fix a typo
Justin Bogner
2014-09-17
1
-1
/
+1
*
Add move constructors/assignment to make MSVC happy after r217940
Justin Bogner
2014-09-17
1
-0
/
+16
*
llvm-cov: Distinguish expansion/instantiation from SourceCoverageView
Justin Bogner
2014-09-17
3
-113
/
+108
*
llvm-cov: Rename a variable and clean up its usage
Justin Bogner
2014-09-16
2
-20
/
+19
*
llvm-cov: Make debug output more consistent
Justin Bogner
2014-09-15
2
-16
/
+16
*
llvm-cov: Fix an issue with showing regions but not counts
Justin Bogner
2014-09-15
2
-13
/
+24
*
llvm-cov: Clean up some redundancy in the view API (NFC)
Justin Bogner
2014-09-15
3
-44
/
+29
*
llvm-cov: Simplify CounterMappingRegion, pushing logic to its user
Justin Bogner
2014-09-15
1
-3
/
+6
*
llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)
Justin Bogner
2014-09-12
7
-47
/
+9
*
Revert "llvm-cov: Remove an overly system specific test"
Justin Bogner
2014-09-11
1
-1
/
+1
*
llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430
Justin Bogner
2014-09-10
1
-1
/
+1
[next]