summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/index.html
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-081-139/+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
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-3/+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
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-261-0/+3
| | | | llvm-svn: 151479
* Add documentation for llvm-cov.Devang Patel2011-11-281-0/+3
| | | | llvm-svn: 145319
* 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-201-3/+0
| | | | llvm-svn: 140121
* 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
* docs/CommandGuide/index.html: Fix CSS url to relative.NAKAMURA Takumi2011-04-111-1/+1
| | | | llvm-svn: 129268
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Add documentation for llvm-diff.John McCall2010-09-071-0/+3
| | | | llvm-svn: 113303
* 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-071-0/+155
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-155/+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
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-1/+1
| | | | | | | | 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
* Add link to 'lit' from CommandGuide.Daniel Dunbar2009-10-191-0/+2
| | | | llvm-svn: 84461
* add a simple FileCheck man page.Chris Lattner2009-08-151-0/+2
| | | | llvm-svn: 79105
* * Fixed formatting of command descriptions to be consistent:Misha Brukman2008-12-111-6/+6
| | | | | | | | - descriptions on new line - no terminating period * Changed the W3C logos from yellow to blue to not stand out llvm-svn: 60879
* Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov2008-11-251-9/+12
| | | | llvm-svn: 60049
* stacker is really gone.Chris Lattner2008-08-061-1/+1
| | | | llvm-svn: 54400
* remove stackerChris Lattner2008-08-061-6/+2
| | | | llvm-svn: 54398
* Remove entries from here alsoAnton Korobeynikov2008-05-041-5/+0
| | | | llvm-svn: 50616
* Added note to getting started guide to use llvm-gcc4.2.Tanya Lattner2008-04-071-3/+0
| | | | | | Removed llvm-upgrade from documentations. llvm-svn: 49346
* Update links to the command guide generated documentation.Reid Spencer2007-08-051-22/+22
| | | | llvm-svn: 40855
* This dir does not appear under /docs anymore but under /cmds so use anReid Spencer2007-07-091-1/+1
| | | | | | absolute path to the llvm.css file. llvm-svn: 38436
* Remove broken links to gccas and gccld.Reid Spencer2007-02-181-6/+0
| | | | llvm-svn: 34393
* Document the llvm-upgrade tool.Reid Spencer2006-12-021-0/+3
| | | | llvm-svn: 32124
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-281-3/+0
| | | | | | where appropriate. llvm-svn: 29931
* Add tblgen to the indexChris Lattner2006-06-021-0/+14
| | | | llvm-svn: 28656
* Add llvm2cpp program.Reid Spencer2006-05-301-1/+3
| | | | llvm-svn: 28563
* Add llvm-config to the index.Reid Spencer2006-03-241-0/+3
| | | | llvm-svn: 27017
* Change docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26747
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-241-1/+1
| | | | llvm-svn: 21501
* Missed moving bugpoint link over to CommandGuide/html/Misha Brukman2004-12-091-1/+1
| | | | llvm-svn: 18732
* Generated HTML documentation is now back in CommandGuide/html/Misha Brukman2004-12-091-20/+20
| | | | llvm-svn: 18731
* * add llvmc and llvm-ldReid Spencer2004-11-291-19/+25
| | | | | | | * fix the links to not be in an html subdir as that's not how this gets installed (anymore). llvm-svn: 18320
* * Add an entry for llvm-ranlibMisha Brukman2004-11-151-2/+5
| | | | | | * Add missing dashes llvm-svn: 17838
* Add llvm-ar to the index.Reid Spencer2004-11-111-0/+3
| | | | llvm-svn: 17682
* Add link to the stkrc pageChris Lattner2004-07-101-2/+5
| | | | llvm-svn: 14734
* Minor cleanups:Chris Lattner2004-07-101-23/+20
| | | | | | | | | * Mention the --help and --help-hidden options * Don't say program when we really mean any old bytecode file * Add a link to the man pages * Move analyze down in the list, as it's not as important as the rest llvm-svn: 14730
* * Link to the POD-generated HTML documentationMisha Brukman2004-07-021-16/+16
| | | | | | * Updated llvm-abcd to llvm-bcanalyzer llvm-svn: 14577
* This is more of an "llvm team" thing by nowChris Lattner2004-07-011-1/+0
| | | | llvm-svn: 14539
* Mention llvm-abcd, point out difference between it and `analyze'.Misha Brukman2004-07-011-1/+5
| | | | llvm-svn: 14532
* Change format of CommandGuide index page to look like other docs.Misha Brukman2004-07-011-115/+124
| | | | llvm-svn: 14531
* A line was missingChris Lattner2003-11-301-0/+1
| | | | llvm-svn: 10269
* Checkin an initial version of the llvm-prof documentationChris Lattner2003-11-021-10/+15
| | | | llvm-svn: 9649
* * Not much point to indent the whole fileMisha Brukman2003-10-311-101/+96
| | | | | | * Let CVS keep track of our last-modified timestamp llvm-svn: 9628
* yikes, a copy-and-paste-oBrian Gaeke2003-10-161-1/+1
| | | | llvm-svn: 9164
* add llvm-nm entry.Brian Gaeke2003-10-161-0/+5
| | | | llvm-svn: 9163
OpenPOWER on IntegriCloud