summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvmc.pod
Commit message (Collapse)AuthorAgeFilesLines
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+190
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-190/+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-2/+2
| | | | | | | | 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
* Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov2009-12-011-7/+18
| | | | llvm-svn: 90210
* Update documentation.Mikhail Glushenkov2009-07-111-2/+3
| | | | llvm-svn: 75375
* Documentation update.Mikhail Glushenkov2009-07-091-0/+5
| | | | llvm-svn: 75166
* Update documentation.Mikhail Glushenkov2009-06-251-2/+5
| | | | llvm-svn: 74191
* Documentation update.Mikhail Glushenkov2009-03-271-10/+14
| | | | | | Expand a bit on various '--*-graph' options. llvm-svn: 67836
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-211-0/+16
| | | | llvm-svn: 62688
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-091-0/+6
| | | | llvm-svn: 61989
* Man page update.Mikhail Glushenkov2008-12-121-0/+8
| | | | llvm-svn: 60918
* Man page typo fix.Mikhail Glushenkov2008-12-091-1/+1
| | | | llvm-svn: 60765
* Man page update.Mikhail Glushenkov2008-12-071-0/+12
| | | | llvm-svn: 60669
* Describe some more options in the man page.Mikhail Glushenkov2008-11-261-8/+62
| | | | llvm-svn: 60105
* Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov2008-11-251-0/+70
| | | | llvm-svn: 60049
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-041-431/+0
| | | | llvm-svn: 50615
* eliminated all references to 'bytecode' from .pod filesGabor Greif2007-07-091-6/+6
| | | | llvm-svn: 38452
* Fix some minor typos, again to test the auto-update of the web site.Reid Spencer2007-07-091-2/+2
| | | | llvm-svn: 38430
* Remove references to the now deprecated gccas and gccld.Reid Spencer2007-02-121-2/+1
| | | | llvm-svn: 34192
* Document this tool as experimental and list its deficiencies.Reid Spencer2007-01-041-3/+28
| | | | llvm-svn: 32878
* Add a missing =back to eliminate error.Reid Spencer2006-04-201-0/+2
| | | | llvm-svn: 27878
* Change docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26747
* * "GNU Compiler Collection's gcc tool" is redundantMisha Brukman2005-07-201-10/+9
| | | | | | | | * Made bullet points start with a verb and lowercase, since they are not complete sentences * Cleaned up grammar, removed extraneous verbosity llvm-svn: 22485
* There is no =head3. Convert to =head2.Reid Spencer2005-04-221-1/+1
| | | | llvm-svn: 21430
* Correct the documentation to match the program.Reid Spencer2005-04-221-13/+26
| | | | llvm-svn: 21429
* * llvmc does not have a -V switchMisha Brukman2005-02-181-5/+3
| | | | | | * --config-file is really --config-dir, according to `llvmc --help' llvm-svn: 20238
* Remove personal email address.Reid Spencer2004-11-151-1/+1
| | | | llvm-svn: 17842
* Move information on Configuration files to the ../CompilerDriver.htmlReid Spencer2004-08-091-235/+9
| | | | | | file since it doesn't belong in the man page. llvm-svn: 15575
* Added information about the configuration file. This is a temporary homeReid Spencer2004-08-071-4/+93
| | | | | | | for this information as it belongs in a larger document on the subject of llvmc. llvm-svn: 15566
* Correct spelling mistakes. Wrap lines at 80 columns.Reid Spencer2004-08-061-25/+25
| | | | llvm-svn: 15562
* Various updates suggested by Misha and Chris. Moved material that isReid Spencer2004-08-061-73/+222
| | | | | | aimed more at the comiler writer than the llvmc user later in the document. llvm-svn: 15561
* First version of a manual page for the llvmc compiler driver. This tool isReid Spencer2004-08-061-0/+383
being documented before being written to foster discussion about what the tool should do. Eventually, we'll achieve a decision point at which time this document forms the requirements for the tool from which it will be coded. llvm-svn: 15552
OpenPOWER on IntegriCloud