summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
* fix link to llvm-arChris Lattner2005-05-131-1/+1
| | | | llvm-svn: 21968
* these don't use passesChris Lattner2005-05-132-14/+0
| | | | llvm-svn: 21967
* this detail is not needed hereChris Lattner2005-05-131-9/+0
| | | | llvm-svn: 21966
* update this manualChris Lattner2005-05-131-34/+36
| | | | llvm-svn: 21965
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-242-10/+10
| | | | llvm-svn: 21501
* 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
* Remove a -C I forgot to remove earlier.Reid Spencer2005-02-241-1/+1
| | | | llvm-svn: 20321
* For PR528:Reid Spencer2005-02-241-8/+8
| | | | | | Use the DataInstall and MKDIR macros instead of using $(INSTALL) directly llvm-svn: 20318
* * 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
* Document the --load option.Reid Spencer2005-01-251-0/+6
| | | | llvm-svn: 19822
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-161-13/+13
| | | | llvm-svn: 19592
* ignore generated fileChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19288
* Ignore generated fileChris Lattner2005-01-052-0/+2
| | | | llvm-svn: 19287
* Ignore .dirChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19286
* Hopefully fix a link.Reid Spencer2004-12-221-1/+1
| | | | llvm-svn: 19102
* Fix the names of these executables now that they've been somewhat cast inReid Spencer2004-12-222-16/+16
| | | | | | stone. llvm-svn: 19101
* A little cleanup on this file.Reid Spencer2004-12-111-11/+9
| | | | llvm-svn: 18798
* Merged in RELEASE_14 changes.John Criswell2004-12-101-7/+6
| | | | llvm-svn: 18763
* Missed moving bugpoint link over to CommandGuide/html/Misha Brukman2004-12-091-1/+1
| | | | llvm-svn: 18732
* Generated HTML documentation is now back in CommandGuide/html/Misha Brukman2004-12-091-20/+20
| | | | llvm-svn: 18731
* Clean up this man pageChris Lattner2004-12-091-57/+24
| | | | llvm-svn: 18724
* Add new pseudo targetChris Lattner2004-12-091-0/+2
| | | | llvm-svn: 18723
* The textual description is gone from this manpage, only the options and a quickMisha Brukman2004-12-091-134/+3
| | | | | | | summary remain. The manpage references Bugpoint.html as the repository for more detailed info. llvm-svn: 18722
* Build the man and ps versions of the command guide as well whenReid Spencer2004-12-081-5/+20
| | | | | | BUILD_FOR_WEBSITE is set. llvm-svn: 18653
* Make an alternate version of this Makefile that can be used in anReid Spencer2004-12-081-0/+20
| | | | | | | unconfigured tree for rebuilding the html files from POD sources for the website update on cvs commit. llvm-svn: 18616
* Fix two bugs:Reid Spencer2004-11-291-3/+1
| | | | | | | | | 1. Nothing should happen on "make all". Doc generation is quick, but we don't want to do it unless we're installing. 2. Correct a dependency for the *.ps files .. didn't notice this before because of cruft in my directory. It failed on a clean build. llvm-svn: 18359
* * Get rid of extraneous directoriesReid Spencer2004-11-291-12/+18
| | | | | | | | * Ensure things installed to same place are all getting there by using a variable to name that place. * Make sure missing index.html, images and *.css files get installed. llvm-svn: 18321
* * add llvmc and llvm-ldReid Spencer2004-11-291-19/+25
| | | | | | | * fix the links to not be in an html subdir as that's not how this gets installed (anymore). llvm-svn: 18320
* * Adjust so this falls in line with LLVM Makefile standards.Reid Spencer2004-11-291-11/+48
| | | | | | | * Implement installation of doxygen and html documentation * Fix it so it works with objdir != srcdir. llvm-svn: 18318
* * Fix an item list.Reid Spencer2004-11-291-0/+10
| | | | | | * Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH llvm-svn: 18317
* Add a link.Reid Spencer2004-11-292-2/+2
| | | | llvm-svn: 18316
* First version of manual page for llvm-ld.Reid Spencer2004-11-211-0/+161
| | | | llvm-svn: 18092
* Ignore files generated by pod2htmlMisha Brukman2004-11-191-0/+1
| | | | llvm-svn: 18017
* Add a standards section.Reid Spencer2004-11-171-0/+10
| | | | llvm-svn: 17921
* Be less verbose when `The' and `command' just aren't necessaryMisha Brukman2004-11-151-3/+3
| | | | llvm-svn: 17846
* No need for the verbose `the llvm-link command' when simply `llvm-link' will doMisha Brukman2004-11-151-9/+8
| | | | llvm-svn: 17845
* Force a short link to gccld's man pageMisha Brukman2004-11-151-1/+1
| | | | llvm-svn: 17844
* Fix syntax within a B<> tagMisha Brukman2004-11-151-2/+2
| | | | llvm-svn: 17843
* Remove personal email address.Reid Spencer2004-11-152-2/+2
| | | | llvm-svn: 17842
* Add the PowerPC 32-bit ABI output optionMisha Brukman2004-11-151-0/+4
| | | | llvm-svn: 17840
* Bump version. Shouldn't this come from somewhere else??Chris Lattner2004-11-151-1/+1
| | | | llvm-svn: 17839
* * Add an entry for llvm-ranlibMisha Brukman2004-11-151-2/+5
| | | | | | * Add missing dashes llvm-svn: 17838
* This is llvm-ar, not llvm-as.Misha Brukman2004-11-151-1/+1
| | | | llvm-svn: 17837
* Remove reference to llvm-ld.Reid Spencer2004-11-151-1/+1
| | | | llvm-svn: 17836
* Terminate a list.Reid Spencer2004-11-151-1/+3
| | | | | | Remove reference to llvm-ld llvm-svn: 17835
* Changes/corrections suggested from Chris Lattner's review.Reid Spencer2004-11-151-28/+75
| | | | llvm-svn: 17832
* Document the new llvm-ranlib command.Reid Spencer2004-11-121-0/+52
| | | | llvm-svn: 17687
* Correctly terminate a list.Reid Spencer2004-11-121-0/+2
| | | | llvm-svn: 17686
* Document the modifiers and the file format.Reid Spencer2004-11-121-23/+131
| | | | llvm-svn: 17685
OpenPOWER on IntegriCloud