summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
AgeCommit message (Expand)Author
2016-06-28Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar
2016-06-28[llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar
2016-06-28[llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)Vedant Kumar
2016-06-27Document the ability to perform multi-line pattern matching in FileCheck.Wolfgang Pieb
2016-06-14[FileCheck] Document --check-prefixes.Daniel Sanders
2016-06-09[docs] Fix indentation for a tool optionVedant Kumar
2016-06-07Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-06Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar
2016-06-06Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-06Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-06Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-04[llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth
2016-06-03[llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar
2016-05-28[docs] Be a bit more precise.Sean Silva
2016-04-04Document standard substitutions defined by lit.Paul Robinson
2016-03-23[docs] Use reST link.Sean Silva
2016-03-23[docs] Clarify the sense of --compile-commandSean Silva
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight
2016-02-10[llvm-nm] Add -radix optionHemant Kulkarni
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar
2016-01-26[llvm-readobj] Add -elf-section-groups optionHemant Kulkarni
2016-01-07[llvm-symbolizer] Print out non-address lines verbatim.Mike Aizatsky
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland
2015-11-24Fix sphinx-build error when building documentation.Xinliang David Li
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li
2015-11-11Fix docs build break for revision r252798Hemant Kulkarni
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-11Reverting r252760Colin LeMahieu
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-09[EABI] Add LLVM support for -meabi flagRenato Golin
2015-11-06CommandGuide/lit.rst: Document the new commandline option -aMatthias Braun
2015-10-12[llvm-symbolizer] Add -print-address optionHemant Kulkarni
2015-10-12[llvm-symbolizer] Reverting r250067Colin LeMahieu
2015-10-12[llvm-symbolizer] Add -print-address optionHemant Kulkarni
2015-07-28Improving lli documentationRenato Golin
2015-07-17Start adding documentation for llvm-lib.Rafael Espindola
2015-06-25Make llvm-dwarfdump exit with non-zero exit code if error was occured.Alexey Samsonov
2015-06-19Fix "the the" in comments.Eric Christopher
2015-05-28Update documentation for llvm-profdata.Diego Novillo
2015-05-04Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --paramMatthias Braun
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-21Minor edits to the llvm-cov documentation.Bob Wilson
2015-03-19docs: Update llvm-cov docs for the -use-color flagJustin Bogner
2015-03-12docs: Fix a typo in my previous commitJustin Bogner
2015-03-12docs: Document the llvm-cov show and report commandsJustin Bogner
2015-03-12docs: Try to fix a couple of internal links in the llvm-profdata manualJustin Bogner
2015-03-05All FileCheck directives allow patterns.Paul Robinson
2015-03-05FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith