Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sphinxify the CommandLine document. | Bill Wendling | 2012-08-08 | 1 | -1976/+0 |
| | | | | llvm-svn: 161479 | ||||
* | The TimePassesIsEnabled has since moved to PassManager.cpp. | Chad Rosier | 2012-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 160881 | ||||
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 160621 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -50/+47 |
| | | | | | | | | | | | | | | | | | <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 | -76/+76 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs/CommandLine.html: "ize. | NAKAMURA Takumi | 2011-04-11 | 1 | -5/+5 |
| | | | | llvm-svn: 129267 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | llvm-svn: 129181 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+1979 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -1979/+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 | ||||
* | Fix typos in comments. | Dan Gohman | 2010-02-26 | 1 | -1/+1 |
| | | | | llvm-svn: 97257 | ||||
* | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 1 | -34/+34 |
| | | | | | | | | 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 | ||||
* | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -6/+6 |
| | | | | llvm-svn: 83849 | ||||
* | Update documentation for the -f change. | Dan Gohman | 2009-08-25 | 1 | -9/+9 |
| | | | | llvm-svn: 79996 | ||||
* | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 1 | -2/+2 |
| | | | | llvm-svn: 78196 | ||||
* | Remove duplicated colons and spaces. | Benjamin Kramer | 2009-08-02 | 1 | -1/+1 |
| | | | | llvm-svn: 77892 | ||||
* | Formatting fix. | Mikhail Glushenkov | 2009-06-17 | 1 | -9/+8 |
| | | | | llvm-svn: 73600 | ||||
* | Remove AllowInverse: it leaks memory and is not the right | Chris Lattner | 2009-04-08 | 1 | -16/+1 |
| | | | | | | abstraction for CommandLine. llvm-svn: 68588 | ||||
* | Improve -fno-opt style option processing to not require an extra | Mike Stump | 2009-02-02 | 1 | -1/+15 |
| | | | | | | | option to make the -fno- form on the option. We also document the new form in the CommandLine documentation. llvm-svn: 63559 | ||||
* | Support for multi-valued options in CommandLine | Mikhail Glushenkov | 2009-01-16 | 1 | -0/+11 |
| | | | | | | | Makes possible to specify options that take multiple arguments (a-la -sectalign on Darwin). See documentation for details. llvm-svn: 62372 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Add support for response files to the CommandLine library. | Mikhail Glushenkov | 2008-04-28 | 1 | -4/+31 |
| | | | | llvm-svn: 50355 | ||||
* | minor typo | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
| | | | | llvm-svn: 49040 | ||||
* | fix typo, PR2181 | Chris Lattner | 2008-03-30 | 1 | -2/+2 |
| | | | | llvm-svn: 48954 | ||||
* | Add documentation for cl::sink stuff | Anton Korobeynikov | 2008-02-20 | 1 | -15/+23 |
| | | | | llvm-svn: 47378 | ||||
* | many cleanups and fixed, contributed by Sam Bishop | Chris Lattner | 2008-01-09 | 1 | -39/+36 |
| | | | | llvm-svn: 45780 | ||||
* | fix formatting | Chris Lattner | 2007-12-19 | 1 | -1/+1 |
| | | | | llvm-svn: 45214 | ||||
* | Document boolOrDefault and its parser. | Dale Johannesen | 2007-05-22 | 1 | -0/+8 |
| | | | | llvm-svn: 37290 | ||||
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
| | | | | llvm-svn: 32320 | ||||
* | Fix a couple typos. | Jim Laskey | 2006-07-31 | 1 | -1/+1 |
| | | | | llvm-svn: 29416 | ||||
* | Document the cl::SetVersionPrinter function. | Reid Spencer | 2006-06-05 | 1 | -0/+23 |
| | | | | llvm-svn: 28690 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 26746 | ||||
* | this file moved | Andrew Lenharth | 2005-11-14 | 1 | -1/+1 |
| | | | | llvm-svn: 24356 | ||||
* | Changed unsigned long to unsigned. | Jim Laskey | 2005-08-26 | 1 | -6/+6 |
| | | | | llvm-svn: 23078 | ||||
* | Tweak of multiple occurance paragraph. | Jim Laskey | 2005-08-25 | 1 | -2/+2 |
| | | | | llvm-svn: 23064 | ||||
* | Documentation updated to include upcoming support for bit vector support | Jim Laskey | 2005-08-25 | 1 | -0/+86 |
| | | | | | | (flags.) llvm-svn: 23063 | ||||
* | Revert my patch which changed the code to not work. | Chris Lattner | 2005-08-22 | 1 | -2/+1 |
| | | | | llvm-svn: 22965 | ||||
* | Make the example a bit easier to understand, suggested by Jim. | Chris Lattner | 2005-08-22 | 1 | -1/+2 |
| | | | | llvm-svn: 22964 | ||||
* | Consistently surround `cl::' code structures with <b> and <tt> to make them | Misha Brukman | 2005-05-10 | 1 | -12/+14 |
| | | | | | | stand out as code llvm-svn: 21846 | ||||
* | Sprinkle code examples and command-line interaction examples with some style | Misha Brukman | 2005-03-11 | 1 | -94/+96 |
| | | | | llvm-svn: 20557 | ||||
* | * Use doc_code style for blocks of code | Misha Brukman | 2005-02-09 | 1 | -14/+16 |
| | | | | | | | | * Convert < to < in <pre> block * Use doc_hilite instead of doc_red style * Put some classes and options in <tt> blocks llvm-svn: 20100 | ||||
* | Implement and document prefix options with arbitrary values including an | Reid Spencer | 2004-11-24 | 1 | -7/+9 |
| | | | | | | | = sign. This needed to support -DNAME=value options as pass-through in llvmc. llvm-svn: 18203 | ||||
* | It looks like I'm fixing a spelling mistake, but I'm really trying to | John Criswell | 2004-11-21 | 1 | -1/+1 |
| | | | | | | replicate the CVS performance problems that Reid is seeing. llvm-svn: 18089 | ||||
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -0/+30 |
| | | | | | | *Implement/Document the cl::extrahelp feature instead of the MoreHelp ptr. llvm-svn: 17871 | ||||
* | Attempt HTML 4.01 Strict compliance. | Reid Spencer | 2004-11-01 | 1 | -1/+2 |
| | | | | llvm-svn: 17399 | ||||
* | Add a blurb about exploiting the use of external storage. | Reid Spencer | 2004-08-30 | 1 | -2/+10 |
| | | | | llvm-svn: 16114 | ||||
* | Added description of usage of the getPosition() option on cl::opt and | Reid Spencer | 2004-08-13 | 1 | -1/+59 |
| | | | | | | cl::list. llvm-svn: 15726 | ||||
* | Fixed some spellos and grammaros. | Reid Spencer | 2004-08-10 | 1 | -2/+2 |
| | | | | llvm-svn: 15610 | ||||
* | For 64-bit platform support, we now use the clEnumValEnd macro to terminate | Chris Lattner | 2004-07-16 | 1 | -6/+8 |
| | | | | | | cl::values lists llvm-svn: 14869 | ||||
* | Make use of the new doc_author class. "Seperate content from presentation" ↵ | Chris Lattner | 2004-05-23 | 1 | -2/+2 |
| | | | | | | they said. llvm-svn: 13675 |