aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault1-5/+7
2013-10-11Add warning about CHECK-DAG with variable definitionRenato Golin1-9/+37
2013-08-18docs: command guide: cleanups, no text changesDmitri Gribenko2-96/+28
2013-08-16[typo] An LLVM.Daniel Dunbar1-1/+1
2013-08-08[lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar1-1/+5
2013-08-08[lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar1-5/+0
2013-08-05Fix grammar.Bill Wendling1-2/+2
2013-07-30Fix underscore to be the proper length.Bill Wendling1-1/+1
2013-07-30Remove more dead documentation.Rafael Espindola1-11/+10
2013-07-29Delete documentation for deleted options.Rafael Espindola1-41/+0
2013-07-26Use pipefail when available.Rafael Espindola1-0/+4
2013-07-24Speling.Jakob Stoklund Olesen1-2/+2
2013-07-24Update old llc documentation.Jakob Stoklund Olesen1-9/+9
2013-07-24llvm-ar is far closer to being a regular ar implementation now. Update the docs.Rafael Espindola1-47/+7
2013-07-18Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that i...Stephen Lin1-8/+10
2013-07-14Correct inaccurate statement in FileCheck docs.Stephen Lin1-1/+2
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin1-0/+49
2013-06-28llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov1-0/+16
2013-06-21[docs] Fix formatting.Sean Silva1-1/+1
2013-06-14Remove the LLVM specific archive index.Rafael Espindola3-73/+2
2013-05-30Fix incorrect parameter name in LIT docs.Sergey Matveev1-2/+2
2013-05-14Add 'CHECK-DAG' supportMichael Liao1-0/+49
2013-04-27Documentation: end option description with a periodDmitri Gribenko1-1/+3
2013-04-22Document the -filetype option of llc (PR #12902)Eli Bendersky1-0/+8
2013-04-12Teach llvm-readobj to print ELF program headersNico Rieck1-0/+4
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck1-0/+5
2013-04-11Add man page for llvm-readobjNico Rieck2-0/+78
2013-04-02Fix a typo.Jakub Staszak1-1/+1
2013-03-19Update documentation of llvm-link to reflect recent cleanups.Eli Bendersky1-22/+4
2013-03-01Docs for llvm-symbolizer command-line toolAlexey Samsonov2-0/+66
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei1-1/+2
2013-01-19Documentation: remove more mentions of TclDmitri Gribenko1-8/+3
2013-01-11docs: Fix long standing linking antipattern.Sean Silva1-2/+0
2012-12-12Documentation: use paths relative to document root in links.Dmitri Gribenko1-1/+1
2012-12-12Documentation: llvm-bcanalyzer.rst: cleanup.Dmitri Gribenko1-170/+51
2012-12-01Update FileCheck's documentation to mention recently added feature ofEli Bendersky1-15/+16
2012-11-29Documentation for FileCheck: use 'option' and 'program' directives.Dmitri Gribenko1-36/+32
2012-11-29Documentation for llvm-link: reformatDmitri Gribenko1-54/+32
2012-11-29Documentation for llvm-cov: reformatDmitri Gribenko1-26/+14
2012-11-29Documentation for llvm-stress: reformatDmitri Gribenko1-22/+8
2012-11-29Documentation for opt: reformatDmitri Gribenko1-111/+71
2012-11-29Documentation for llc: reformat.Dmitri Gribenko1-120/+56
2012-11-29Documentation for lit: more formatting: use 'option' and 'program' directives.Dmitri Gribenko1-139/+144
2012-11-29Documentation for tblgen: formattingDmitri Gribenko1-98/+41
2012-11-29Documentation for lit: formatting improvements.Dmitri Gribenko1-117/+41
2012-11-29Documentation: use correct highlighterDmitri Gribenko1-3/+3
2012-11-28Documentation: improve formatting and remove unneeded empty lines.Dmitri Gribenko1-69/+9
2012-11-21Fix a typo in FileCheck.rstEli Bendersky1-1/+1
2012-11-20ReST-ify some markup in the LIT documentEli Bendersky1-10/+10
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko1-0/+27