summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandLine.html
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-6/+6
| | | | llvm-svn: 83849
* Update documentation for the -f change.Dan Gohman2009-08-251-9/+9
| | | | llvm-svn: 79996
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-2/+2
| | | | llvm-svn: 78196
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-1/+1
| | | | llvm-svn: 77892
* Formatting fix.Mikhail Glushenkov2009-06-171-9/+8
| | | | llvm-svn: 73600
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-081-16/+1
| | | | | | abstraction for CommandLine. llvm-svn: 68588
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-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 CommandLineMikhail Glushenkov2009-01-161-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 Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-281-4/+31
| | | | llvm-svn: 50355
* minor typoChris Lattner2008-04-011-1/+1
| | | | llvm-svn: 49040
* fix typo, PR2181Chris Lattner2008-03-301-2/+2
| | | | llvm-svn: 48954
* Add documentation for cl::sink stuffAnton Korobeynikov2008-02-201-15/+23
| | | | llvm-svn: 47378
* many cleanups and fixed, contributed by Sam BishopChris Lattner2008-01-091-39/+36
| | | | llvm-svn: 45780
* fix formattingChris Lattner2007-12-191-1/+1
| | | | llvm-svn: 45214
* Document boolOrDefault and its parser.Dale Johannesen2007-05-221-0/+8
| | | | llvm-svn: 37290
* Removing even more <iostream> includes.Bill Wendling2006-12-071-1/+1
| | | | llvm-svn: 32320
* Fix a couple typos.Jim Laskey2006-07-311-1/+1
| | | | llvm-svn: 29416
* Document the cl::SetVersionPrinter function.Reid Spencer2006-06-051-0/+23
| | | | llvm-svn: 28690
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26746
* this file movedAndrew Lenharth2005-11-141-1/+1
| | | | llvm-svn: 24356
* Changed unsigned long to unsigned.Jim Laskey2005-08-261-6/+6
| | | | llvm-svn: 23078
* Tweak of multiple occurance paragraph.Jim Laskey2005-08-251-2/+2
| | | | llvm-svn: 23064
* Documentation updated to include upcoming support for bit vector supportJim Laskey2005-08-251-0/+86
| | | | | | (flags.) llvm-svn: 23063
* Revert my patch which changed the code to not work.Chris Lattner2005-08-221-2/+1
| | | | llvm-svn: 22965
* Make the example a bit easier to understand, suggested by Jim.Chris Lattner2005-08-221-1/+2
| | | | llvm-svn: 22964
* Consistently surround `cl::' code structures with <b> and <tt> to make themMisha Brukman2005-05-101-12/+14
| | | | | | stand out as code llvm-svn: 21846
* Sprinkle code examples and command-line interaction examples with some styleMisha Brukman2005-03-111-94/+96
| | | | llvm-svn: 20557
* * Use doc_code style for blocks of codeMisha Brukman2005-02-091-14/+16
| | | | | | | | * Convert < to &lt; 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 anReid Spencer2004-11-241-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 toJohn Criswell2004-11-211-1/+1
| | | | | | replicate the CVS performance problems that Reid is seeing. llvm-svn: 18089
* Per code review:Reid Spencer2004-11-161-0/+30
| | | | | | *Implement/Document the cl::extrahelp feature instead of the MoreHelp ptr. llvm-svn: 17871
* Attempt HTML 4.01 Strict compliance.Reid Spencer2004-11-011-1/+2
| | | | llvm-svn: 17399
* Add a blurb about exploiting the use of external storage.Reid Spencer2004-08-301-2/+10
| | | | llvm-svn: 16114
* Added description of usage of the getPosition() option on cl::opt andReid Spencer2004-08-131-1/+59
| | | | | | cl::list. llvm-svn: 15726
* Fixed some spellos and grammaros.Reid Spencer2004-08-101-2/+2
| | | | llvm-svn: 15610
* For 64-bit platform support, we now use the clEnumValEnd macro to terminateChris Lattner2004-07-161-6/+8
| | | | | | cl::values lists llvm-svn: 14869
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-2/+2
| | | | | | they said. llvm-svn: 13675
* Made to be HTML-4.01 (Strict) -compliant.Misha Brukman2004-05-121-13/+18
| | | | llvm-svn: 13499
* Add a new cl::PositionalEatsArgs flagChris Lattner2004-05-061-4/+14
| | | | llvm-svn: 13387
* Actually have a target "#introduction" if we're making a link to it.Misha Brukman2003-11-071-1/+1
| | | | llvm-svn: 9785
* Make the page footer consistent with the rest of the site.Misha Brukman2003-11-071-5/+5
| | | | llvm-svn: 9779
* Merged in RELEASE_1.John Criswell2003-10-271-0/+2
| | | | llvm-svn: 9538
* * Use stylesheets and <div>s for layout instead of <ul>Misha Brukman2003-10-241-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 Brukman2003-08-211-1/+1
| | | | llvm-svn: 8030
* Add ParseEnvironmentOptions documentationBrian Gaeke2003-08-191-0/+31
| | | | llvm-svn: 7978
* Add warning about how you have to put cl::init after cl::location, if bothBrian Gaeke2003-08-191-1/+6
| | | | | | appear for the same option. llvm-svn: 7977
* Fix <>'s in HTMLChris Lattner2003-08-011-2/+2
| | | | llvm-svn: 7488
* The word `separate' only has one `e'.Misha Brukman2003-07-141-2/+2
| | | | llvm-svn: 7173
* Clarify that variables must be globalChris Lattner2003-06-211-16/+17
| | | | llvm-svn: 6835
OpenPOWER on IntegriCloud