Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on...
[oota-llvm.git] / test / tools / llvm-cov /
2015-05-13 Justin BognerInstrProf: Fix display of large numbers in llvm-cov
2015-03-24 Justin Bognerllvm-cov: Require a subcommand when invoked as llvm-cov
2015-03-19 Justin Bognerllvm-cov: Only emit colour by default if the output...
2015-03-17 Justin Bognerllvm-cov: Warn instead of error if a .gcda has arcs...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
2015-03-16 Justin BognerInstrProf: Remove xfails for big-endian from coverage...
2015-03-16 Justin BognerInstrProf: Do a better job of reading coverage mapping...
2015-03-11 Justin BognerNow that r231902's test is executed, make it actually...
2015-03-11 Daniel JasperMake test added in r231902 actually be executed.
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-09 Justin BognerInstrProf: Use the proftext format for these coverage...
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-02-23 Justin BognerInstrProf: Teach llvm-cov to show the max count instead...
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2014-09-30 Alex LorenzRevert r218673 'llvm-cov: add test for report's functio...
2014-09-30 Alex Lorenzllvm-cov: add test for report's function & file associa...
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-19 Justin Bognerllvm-cov: Prevent a test from matching its own check...
2014-09-19 Justin Bognerllvm-cov: Fix dropped lines when filters were applied
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Alexey SamsonovExclude known and bugzilled failures from UBSan bootstrap
2014-09-15 Justin Bognerllvm-cov: Make debug output more consistent
2014-09-15 Justin Bognerllvm-cov: Fix an issue with showing regions but not...
2014-09-11 Justin BognerRevert "llvm-cov: Remove an overly system specific...
2014-09-10 Justin Bognerllvm-cov: Remove an overly system specific test
2014-09-10 Justin Bognerllvm-cov: Fix a misuse of ArrayRef::slice I introduced...
2014-08-23 Alex Lorenzllvm-cov: test: add xfail for the big-endian buildbots
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-06-27 Justin Bognerllvm-cov: Support specifying multiple source files
2014-06-18 Ulrich WeigandDo not XFAIL test/tools/llvm-cov tests on powerpc64le
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-07 Justin Bognerllvm-cov: Handle missing source files as GCOV does
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
2014-05-02 Justin Bognerllvm-cov: Fix handling of line zero appearing in a...
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-03-26 Justin Bognerllvm-cov: Move XFAIL after the body of the test
2014-03-26 Justin Bognerllvm-cov: Disable test on big endian machines
2014-03-26 Justin Bognerllvm-cov: Handle functions with no line number
2014-02-24 Reed KotlerFor lcov tests, don't Xfail mips littl endian (mipsel...
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-04 Justin Bognerllvm-cov: Implement the object-directory flag
2014-02-04 Justin Bognerllvm-cov: Ignore missing .gcda files
2014-02-04 Justin Bognerllvm-cov: Document the llvm-cov tests
2014-01-29 Justin Bognerllvm-cov: Expect a source file as a positional parameter
2014-01-25 Venkatraman Govind... [Sparc] Add sparc to the list of XFAIL architecture...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-07 Yuchen Wullvm-cov: Added test.h header to tests.
2013-12-06 Yuchen Wullvm-cov: Regenerated gcov files with r195513 changes.
2013-12-05 Yuchen Wullvm-cov: Changed extension from .llcov to .gcov.
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-03 Yuchen Wullvm-cov: Another fix to llvm-cov test.
2013-12-03 Daniel JasperFurther fix to llvm-cov test.
2013-12-03 Daniel JasperFix llvm-cov test as suggested in r196228's post commit...
2013-12-03 Daniel JasperCopy input files to test directory.
2013-12-03 NAKAMURA Takumillvm-cov.test: Resurrect part of r194694 for win32...
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-11-29 Petar Jovanovicmips: XFAIL llvm-cov test
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-14 NAKAMURA Takumillvm-cov.test: Remove XFAIL:arm. Seems this is passing...
2013-11-14 NAKAMURA Takumillvm-cov.test: Tweak win32 hosts not confused by \r...
2013-11-14 NAKAMURA TakumiSuppress llvm-cov.test on Win32, with REQUIRES: shell
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-13 Yuchen Wullvm-cov: Changed XFAIL targets to be more generic.
2013-11-13 Yuchen WuAdded basic unit test for llvm-cov.
2013-11-12 Yuchen WuRevert "Added basic unit test for llvm-cov."
2013-11-12 Yuchen Wullvm-cov: Added call to update run/program counts.
2013-11-12 Yuchen WuAdded basic unit test for llvm-cov.
2013-11-05 Yuchen WuRevert "Added basic unit test for llvm-cov."
2013-11-05 Yuchen WuAdded basic unit test for llvm-cov.