Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Made to be HTML-4.01 (Strict) -compliant. | Misha Brukman | 2004-05-12 | 1 | -13/+18 |
| | | | | llvm-svn: 13499 | ||||
* | Add a new cl::PositionalEatsArgs flag | Chris Lattner | 2004-05-06 | 1 | -4/+14 |
| | | | | llvm-svn: 13387 | ||||
* | Actually have a target "#introduction" if we're making a link to it. | Misha Brukman | 2003-11-07 | 1 | -1/+1 |
| | | | | llvm-svn: 9785 | ||||
* | Make the page footer consistent with the rest of the site. | Misha Brukman | 2003-11-07 | 1 | -5/+5 |
| | | | | llvm-svn: 9779 | ||||
* | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -0/+2 |
| | | | | llvm-svn: 9538 | ||||
* | * Use stylesheets and <div>s for layout instead of <ul> | Misha Brukman | 2003-10-24 | 1 | -570/+729 |
| | | | | | | | * Close <a>, <li>, and <p> tags * This isn't quite HTML 4.01 Strict-compliant, but it's almost there. llvm-svn: 9491 | ||||
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 |
| | | | | llvm-svn: 8030 | ||||
* | Add ParseEnvironmentOptions documentation | Brian Gaeke | 2003-08-19 | 1 | -0/+31 |
| | | | | llvm-svn: 7978 | ||||
* | Add warning about how you have to put cl::init after cl::location, if both | Brian Gaeke | 2003-08-19 | 1 | -1/+6 |
| | | | | | | appear for the same option. llvm-svn: 7977 | ||||
* | Fix <>'s in HTML | Chris Lattner | 2003-08-01 | 1 | -2/+2 |
| | | | | llvm-svn: 7488 | ||||
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -2/+2 |
| | | | | llvm-svn: 7173 | ||||
* | Clarify that variables must be global | Chris Lattner | 2003-06-21 | 1 | -16/+17 |
| | | | | llvm-svn: 6835 | ||||
* | Fix minor bug | Chris Lattner | 2003-06-03 | 1 | -2/+2 |
| | | | | llvm-svn: 6569 | ||||
* | Add documentation for the new cl::CommaSeparated modifier | Chris Lattner | 2003-05-22 | 1 | -5/+31 |
| | | | | llvm-svn: 6297 | ||||
* | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman | 2003-05-20 | 1 | -1/+1 |
| | | | | llvm-svn: 6251 | ||||
* | * Write the "Custom parser" section | Chris Lattner | 2002-08-07 | 1 | -56/+253 |
| | | | | | | * Boldify stuff that changes in the help output. llvm-svn: 3254 | ||||
* | Write the reference section, make other minor editing changes elsewhere. | Chris Lattner | 2002-08-06 | 1 | -105/+754 |
| | | | | llvm-svn: 3253 | ||||
* | Update the CommandLine manual for the newest revision, include outline of ↵ | Chris Lattner | 2002-07-25 | 1 | -133/+377 |
| | | | | | | reference manual and extension guide llvm-svn: 3095 | ||||
* | Add info about the StringList class | Chris Lattner | 2002-04-13 | 1 | -3/+29 |
| | | | | llvm-svn: 2236 | ||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -2/+2 |
| | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 | ||||
* | Initial checking of some rough documentation for commandline library | Chris Lattner | 2001-07-23 | 1 | -0/+359 |
llvm-svn: 288 |