summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
Commit message (Collapse)AuthorAge
* Document definitions and computations provided by llvm-bcanalyzer.Reid Spencer2004-08-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16044 91177308-0d34-0410-b5e6-96231b3b80d8
* Move information on Configuration files to the ../CompilerDriver.htmlReid Spencer2004-08-09
| | | | | | | file since it doesn't belong in the man page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15575 91177308-0d34-0410-b5e6-96231b3b80d8
* Added information about the configuration file. This is a temporary homeReid Spencer2004-08-07
| | | | | | | | for this information as it belongs in a larger document on the subject of llvmc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15566 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct spelling mistakes. Wrap lines at 80 columns.Reid Spencer2004-08-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15562 91177308-0d34-0410-b5e6-96231b3b80d8
* Various updates suggested by Misha and Chris. Moved material that isReid Spencer2004-08-06
| | | | | | | aimed more at the comiler writer than the llvmc user later in the document. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15561 91177308-0d34-0410-b5e6-96231b3b80d8
* First version of a manual page for the llvmc compiler driver. This tool isReid Spencer2004-08-06
| | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15552 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spelling of `iterative scan'Misha Brukman2004-07-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15075 91177308-0d34-0410-b5e6-96231b3b80d8
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15068 91177308-0d34-0410-b5e6-96231b3b80d8
* Linearscan is no longer experimental.Alkis Evlogimenos2004-07-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15067 91177308-0d34-0410-b5e6-96231b3b80d8
* - Correct grammar of -s descriptionReid Spencer2004-07-10
| | | | | | | - Normalize -s option specification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14736 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to the stkrc pageChris Lattner2004-07-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14734 91177308-0d34-0410-b5e6-96231b3b80d8
* Command Guide for the Stacker language compiler, stkrc.Reid Spencer2004-07-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14733 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor cleanups:Chris Lattner2004-07-10
| | | | | | | | | | * Mention the --help and --help-hidden options * Don't say program when we really mean any old bytecode file * Add a link to the man pages * Move analyze down in the list, as it's not as important as the rest git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14730 91177308-0d34-0410-b5e6-96231b3b80d8
* * Standardize manpage output: program name bold, options italic/emphasizedMisha Brukman2004-07-02
| | | | | | | * Make links in SEE ALSO section of manpages short without "the ... manpage" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14579 91177308-0d34-0410-b5e6-96231b3b80d8
* The HTML documentation is now automatically generated from POD source.Misha Brukman2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14578 91177308-0d34-0410-b5e6-96231b3b80d8
* * Link to the POD-generated HTML documentationMisha Brukman2004-07-02
| | | | | | | * Updated llvm-abcd to llvm-bcanalyzer git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14577 91177308-0d34-0410-b5e6-96231b3b80d8
* Make `args' stand out as bold, delete confusing elipsis at the end of cmdline.Misha Brukman2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14576 91177308-0d34-0410-b5e6-96231b3b80d8
* HTML links in PODs must be absolute.Misha Brukman2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14575 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify wording: `the bugpoint tool' can just become `bugpoint'.Misha Brukman2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14574 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-abcd has become llvm-bcanalyzerMisha Brukman2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14573 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod.Reid Spencer2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14557 91177308-0d34-0410-b5e6-96231b3b80d8
* Podified documentation for the llvm-bcanalyzer tool (nee llvm-abcd).Reid Spencer2004-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14556 91177308-0d34-0410-b5e6-96231b3b80d8
* bug. point. pod.Brian Gaeke2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14547 91177308-0d34-0410-b5e6-96231b3b80d8
* abcd pod documentBrian Gaeke2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14543 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-nm pod format man page.Brian Gaeke2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14542 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammar: remove `our' as it no longer makes sense.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14540 91177308-0d34-0410-b5e6-96231b3b80d8
* This is more of an "llvm team" thing by nowChris Lattner2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14539 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-db is in alpha stage, this document is a placeholder.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14538 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix links to llvmgcc and llvmgxxMisha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14537 91177308-0d34-0410-b5e6-96231b3b80d8
* gccld enters the Hall of POD.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14536 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the text of the link to llvmgxx.html more appropriate: `llvmg++'.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14535 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention llvm-abcd, point out difference between it and `analyze'.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14532 91177308-0d34-0410-b5e6-96231b3b80d8
* Change format of CommandGuide index page to look like other docs.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14531 91177308-0d34-0410-b5e6-96231b3b80d8
* Fresh from the LLVM baker's oven: opt and analyze pods.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14529 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-g++ and llvm-gcc pod documentation.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14528 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix link to llvmgcc.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14527 91177308-0d34-0410-b5e6-96231b3b80d8
* Make links relative instead of absolute.Misha Brukman2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14525 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a command page for the llvm-abcd tool.Reid Spencer2004-07-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14513 91177308-0d34-0410-b5e6-96231b3b80d8
* Changing absolute link. Remembering to logout as root ;)Tanya Lattner2004-06-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14309 91177308-0d34-0410-b5e6-96231b3b80d8
* Just a stub command guide for llvm-db for now. Will be filled in later. This ↵Tanya Lattner2004-06-21
| | | | | | is not linked off the main command guide web page, but should be once its completed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14307 91177308-0d34-0410-b5e6-96231b3b80d8
* Another podBrian Gaeke2004-06-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13969 91177308-0d34-0410-b5e6-96231b3b80d8
* The llvm-dis.html page was a little out of date, but this pod file can ↵Brian Gaeke2004-06-02
| | | | | | supersede it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13968 91177308-0d34-0410-b5e6-96231b3b80d8
* Tasty, tasty pods...Brian Gaeke2004-06-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13966 91177308-0d34-0410-b5e6-96231b3b80d8
* The -q option is goneChris Lattner2004-06-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13965 91177308-0d34-0410-b5e6-96231b3b80d8
* The --enable-correct-eh-support option is meaningless when provided toChris Lattner2004-06-02
| | | | | | | gccas. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13964 91177308-0d34-0410-b5e6-96231b3b80d8
* Here's another pod.Brian Gaeke2004-06-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13961 91177308-0d34-0410-b5e6-96231b3b80d8
* Look, it's a gccas pod.Brian Gaeke2004-06-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13960 91177308-0d34-0410-b5e6-96231b3b80d8
* Unbreak the bugpoint imageChris Lattner2004-05-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13878 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13580 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated ps files.Misha Brukman2004-05-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13579 91177308-0d34-0410-b5e6-96231b3b80d8