summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
* Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.Brian Gaeke2003-10-161-1/+3
| | | | llvm-svn: 9185
* Removed the -mode option.John Criswell2003-10-161-12/+4
| | | | | | Fixed some grammar, spelling, and punctuation. llvm-svn: 9178
* Added documentation on the new -disable-inlining option.John Criswell2003-10-161-0/+5
| | | | llvm-svn: 9176
* Automagically update website docs on commits.Misha Brukman2003-10-161-0/+1
| | | | llvm-svn: 9167
* Update the website automatically on documentation commit [in progress].Misha Brukman2003-10-161-1/+2
| | | | llvm-svn: 9166
* This should automatically update on the webpage.Misha Brukman2003-10-161-1/+3
| | | | llvm-svn: 9165
* 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
* Add command guide (It's like a man page translated into html, but without theBrian Gaeke2003-10-161-0/+116
| | | | | | translation...) for the new llvm-nm tool. llvm-svn: 9162
* cleanup analyze documentsChris Lattner2003-10-071-35/+24
| | | | llvm-svn: 8943
* Ensure both columns take 50%Chris Lattner2003-10-071-3/+3
| | | | llvm-svn: 8942
* no this really isn't extractChris Lattner2003-10-071-1/+1
| | | | llvm-svn: 8941
* initial checkin of the bugpoint doxsChris Lattner2003-10-071-0/+113
| | | | llvm-svn: 8940
* TTify, add links between pagesChris Lattner2003-10-073-130/+92
| | | | llvm-svn: 8939
* Consistently set the background colorChris Lattner2003-10-0711-54/+42
| | | | | | Change the footer to include "maintained by" llvm-svn: 8938
* <tt>ify thingsChris Lattner2003-10-071-42/+30
| | | | llvm-svn: 8937
* Make the index page a big more attractiveChris Lattner2003-10-071-21/+35
| | | | llvm-svn: 8936
* More changes and updatesChris Lattner2003-10-073-131/+108
| | | | llvm-svn: 8935
* <tt>ify, other minor cleanupsChris Lattner2003-10-071-25/+24
| | | | llvm-svn: 8934
* <tt> stuffChris Lattner2003-10-071-26/+14
| | | | | | simplify a bit llvm-svn: 8933
* Add pointer to LLC for code generator options. <tt> a bunch of stuff which ↵Chris Lattner2003-10-071-35/+10
| | | | | | should be llvm-svn: 8932
* separate options into X86 and sparc specific optionsChris Lattner2003-10-071-48/+50
| | | | llvm-svn: 8931
* Wrap at 80 columnsChris Lattner2003-10-071-17/+7
| | | | | | remove -time-passes and -stats, because llvm-link doesn't really need them llvm-svn: 8926
* Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in themChris Lattner2003-10-071-3/+3
| | | | llvm-svn: 8925
* remove options specific to the -internalize pass, add the -debug optionChris Lattner2003-10-071-0/+9
| | | | llvm-svn: 8924
* Added links to the C and C++ frontends.John Criswell2003-10-031-0/+10
| | | | llvm-svn: 8836
* Adding basic documentation for the LLVM C and C++ frontends.John Criswell2003-10-032-0/+221
| | | | llvm-svn: 8835
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-021-11/+17
| | | | llvm-svn: 8815
* Corrected usage synopsis.John Criswell2003-09-301-1/+9
| | | | | | | Added information regarding additional LLVM passes used, input defaults, and output defaults. llvm-svn: 8802
* Added information on input and output filenames.John Criswell2003-09-292-16/+100
| | | | | | | | Added periods to the end of sentence fragments describing options. Added information to llc about which target architecture is selected for assembly language code generation. llvm-svn: 8741
* Added explanation of where analyze gets its input, where it sends its output,John Criswell2003-09-291-5/+10
| | | | | | and how it decides to interpret its input. llvm-svn: 8730
* Added information on how input and output files are selected.John Criswell2003-09-262-17/+42
| | | | | | | | Added information on where files are located by llvm-link. Added missing options. Re-worded some stuff so that it (hopefully) sounds better. llvm-svn: 8723
* Added information about how llvm-as and llvm-dis select the input and outputJohn Criswell2003-09-262-13/+62
| | | | | | | filenames. Corrected some typos in the llvm-dis documentation. llvm-svn: 8716
* Change the heading of the page to reflect the tool nameChris Lattner2003-09-2510-20/+20
| | | | llvm-svn: 8715
* Added an explanation of gccld's behavior when linking in native mode.John Criswell2003-09-251-0/+8
| | | | | | Also gives me an excuse to re-commit the file on Tank. llvm-svn: 8714
* Added information about the new -native option.John Criswell2003-09-251-8/+64
| | | | | | Added information about how object files and libraries are found and loaded. llvm-svn: 8713
* fix misspelling analyse -> analyzeChris Lattner2003-09-171-3/+3
| | | | llvm-svn: 8576
* Renamed the link page to llvmlink.htmlJohn Criswell2003-09-174-3/+168
| | | | | | | | Added initial pages for the extract and llvm-link commands. Reworded the description of the -load option for analyze to hopefully make it more clear. llvm-svn: 8575
* Initial go at documentation for llc.John Criswell2003-09-121-0/+147
| | | | | | Pretty crufty. llvm-svn: 8492
* Modified the footer to be a link to the LLVM web page.John Criswell2003-09-118-35/+43
| | | | | | | | Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. llvm-svn: 8485
* Adding a skeleton for the LLVM Command Guide.John Criswell2003-09-118-0/+745
Hopefully the group as a whole will update this into a real guide. llvm-svn: 8483
OpenPOWER on IntegriCloud