Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add man page for llvm-readobj | Nico Rieck | 2013-04-11 | 2 | -0/+78 |
| | | | | llvm-svn: 179244 | ||||
* | Fix a typo. | Jakub Staszak | 2013-04-02 | 1 | -1/+1 |
| | | | | llvm-svn: 178567 | ||||
* | Update documentation of llvm-link to reflect recent cleanups. | Eli Bendersky | 2013-03-19 | 1 | -22/+4 |
| | | | | llvm-svn: 177411 | ||||
* | Docs for llvm-symbolizer command-line tool | Alexey Samsonov | 2013-03-01 | 2 | -0/+66 |
| | | | | llvm-svn: 176337 | ||||
* | Canonicalize line endings to Linux style also when the --strict-whitespace ↵ | Guy Benyei | 2013-02-06 | 1 | -1/+2 |
| | | | | | | flag is in use. This flag is supposed to affect horizontal whitespaces only. llvm-svn: 174541 | ||||
* | Documentation: remove more mentions of Tcl | Dmitri Gribenko | 2013-01-19 | 1 | -8/+3 |
| | | | | | | Followup for r172836 llvm-svn: 172918 | ||||
* | docs: Fix long standing linking antipattern. | Sean Silva | 2013-01-11 | 1 | -2/+0 |
| | | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162 | ||||
* | Documentation: use paths relative to document root in links. | Dmitri Gribenko | 2012-12-12 | 1 | -1/+1 |
| | | | | llvm-svn: 170027 | ||||
* | Documentation: llvm-bcanalyzer.rst: cleanup. | Dmitri Gribenko | 2012-12-12 | 1 | -170/+51 |
| | | | | llvm-svn: 170001 | ||||
* | Update FileCheck's documentation to mention recently added feature of | Eli Bendersky | 2012-12-01 | 1 | -15/+16 |
| | | | | | | matching a variable defined on the same line. llvm-svn: 169103 | ||||
* | Documentation for FileCheck: use 'option' and 'program' directives. | Dmitri Gribenko | 2012-11-29 | 1 | -36/+32 |
| | | | | | | This enables option cross-referencing and now '--' in option names are no more turned into en dashes. llvm-svn: 168926 | ||||
* | Documentation for llvm-link: reformat | Dmitri Gribenko | 2012-11-29 | 1 | -54/+32 |
| | | | | llvm-svn: 168924 | ||||
* | Documentation for llvm-cov: reformat | Dmitri Gribenko | 2012-11-29 | 1 | -26/+14 |
| | | | | llvm-svn: 168922 | ||||
* | Documentation for llvm-stress: reformat | Dmitri Gribenko | 2012-11-29 | 1 | -22/+8 |
| | | | | llvm-svn: 168920 | ||||
* | Documentation for opt: reformat | Dmitri Gribenko | 2012-11-29 | 1 | -111/+71 |
| | | | | llvm-svn: 168919 | ||||
* | Documentation for llc: reformat. | Dmitri Gribenko | 2012-11-29 | 1 | -120/+56 |
| | | | | llvm-svn: 168912 | ||||
* | Documentation for lit: more formatting: use 'option' and 'program' directives. | Dmitri Gribenko | 2012-11-29 | 1 | -139/+144 |
| | | | | | | This enables cross-referencing and now '--' in option names are no more turned into en dashes. llvm-svn: 168906 | ||||
* | Documentation for tblgen: formatting | Dmitri Gribenko | 2012-11-29 | 1 | -98/+41 |
| | | | | llvm-svn: 168904 | ||||
* | Documentation for lit: formatting improvements. | Dmitri Gribenko | 2012-11-29 | 1 | -117/+41 |
| | | | | llvm-svn: 168902 | ||||
* | Documentation: use correct highlighter | Dmitri Gribenko | 2012-11-29 | 1 | -3/+3 |
| | | | | llvm-svn: 168871 | ||||
* | Documentation: improve formatting and remove unneeded empty lines. | Dmitri Gribenko | 2012-11-28 | 1 | -69/+9 |
| | | | | llvm-svn: 168817 | ||||
* | Fix a typo in FileCheck.rst | Eli Bendersky | 2012-11-21 | 1 | -1/+1 |
| | | | | llvm-svn: 168466 | ||||
* | ReST-ify some markup in the LIT document | Eli Bendersky | 2012-11-20 | 1 | -10/+10 |
| | | | | llvm-svn: 168345 | ||||
* | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in | Alexander Kornienko | 2012-11-14 | 1 | -0/+27 |
| | | | | | | FileCheck. llvm-svn: 167978 | ||||
* | FileCheck.rst: change formatting of code-like constructs to use a monospaced | Dmitri Gribenko | 2012-11-14 | 1 | -86/+50 |
| | | | | | | font. These were formatted in bold, but that's not correct. llvm-svn: 167964 | ||||
* | Fix a broken sentence | Eli Bendersky | 2012-11-07 | 1 | -2/+3 |
| | | | | llvm-svn: 167521 | ||||
* | Document the -input-file option of FileCheck | Eli Bendersky | 2012-11-07 | 1 | -0/+5 |
| | | | | llvm-svn: 167517 | ||||
* | lit: Rename the valgrind leaks feature to match what is currently used | Daniel Dunbar | 2012-10-19 | 1 | -1/+1 |
| | | | | | | (vg_leak). llvm-svn: 166306 | ||||
* | lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. | Daniel Dunbar | 2012-10-19 | 1 | -0/+13 |
| | | | | | | - These can be used with the XFAIL options. llvm-svn: 166303 | ||||
* | Remove references to compression in llvm-ar. It has been a long time since we | Rafael Espindola | 2012-08-10 | 1 | -34/+10 |
| | | | | | | switched from a bytecode+bzip2 to the current bitcode. llvm-svn: 161651 | ||||
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 160621 | ||||
* | Fix the formatting a bit. | Bill Wendling | 2012-06-20 | 1 | -41/+8 |
| | | | | llvm-svn: 158815 | ||||
* | Use correct syntax highliter in code blocks. Noticed by Sean Silva. | Dmitri Gribenko | 2012-06-12 | 4 | -11/+11 |
| | | | | llvm-svn: 158359 | ||||
* | FileCheck docs: remove leftover HTML markup. | Dmitri Gribenko | 2012-06-12 | 1 | -9/+9 |
| | | | | llvm-svn: 158344 | ||||
* | [llvm-nm] Update documentation to cover object file support and arguments. | Michael J. Spencer | 2012-06-06 | 1 | -33/+68 |
| | | | | llvm-svn: 158120 | ||||
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 2 | -2/+2 |
| | | | | llvm-svn: 157885 | ||||
* | Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>. | Chad Rosier | 2012-05-24 | 1 | -1/+1 |
| | | | | llvm-svn: 157415 | ||||
* | Fix the tool documentation | Nadav Rotem | 2012-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 156729 | ||||
* | [docs] Remove POD based man page docs (and build system support). | Daniel Dunbar | 2012-05-08 | 25 | -3901/+0 |
| | | | | | | - Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it. llvm-svn: 156389 | ||||
* | [docs] Add ReST version of all the man pages. | Daniel Dunbar | 2012-05-08 | 22 | -0/+3953 |
| | | | | | | | - The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384 | ||||
* | Remove C Backend from the bugpoint docs | Pete Cooper | 2012-05-07 | 1 | -8/+8 |
| | | | | llvm-svn: 156333 | ||||
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 2 | -237/+0 |
| | | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147 | ||||
* | Some formatting and grammar fixes in the FileCheck documentation | Eli Bendersky | 2012-04-18 | 1 | -29/+29 |
| | | | | llvm-svn: 154990 | ||||
* | Drop O4 from the llc manpage, it was removed in r70445. | Benjamin Kramer | 2012-03-29 | 1 | -1/+1 |
| | | | | llvm-svn: 153684 | ||||
* | docs/lit: Add some notes on the lit test run output format. | Daniel Dunbar | 2012-03-26 | 1 | -0/+47 |
| | | | | llvm-svn: 153450 | ||||
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | * Removed test/lib/llvm.exp - it is no longer needed * Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files left in the test suite so this code is no longer required. test/lit.cfg is now much shorter and clearer * Removed a lot of duplicate code in lit.local.cfg files that need access to the root configuration, by adding a "root" attribute to the TestingConfig object. This attribute is dynamically computed to provide the same information as was previously provided by the custom getRoot functions. * Documented the config.root attribute in docs/CommandGuide/lit.pod llvm-svn: 153408 | ||||
* | Some typos in lit command guide | Eli Bendersky | 2012-03-14 | 1 | -4/+4 |
| | | | | llvm-svn: 152712 | ||||
* | Typo in lit command guide | Eli Bendersky | 2012-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 152702 | ||||
* | Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files. | Craig Topper | 2012-02-27 | 1 | -14/+38 |
| | | | | llvm-svn: 151513 | ||||
* | Add a random .LL file generator to stress-test different llvm components. | Nadav Rotem | 2012-02-26 | 2 | -0/+45 |
| | | | | llvm-svn: 151479 |