Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fix an item list. | Reid Spencer | 2004-11-29 | 1 | -0/+10 | |
| | | | | | | * Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH llvm-svn: 18317 | |||||
* | Add a link. | Reid Spencer | 2004-11-29 | 2 | -2/+2 | |
| | | | | llvm-svn: 18316 | |||||
* | First version of manual page for llvm-ld. | Reid Spencer | 2004-11-21 | 1 | -0/+161 | |
| | | | | llvm-svn: 18092 | |||||
* | Ignore files generated by pod2html | Misha Brukman | 2004-11-19 | 1 | -0/+1 | |
| | | | | llvm-svn: 18017 | |||||
* | Add a standards section. | Reid Spencer | 2004-11-17 | 1 | -0/+10 | |
| | | | | llvm-svn: 17921 | |||||
* | Be less verbose when `The' and `command' just aren't necessary | Misha Brukman | 2004-11-15 | 1 | -3/+3 | |
| | | | | llvm-svn: 17846 | |||||
* | No need for the verbose `the llvm-link command' when simply `llvm-link' will do | Misha Brukman | 2004-11-15 | 1 | -9/+8 | |
| | | | | llvm-svn: 17845 | |||||
* | Force a short link to gccld's man page | Misha Brukman | 2004-11-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 17844 | |||||
* | Fix syntax within a B<> tag | Misha Brukman | 2004-11-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 17843 | |||||
* | Remove personal email address. | Reid Spencer | 2004-11-15 | 2 | -2/+2 | |
| | | | | llvm-svn: 17842 | |||||
* | Add the PowerPC 32-bit ABI output option | Misha Brukman | 2004-11-15 | 1 | -0/+4 | |
| | | | | llvm-svn: 17840 | |||||
* | Bump version. Shouldn't this come from somewhere else?? | Chris Lattner | 2004-11-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 17839 | |||||
* | * Add an entry for llvm-ranlib | Misha Brukman | 2004-11-15 | 1 | -2/+5 | |
| | | | | | | * Add missing dashes llvm-svn: 17838 | |||||
* | This is llvm-ar, not llvm-as. | Misha Brukman | 2004-11-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 17837 | |||||
* | Remove reference to llvm-ld. | Reid Spencer | 2004-11-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 17836 | |||||
* | Terminate a list. | Reid Spencer | 2004-11-15 | 1 | -1/+3 | |
| | | | | | | Remove reference to llvm-ld llvm-svn: 17835 | |||||
* | Changes/corrections suggested from Chris Lattner's review. | Reid Spencer | 2004-11-15 | 1 | -28/+75 | |
| | | | | llvm-svn: 17832 | |||||
* | Document the new llvm-ranlib command. | Reid Spencer | 2004-11-12 | 1 | -0/+52 | |
| | | | | llvm-svn: 17687 | |||||
* | Correctly terminate a list. | Reid Spencer | 2004-11-12 | 1 | -0/+2 | |
| | | | | llvm-svn: 17686 | |||||
* | Document the modifiers and the file format. | Reid Spencer | 2004-11-12 | 1 | -23/+131 | |
| | | | | llvm-svn: 17685 | |||||
* | Add llvm-ar to the index. | Reid Spencer | 2004-11-11 | 1 | -0/+3 | |
| | | | | llvm-svn: 17682 | |||||
* | 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 |