llvm-project/llvm/docs/CommandGuide
Alan Phipps 9f2967bcfe [Coverage] Add support for Branch Coverage in LLVM Source-Based Code Coverage
This is an enhancement to LLVM Source-Based Code Coverage in clang to track how
many times individual branch-generating conditions are taken (evaluate to TRUE)
and not taken (evaluate to FALSE).  Individual conditions may comprise larger
boolean expressions using boolean logical operators.  This functionality is
very similar to what is supported by GCOV except that it is very closely
anchored to the ASTs.

Differential Revision: https://reviews.llvm.org/D84467
2021-01-05 09:51:51 -06:00
..
FileCheck.rst [FileCheck] Add a literal check directive modifier 2020-12-18 17:26:15 -08:00
bugpoint.rst
dsymutil.rst Fix typo in dsymutil.rst 2020-09-10 09:46:10 -07:00
index.rst [llvm-profgen] [docs] Fix invalid header. Add to ToC. NFC. 2020-11-26 10:45:05 +01:00
lit.rst fix doc typo to cycle bots 2020-08-06 21:02:41 -04:00
llc.rst [llc] (almost) remove `--print-machineinstrs` 2020-07-20 10:43:28 -07:00
lli.rst [llc] (almost) remove `--print-machineinstrs` 2020-07-20 10:43:28 -07:00
llvm-addr2line.rst llvm-addr2line: assume addresses on the command line are hexadecimal rather than attempting to guess the base based on the form of the number. 2020-04-16 16:16:21 -07:00
llvm-ar.rst
llvm-as.rst
llvm-bcanalyzer.rst
llvm-config.rst
llvm-cov.rst [Coverage] Add support for Branch Coverage in LLVM Source-Based Code Coverage 2021-01-05 09:51:51 -06:00
llvm-cxxfilt.rst [docs][llvm-cxxfilt] Document --no-strip-underscore option 2020-05-01 11:03:06 +01:00
llvm-cxxmap.rst
llvm-diff.rst
llvm-dis.rst
llvm-dwarfdump.rst [docs][llvm-dwarfdump] Fix the warnings during docs-llvm-html buil 2020-06-25 11:04:28 +02:00
llvm-exegesis-analysis.png
llvm-exegesis.rst [llvm-exegesis][doc] Remove old FIXME. 2020-10-28 10:53:23 +01:00
llvm-extract.rst [docs] Fix typos 2020-08-09 19:31:49 -07:00
llvm-install-name-tool.rst [llvm-install-name-tool] Add -delete_all_rpaths option 2020-10-13 00:45:57 -07:00
llvm-lib.rst
llvm-libtool-darwin.rst [llvm-libtool-darwin] Address post-commit feedback 2020-08-25 15:04:23 -07:00
llvm-link.rst
llvm-lipo.rst
llvm-locstats.rst
llvm-mca.rst [Docs] fix typos for llvm-mca; NFC 2020-06-07 11:14:24 -04:00
llvm-nm.rst llvm-nm: Implement --special-syms. 2020-06-22 13:05:47 -07:00
llvm-objcopy.rst [docs][llvm-objcopy] Update --output-target text with right defaults 2020-05-05 11:22:56 +01:00
llvm-objdump.rst [llvm-objdump] Document --mattr=help in --help output 2020-11-30 12:52:54 +00:00
llvm-pdbutil.rst
llvm-profdata.rst Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
llvm-profgen.rst [CSSPGO][llvm-profgen] Context-sensitive profile data generation 2020-12-07 13:48:58 -08:00
llvm-ranlib.rst
llvm-readelf.rst [llvm-readelf] - Implement --section-details option. 2020-10-27 13:29:39 +03:00
llvm-readobj.rst [llvm-readobj] Add --coff-tls-directory flag to print TLS Directory & test. 2020-10-08 01:53:15 -07:00
llvm-size.rst
llvm-stress.rst
llvm-strings.rst
llvm-strip.rst [llvm-objcopy][MachO] Add support for removing Swift symbols 2020-05-26 16:49:56 -07:00
llvm-symbolizer.rst Recommit "[llvm-symbolizer] Switch to using native symbolizer by default on Windows" 2020-11-30 17:36:12 -08:00
locstats-compare.png
locstats-draw-plot.png
opt.rst
tblgen.rst [TableGen] Improve a couple of descriptions in the command guide 2020-11-15 09:59:59 -05:00