Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document that llvm-nm works in pipe mode, thanks to the efforts of Chris. | Brian Gaeke | 2003-10-16 | 1 | -1/+3 |
| | | | | llvm-svn: 9185 | ||||
* | Removed the -mode option. | John Criswell | 2003-10-16 | 1 | -12/+4 |
| | | | | | | Fixed some grammar, spelling, and punctuation. llvm-svn: 9178 | ||||
* | Added documentation on the new -disable-inlining option. | John Criswell | 2003-10-16 | 1 | -0/+5 |
| | | | | llvm-svn: 9176 | ||||
* | Automagically update website docs on commits. | Misha Brukman | 2003-10-16 | 1 | -0/+1 |
| | | | | llvm-svn: 9167 | ||||
* | Update the website automatically on documentation commit [in progress]. | Misha Brukman | 2003-10-16 | 1 | -1/+2 |
| | | | | llvm-svn: 9166 | ||||
* | This should automatically update on the webpage. | Misha Brukman | 2003-10-16 | 1 | -1/+3 |
| | | | | llvm-svn: 9165 | ||||
* | yikes, a copy-and-paste-o | Brian Gaeke | 2003-10-16 | 1 | -1/+1 |
| | | | | llvm-svn: 9164 | ||||
* | add llvm-nm entry. | Brian Gaeke | 2003-10-16 | 1 | -0/+5 |
| | | | | llvm-svn: 9163 | ||||
* | Add command guide (It's like a man page translated into html, but without the | Brian Gaeke | 2003-10-16 | 1 | -0/+116 |
| | | | | | | translation...) for the new llvm-nm tool. llvm-svn: 9162 | ||||
* | cleanup analyze documents | Chris Lattner | 2003-10-07 | 1 | -35/+24 |
| | | | | llvm-svn: 8943 | ||||
* | Ensure both columns take 50% | Chris Lattner | 2003-10-07 | 1 | -3/+3 |
| | | | | llvm-svn: 8942 | ||||
* | no this really isn't extract | Chris Lattner | 2003-10-07 | 1 | -1/+1 |
| | | | | llvm-svn: 8941 | ||||
* | initial checkin of the bugpoint doxs | Chris Lattner | 2003-10-07 | 1 | -0/+113 |
| | | | | llvm-svn: 8940 | ||||
* | TTify, add links between pages | Chris Lattner | 2003-10-07 | 3 | -130/+92 |
| | | | | llvm-svn: 8939 | ||||
* | Consistently set the background color | Chris Lattner | 2003-10-07 | 11 | -54/+42 |
| | | | | | | Change the footer to include "maintained by" llvm-svn: 8938 | ||||
* | <tt>ify things | Chris Lattner | 2003-10-07 | 1 | -42/+30 |
| | | | | llvm-svn: 8937 | ||||
* | Make the index page a big more attractive | Chris Lattner | 2003-10-07 | 1 | -21/+35 |
| | | | | llvm-svn: 8936 | ||||
* | More changes and updates | Chris Lattner | 2003-10-07 | 3 | -131/+108 |
| | | | | llvm-svn: 8935 | ||||
* | <tt>ify, other minor cleanups | Chris Lattner | 2003-10-07 | 1 | -25/+24 |
| | | | | llvm-svn: 8934 | ||||
* | <tt> stuff | Chris Lattner | 2003-10-07 | 1 | -26/+14 |
| | | | | | | simplify a bit llvm-svn: 8933 | ||||
* | Add pointer to LLC for code generator options. <tt> a bunch of stuff which ↵ | Chris Lattner | 2003-10-07 | 1 | -35/+10 |
| | | | | | | should be llvm-svn: 8932 | ||||
* | separate options into X86 and sparc specific options | Chris Lattner | 2003-10-07 | 1 | -48/+50 |
| | | | | llvm-svn: 8931 | ||||
* | Wrap at 80 columns | Chris Lattner | 2003-10-07 | 1 | -17/+7 |
| | | | | | | remove -time-passes and -stats, because llvm-link doesn't really need them llvm-svn: 8926 | ||||
* | Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them | Chris Lattner | 2003-10-07 | 1 | -3/+3 |
| | | | | llvm-svn: 8925 | ||||
* | remove options specific to the -internalize pass, add the -debug option | Chris Lattner | 2003-10-07 | 1 | -0/+9 |
| | | | | llvm-svn: 8924 | ||||
* | Added links to the C and C++ frontends. | John Criswell | 2003-10-03 | 1 | -0/+10 |
| | | | | llvm-svn: 8836 | ||||
* | Adding basic documentation for the LLVM C and C++ frontends. | John Criswell | 2003-10-03 | 2 | -0/+221 |
| | | | | llvm-svn: 8835 | ||||
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 1 | -11/+17 |
| | | | | llvm-svn: 8815 | ||||
* | Corrected usage synopsis. | John Criswell | 2003-09-30 | 1 | -1/+9 |
| | | | | | | | Added information regarding additional LLVM passes used, input defaults, and output defaults. llvm-svn: 8802 | ||||
* | Added information on input and output filenames. | John Criswell | 2003-09-29 | 2 | -16/+100 |
| | | | | | | | | Added periods to the end of sentence fragments describing options. Added information to llc about which target architecture is selected for assembly language code generation. llvm-svn: 8741 | ||||
* | Added explanation of where analyze gets its input, where it sends its output, | John Criswell | 2003-09-29 | 1 | -5/+10 |
| | | | | | | and how it decides to interpret its input. llvm-svn: 8730 | ||||
* | Added information on how input and output files are selected. | John Criswell | 2003-09-26 | 2 | -17/+42 |
| | | | | | | | | Added information on where files are located by llvm-link. Added missing options. Re-worded some stuff so that it (hopefully) sounds better. llvm-svn: 8723 | ||||
* | Added information about how llvm-as and llvm-dis select the input and output | John Criswell | 2003-09-26 | 2 | -13/+62 |
| | | | | | | | filenames. Corrected some typos in the llvm-dis documentation. llvm-svn: 8716 | ||||
* | Change the heading of the page to reflect the tool name | Chris Lattner | 2003-09-25 | 10 | -20/+20 |
| | | | | llvm-svn: 8715 | ||||
* | Added an explanation of gccld's behavior when linking in native mode. | John Criswell | 2003-09-25 | 1 | -0/+8 |
| | | | | | | Also gives me an excuse to re-commit the file on Tank. llvm-svn: 8714 | ||||
* | Added information about the new -native option. | John Criswell | 2003-09-25 | 1 | -8/+64 |
| | | | | | | Added information about how object files and libraries are found and loaded. llvm-svn: 8713 | ||||
* | fix misspelling analyse -> analyze | Chris Lattner | 2003-09-17 | 1 | -3/+3 |
| | | | | llvm-svn: 8576 | ||||
* | Renamed the link page to llvmlink.html | John Criswell | 2003-09-17 | 4 | -3/+168 |
| | | | | | | | | Added initial pages for the extract and llvm-link commands. Reworded the description of the -load option for analyze to hopefully make it more clear. llvm-svn: 8575 | ||||
* | Initial go at documentation for llc. | John Criswell | 2003-09-12 | 1 | -0/+147 |
| | | | | | | Pretty crufty. llvm-svn: 8492 | ||||
* | Modified the footer to be a link to the LLVM web page. | John Criswell | 2003-09-11 | 8 | -35/+43 |
| | | | | | | | | Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. llvm-svn: 8485 | ||||
* | Adding a skeleton for the LLVM Command Guide. | John Criswell | 2003-09-11 | 8 | -0/+745 |
Hopefully the group as a whole will update this into a real guide. llvm-svn: 8483 |