summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
...
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-0825-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 Dunbar2012-05-0822-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 docsPete Cooper2012-05-071-8/+8
| | | | llvm-svn: 156333
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-192-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 documentationEli Bendersky2012-04-181-29/+29
| | | | llvm-svn: 154990
* Drop O4 from the llc manpage, it was removed in r70445.Benjamin Kramer2012-03-291-1/+1
| | | | llvm-svn: 153684
* docs/lit: Add some notes on the lit test run output format.Daniel Dunbar2012-03-261-0/+47
| | | | llvm-svn: 153450
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-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 guideEli Bendersky2012-03-141-4/+4
| | | | llvm-svn: 152712
* Typo in lit command guideEli Bendersky2012-03-141-1/+1
| | | | llvm-svn: 152702
* Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper2012-02-271-14/+38
| | | | llvm-svn: 151513
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-262-0/+45
| | | | llvm-svn: 151479
* Fix typo and broken linkEli Bendersky2012-02-051-2/+2
| | | | llvm-svn: 149820
* Add missing parenEli Bendersky2012-02-051-1/+1
| | | | llvm-svn: 149817
* Fix dead linkEli Bendersky2012-01-071-1/+1
| | | | llvm-svn: 147721
* Correct spelling.Duncan Sands2012-01-021-1/+1
| | | | llvm-svn: 147435
* llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar2011-12-121-1/+4
| | | | | | --write-llvmbuild. llvm-svn: 146434
* Add documentation for llvm-cov.Devang Patel2011-11-282-0/+48
| | | | llvm-svn: 145319
* llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar2011-11-041-0/+7
| | | | llvm-svn: 143744
* llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar2011-11-031-0/+7
| | | | llvm-svn: 143661
* llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar2011-11-031-0/+7
| | | | | | dependency table used by llvm-config. llvm-svn: 143628
* docs: Sketch docs for llvm-build tool.Daniel Dunbar2011-11-032-1/+63
| | | | llvm-svn: 143627
* Remove mention of llvm-gcc and llvm-g++. -Ministry of TruthBill Wendling2011-09-201-19/+0
| | | | llvm-svn: 140163
* Remove more of llvmc and dependencies.Eric Christopher2011-09-202-193/+0
| | | | llvm-svn: 140121
* Remove obsolete .pod files.Bill Wendling2011-09-182-161/+0
| | | | llvm-svn: 140000
* Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier2011-09-161-0/+12
| | | | | | expression matching. llvm-svn: 139945
* Comment edit.Andrew Trick2011-04-231-1/+2
| | | | llvm-svn: 130047
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-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 Takumi2011-04-181-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 byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558
* Documented bugpoint --compile-custom --compile-command.Andrew Trick2011-04-141-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 Takumi2011-04-111-1/+1
| | | | llvm-svn: 129268
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-0923-23/+23
| | | | llvm-svn: 129181
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
| | | | llvm-svn: 125563
* Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line ↵Peter Collingbourne2010-11-162-3/+14
| | | | | | options llvm-svn: 119370
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-151-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 McCall2010-09-072-0/+56
| | | | llvm-svn: 113303
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+4
| | | | | | | | invocation. Fixes PR7793: bugpoint -debug test.ll --opt-args -unroll-count=4 llvm-svn: 110555
* Test commit.Daniel Dunbar2010-05-111-2/+2
| | | | llvm-svn: 103479
* Test commit.Tanya Lattner2010-05-111-1/+1
| | | | llvm-svn: 103478
* Test commit.Tanya Lattner2010-05-111-1/+1
| | | | llvm-svn: 103477
* Revert r103213. It broke several sections of live website.mike-m2010-05-0725-0/+4160
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-0625-4160/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-2/+2
| | | | | | | Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-3/+3
| | | | | | We need this so can not bake DESTDIR into the O'Caml symlinks. llvm-svn: 97743
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-181-2/+2
| | | | | | Russell Wallace. llvm-svn: 96580
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-1816-21/+21
| | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578
* llvm-db was removed.Dan Gohman2010-02-111-16/+0
| | | | llvm-svn: 95904
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-101-1/+7
| | | | | | multiple global variables at a time. llvm-svn: 95825
* Fix some typos.Duncan Sands2010-02-081-4/+4
| | | | llvm-svn: 95542
OpenPOWER on IntegriCloud