summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
...
* 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