Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First attempt at llvm-ar documentation. Modifiers need a little more | Reid Spencer | 2004-11-11 | 1 | -0/+238 |
| | | | | | | explanation. llvm-svn: 17681 | ||||
* | Document definitions and computations provided by llvm-bcanalyzer. | Reid Spencer | 2004-08-25 | 1 | -1/+252 |
| | | | | llvm-svn: 16044 | ||||
* | Move information on Configuration files to the ../CompilerDriver.html | Reid Spencer | 2004-08-09 | 1 | -235/+9 |
| | | | | | | file since it doesn't belong in the man page. llvm-svn: 15575 | ||||
* | Added information about the configuration file. This is a temporary home | Reid Spencer | 2004-08-07 | 1 | -4/+93 |
| | | | | | | | for this information as it belongs in a larger document on the subject of llvmc. llvm-svn: 15566 | ||||
* | Correct spelling mistakes. Wrap lines at 80 columns. | Reid Spencer | 2004-08-06 | 1 | -25/+25 |
| | | | | llvm-svn: 15562 | ||||
* | Various updates suggested by Misha and Chris. Moved material that is | Reid Spencer | 2004-08-06 | 1 | -73/+222 |
| | | | | | | aimed more at the comiler writer than the llvmc user later in the document. llvm-svn: 15561 | ||||
* | First version of a manual page for the llvmc compiler driver. This tool is | Reid Spencer | 2004-08-06 | 1 | -0/+383 |
| | | | | | | | | | 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. llvm-svn: 15552 | ||||
* | Fix spelling of `iterative scan' | Misha Brukman | 2004-07-21 | 1 | -1/+1 |
| | | | | llvm-svn: 15075 | ||||
* | Add Iterative scan register allocator. | Alkis Evlogimenos | 2004-07-21 | 1 | -0/+4 |
| | | | | llvm-svn: 15068 | ||||
* | Linearscan is no longer experimental. | Alkis Evlogimenos | 2004-07-21 | 1 | -1/+1 |
| | | | | llvm-svn: 15067 | ||||
* | - Correct grammar of -s description | Reid Spencer | 2004-07-10 | 1 | -3/+4 |
| | | | | | | - Normalize -s option specification llvm-svn: 14736 | ||||
* | Add link to the stkrc page | Chris Lattner | 2004-07-10 | 1 | -2/+5 |
| | | | | llvm-svn: 14734 | ||||
* | Command Guide for the Stacker language compiler, stkrc. | Reid Spencer | 2004-07-10 | 1 | -0/+95 |
| | | | | llvm-svn: 14733 | ||||
* | Minor cleanups: | Chris Lattner | 2004-07-10 | 1 | -23/+20 |
| | | | | | | | | | * 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 llvm-svn: 14730 | ||||
* | * Standardize manpage output: program name bold, options italic/emphasized | Misha Brukman | 2004-07-02 | 17 | -58/+36 |
| | | | | | | * Make links in SEE ALSO section of manpages short without "the ... manpage" llvm-svn: 14579 | ||||
* | The HTML documentation is now automatically generated from POD source. | Misha Brukman | 2004-07-02 | 16 | -1859/+0 |
| | | | | llvm-svn: 14578 | ||||
* | * Link to the POD-generated HTML documentation | Misha Brukman | 2004-07-02 | 1 | -16/+16 |
| | | | | | | * Updated llvm-abcd to llvm-bcanalyzer llvm-svn: 14577 | ||||
* | Make `args' stand out as bold, delete confusing elipsis at the end of cmdline. | Misha Brukman | 2004-07-02 | 1 | -2/+2 |
| | | | | llvm-svn: 14576 | ||||
* | HTML links in PODs must be absolute. | Misha Brukman | 2004-07-02 | 1 | -1/+1 |
| | | | | llvm-svn: 14575 | ||||
* | Simplify wording: `the bugpoint tool' can just become `bugpoint'. | Misha Brukman | 2004-07-02 | 1 | -7/+7 |
| | | | | llvm-svn: 14574 | ||||
* | llvm-abcd has become llvm-bcanalyzer | Misha Brukman | 2004-07-02 | 1 | -63/+0 |
| | | | | llvm-svn: 14573 | ||||
* | llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod. | Reid Spencer | 2004-07-02 | 1 | -43/+0 |
| | | | | llvm-svn: 14557 | ||||
* | Podified documentation for the llvm-bcanalyzer tool (nee llvm-abcd). | Reid Spencer | 2004-07-02 | 1 | -0/+66 |
| | | | | llvm-svn: 14556 | ||||
* | bug. point. pod. | Brian Gaeke | 2004-07-01 | 1 | -0/+250 |
| | | | | llvm-svn: 14547 | ||||
* | abcd pod document | Brian Gaeke | 2004-07-01 | 1 | -0/+63 |
| | | | | llvm-svn: 14543 | ||||
* | llvm-nm pod format man page. | Brian Gaeke | 2004-07-01 | 1 | -0/+123 |
| | | | | llvm-svn: 14542 | ||||
* | Fix grammar: remove `our' as it no longer makes sense. | Misha Brukman | 2004-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 14540 | ||||
* | This is more of an "llvm team" thing by now | Chris Lattner | 2004-07-01 | 1 | -1/+0 |
| | | | | llvm-svn: 14539 | ||||
* | llvm-db is in alpha stage, this document is a placeholder. | Misha Brukman | 2004-07-01 | 1 | -0/+18 |
| | | | | llvm-svn: 14538 | ||||
* | Fix links to llvmgcc and llvmgxx | Misha Brukman | 2004-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 14537 | ||||
* | gccld enters the Hall of POD. | Misha Brukman | 2004-07-01 | 1 | -0/+177 |
| | | | | llvm-svn: 14536 | ||||
* | Make the text of the link to llvmgxx.html more appropriate: `llvmg++'. | Misha Brukman | 2004-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 14535 | ||||
* | Mention llvm-abcd, point out difference between it and `analyze'. | Misha Brukman | 2004-07-01 | 1 | -1/+5 |
| | | | | llvm-svn: 14532 | ||||
* | Change format of CommandGuide index page to look like other docs. | Misha Brukman | 2004-07-01 | 1 | -115/+124 |
| | | | | llvm-svn: 14531 | ||||
* | Fresh from the LLVM baker's oven: opt and analyze pods. | Misha Brukman | 2004-07-01 | 2 | -0/+177 |
| | | | | llvm-svn: 14529 | ||||
* | Add llvm-g++ and llvm-gcc pod documentation. | Misha Brukman | 2004-07-01 | 2 | -0/+176 |
| | | | | llvm-svn: 14528 | ||||
* | Fix link to llvmgcc. | Misha Brukman | 2004-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 14527 | ||||
* | Make links relative instead of absolute. | Misha Brukman | 2004-07-01 | 1 | -4/+3 |
| | | | | llvm-svn: 14525 | ||||
* | Added a command page for the llvm-abcd tool. | Reid Spencer | 2004-07-01 | 1 | -0/+44 |
| | | | | llvm-svn: 14513 | ||||
* | Changing absolute link. Remembering to logout as root ;) | Tanya Lattner | 2004-06-21 | 1 | -1/+1 |
| | | | | llvm-svn: 14309 | ||||
* | Just a stub command guide for llvm-db for now. Will be filled in later. This ↵ | Tanya Lattner | 2004-06-21 | 1 | -0/+26 |
| | | | | | | is not linked off the main command guide web page, but should be once its completed. llvm-svn: 14307 | ||||
* | Another pod | Brian Gaeke | 2004-06-02 | 1 | -0/+75 |
| | | | | llvm-svn: 13969 | ||||
* | The llvm-dis.html page was a little out of date, but this pod file can ↵ | Brian Gaeke | 2004-06-02 | 1 | -0/+66 |
| | | | | | | supersede it. llvm-svn: 13968 | ||||
* | Tasty, tasty pods... | Brian Gaeke | 2004-06-02 | 1 | -0/+87 |
| | | | | llvm-svn: 13966 | ||||
* | The -q option is gone | Chris Lattner | 2004-06-02 | 1 | -16/+0 |
| | | | | llvm-svn: 13965 | ||||
* | The --enable-correct-eh-support option is meaningless when provided to | Chris Lattner | 2004-06-02 | 2 | -11/+0 |
| | | | | | | gccas. llvm-svn: 13964 | ||||
* | Here's another pod. | Brian Gaeke | 2004-06-02 | 1 | -0/+74 |
| | | | | llvm-svn: 13961 | ||||
* | Look, it's a gccas pod. | Brian Gaeke | 2004-06-02 | 1 | -0/+83 |
| | | | | llvm-svn: 13960 | ||||
* | Unbreak the bugpoint image | Chris Lattner | 2004-05-28 | 1 | -1/+1 |
| | | | | llvm-svn: 13878 | ||||
* | Rename "User's Guide" to "Command Guide" to be consistent with current scheme. | Misha Brukman | 2004-05-14 | 1 | -1/+1 |
| | | | | llvm-svn: 13580 |