Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fix typo and broken link | Eli Bendersky | 2012-02-05 | 1 | -2/+2 |
| | | | | llvm-svn: 149820 | ||||
* | Add missing paren | Eli Bendersky | 2012-02-05 | 1 | -1/+1 |
| | | | | llvm-svn: 149817 | ||||
* | Fix dead link | Eli Bendersky | 2012-01-07 | 1 | -1/+1 |
| | | | | llvm-svn: 147721 | ||||
* | Correct spelling. | Duncan Sands | 2012-01-02 | 1 | -1/+1 |
| | | | | llvm-svn: 147435 | ||||
* | llvm-build: Add sketchy support for preserving comments when using | Daniel Dunbar | 2011-12-12 | 1 | -1/+4 |
| | | | | | | --write-llvmbuild. llvm-svn: 146434 | ||||
* | Add documentation for llvm-cov. | Devang Patel | 2011-11-28 | 2 | -0/+48 |
| | | | | llvm-svn: 145319 | ||||
* | llvm-build: Add initial --write-cmake-fragment option. | Daniel Dunbar | 2011-11-04 | 1 | -0/+7 |
| | | | | llvm-svn: 143744 | ||||
* | llvm-build: Add initial code for --write-make-fragment. | Daniel Dunbar | 2011-11-03 | 1 | -0/+7 |
| | | | | llvm-svn: 143661 | ||||
* | llvm-build: Add "--write-library-table" option for generating the C++ library | Daniel Dunbar | 2011-11-03 | 1 | -0/+7 |
| | | | | | | dependency table used by llvm-config. llvm-svn: 143628 | ||||
* | docs: Sketch docs for llvm-build tool. | Daniel Dunbar | 2011-11-03 | 2 | -1/+63 |
| | | | | llvm-svn: 143627 | ||||
* | Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth | Bill Wendling | 2011-09-20 | 1 | -19/+0 |
| | | | | llvm-svn: 140163 | ||||
* | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 2 | -193/+0 |
| | | | | llvm-svn: 140121 | ||||
* | Remove obsolete .pod files. | Bill Wendling | 2011-09-18 | 2 | -161/+0 |
| | | | | llvm-svn: 140000 | ||||
* | Add -rfunc and -rglob options to llvm-extract to support regular | Chad Rosier | 2011-09-16 | 1 | -0/+12 |
| | | | | | | expression matching. llvm-svn: 139945 | ||||
* | Comment edit. | Andrew Trick | 2011-04-23 | 1 | -1/+2 |
| | | | | llvm-svn: 130047 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -10/+10 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | ||||
* | Documented bugpoint --compile-custom --compile-command. | Andrew Trick | 2011-04-14 | 1 | -2/+16 |
| | | | | | | I've used it a few times to reduce unit tests and gotten one request for information on it. It's not easy to use correctly because bugpoint doesn't tell you when you're doing it wrong. llvm-svn: 129507 | ||||
* | docs/CommandGuide/index.html: Fix CSS url to relative. | NAKAMURA Takumi | 2011-04-11 | 1 | -1/+1 |
| | | | | llvm-svn: 129268 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 23 | -23/+23 |
| | | | | llvm-svn: 129181 | ||||
* | Spelling fix: consequtive -> consecutive. | Duncan Sands | 2011-02-15 | 1 | -1/+1 |
| | | | | llvm-svn: 125563 | ||||
* | Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line ↵ | Peter Collingbourne | 2010-11-16 | 2 | -3/+14 |
| | | | | | | options llvm-svn: 119370 | ||||
* | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -1/+1 |
| | | | | | | | | | | A CHECK-NOT pattern without a following CHECK pattern simply checks that the pattern doesn't match before the end of the input file. You can even have only CHECK-NOT patterns to check that strings appear nowhere in the input file. llvm-svn: 116592 | ||||
* | Add documentation for llvm-diff. | John McCall | 2010-09-07 | 2 | -0/+56 |
| | | | | llvm-svn: 113303 | ||||
* | Add a opt-args option that can be used to pass arguments to every opt | Rafael Espindola | 2010-08-08 | 1 | -0/+4 |
| | | | | | | | | invocation. Fixes PR7793: bugpoint -debug test.ll --opt-args -unroll-count=4 llvm-svn: 110555 | ||||
* | Test commit. | Daniel Dunbar | 2010-05-11 | 1 | -2/+2 |
| | | | | llvm-svn: 103479 | ||||
* | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103478 | ||||
* | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103477 |