summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13580 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated ps files.Misha Brukman2004-05-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13579 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated man files.Misha Brukman2004-05-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13578 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated HTML files.Misha Brukman2004-05-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13577 91177308-0d34-0410-b5e6-96231b3b80d8
* This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman2004-05-142-0/+512
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13576 91177308-0d34-0410-b5e6-96231b3b80d8
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-141-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13575 91177308-0d34-0410-b5e6-96231b3b80d8
* More pods... work in progressBrian Gaeke2004-05-143-0/+303
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13574 91177308-0d34-0410-b5e6-96231b3b80d8
* NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke2004-05-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13570 91177308-0d34-0410-b5e6-96231b3b80d8
* This seems like as good a place as any to keep POD files.Brian Gaeke2004-05-141-0/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13569 91177308-0d34-0410-b5e6-96231b3b80d8
* update command guide to have --tool-argsBrian Gaeke2004-05-041-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13359 91177308-0d34-0410-b5e6-96231b3b80d8
* * Remove note about "UNSUPPORTED: " feature that just became supportedMisha Brukman2004-04-191-11/+6
| | | | | | | * Fix usage of <p> tag and some grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13062 91177308-0d34-0410-b5e6-96231b3b80d8
* Document new optionChris Lattner2004-04-061-1/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12699 91177308-0d34-0410-b5e6-96231b3b80d8
* Update docs a bitChris Lattner2004-04-061-10/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12695 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove some options that don't really have anything to do with bugpointChris Lattner2004-04-061-10/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12694 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_12.John Criswell2004-03-293-10/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
* Option no moreChris Lattner2004-03-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12360 91177308-0d34-0410-b5e6-96231b3b80d8
* Performed some updates on the new options to these command line tools.John Criswell2004-03-128-20/+73
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12350 91177308-0d34-0410-b5e6-96231b3b80d8
* Add simple spiller.Alkis Evlogimenos2004-03-061-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12188 91177308-0d34-0410-b5e6-96231b3b80d8
* The default register allocator is local not simple.Alkis Evlogimenos2004-03-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12187 91177308-0d34-0410-b5e6-96231b3b80d8
* Make <di> into <dt> (definition list term).Alkis Evlogimenos2004-03-021-9/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12072 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix <p> missing <p> tagAlkis Evlogimenos2004-03-011-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12063 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a spiller option to llc. A simple spiller will come soon. When we get ↵Alkis Evlogimenos2004-03-011-0/+13
| | | | | | CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12062 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the code generator debugger.Chris Lattner2004-02-181-25/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11616 91177308-0d34-0410-b5e6-96231b3b80d8
* document the -march=c optionChris Lattner2004-02-181-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11615 91177308-0d34-0410-b5e6-96231b3b80d8
* Extract has new optionsChris Lattner2004-02-181-3/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11581 91177308-0d34-0410-b5e6-96231b3b80d8
* PreSelection isn't optional and so there's no way to turn it off.Misha Brukman2004-02-161-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11504 91177308-0d34-0410-b5e6-96231b3b80d8
* add advice bullet about -check-exit-codeBrian Gaeke2004-02-111-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11327 91177308-0d34-0410-b5e6-96231b3b80d8
* add description of -check-exit-codeBrian Gaeke2004-02-111-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11326 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix documentation bugsChris Lattner2004-02-101-6/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11267 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarified the extension to shared library objects.John Criswell2004-01-264-19/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10978 91177308-0d34-0410-b5e6-96231b3b80d8
* A line was missingChris Lattner2003-11-301-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10269 91177308-0d34-0410-b5e6-96231b3b80d8
* Update to reflect the fact that llvm-nm can read archives now.Brian Gaeke2003-11-181-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10061 91177308-0d34-0410-b5e6-96231b3b80d8
* Document -disable-opt option that I added.Brian Gaeke2003-11-161-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10045 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new commandline optionChris Lattner2003-11-061-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9755 91177308-0d34-0410-b5e6-96231b3b80d8
* Bugpoint no longer has this optionChris Lattner2003-11-051-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9744 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note about profile.shChris Lattner2003-11-021-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9652 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin an initial version of the llvm-prof documentationChris Lattner2003-11-022-10/+57
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9649 91177308-0d34-0410-b5e6-96231b3b80d8
* Well, to be honest, -array-checks and -trace are gone, too. :-)Brian Gaeke2003-10-311-14/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9631 91177308-0d34-0410-b5e6-96231b3b80d8
* * Not much point to indent the whole fileMisha Brukman2003-10-311-101/+96
| | | | | | | * Let CVS keep track of our last-modified timestamp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9628 91177308-0d34-0410-b5e6-96231b3b80d8
* The `-q' option has gone away.Misha Brukman2003-10-311-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9627 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the documentation to coincide with the code.Misha Brukman2003-10-201-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9301 91177308-0d34-0410-b5e6-96231b3b80d8
* Change it to match llvmgcc.html ... why do we have separate pages for these two?Brian Gaeke2003-10-191-2/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9265 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify the roles of gccld and gccas.Brian Gaeke2003-10-191-4/+8
| | | | | | | Mention that they should really read the gcc manual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9264 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor edits; also expand description of '-v' option.Brian Gaeke2003-10-191-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9263 91177308-0d34-0410-b5e6-96231b3b80d8
* Tweak -plugin description to match bugpoint.htmlBrian Gaeke2003-10-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9262 91177308-0d34-0410-b5e6-96231b3b80d8
* Mostly rewritten.Brian Gaeke2003-10-191-17/+60
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9261 91177308-0d34-0410-b5e6-96231b3b80d8
* A minor fixChris Lattner2003-10-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9260 91177308-0d34-0410-b5e6-96231b3b80d8
* Take out extra paragraph tag.Brian Gaeke2003-10-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9259 91177308-0d34-0410-b5e6-96231b3b80d8
* Make this (-run) set look like the other (-disable) set.Brian Gaeke2003-10-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9258 91177308-0d34-0410-b5e6-96231b3b80d8
* Always say "the test program", part 2.Brian Gaeke2003-10-191-30/+36
| | | | | | | | | | Refer to the various "modules" of bugpoint as "debuggers", not "debugging modes" or "modules". I think this is more evocative of how they typically act, and it's shorter. Add a note about how a linker bug can crash bugpoint early. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9257 91177308-0d34-0410-b5e6-96231b3b80d8