Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The HTML documentation is now automatically generated from POD source. | Misha Brukman | 2004-07-02 | 1 | -220/+0 |
| | | | | llvm-svn: 14578 | ||||
* | Performed some updates on the new options to these command line tools. | John Criswell | 2004-03-12 | 1 | -1/+7 |
| | | | | llvm-svn: 12350 | ||||
* | Add simple spiller. | Alkis Evlogimenos | 2004-03-06 | 1 | -0/+3 |
| | | | | llvm-svn: 12188 | ||||
* | The default register allocator is local not simple. | Alkis Evlogimenos | 2004-03-06 | 1 | -1/+1 |
| | | | | llvm-svn: 12187 | ||||
* | Make <di> into <dt> (definition list term). | Alkis Evlogimenos | 2004-03-02 | 1 | -9/+10 |
| | | | | llvm-svn: 12072 | ||||
* | Fix <p> missing <p> tag | Alkis Evlogimenos | 2004-03-01 | 1 | -0/+1 |
| | | | | llvm-svn: 12063 | ||||
* | Add a spiller option to llc. A simple spiller will come soon. When we get ↵ | Alkis Evlogimenos | 2004-03-01 | 1 | -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. llvm-svn: 12062 | ||||
* | document the -march=c option | Chris Lattner | 2004-02-18 | 1 | -0/+3 |
| | | | | llvm-svn: 11615 | ||||
* | PreSelection isn't optional and so there's no way to turn it off. | Misha Brukman | 2004-02-16 | 1 | -5/+0 |
| | | | | llvm-svn: 11504 | ||||
* | Consistently set the background color | Chris Lattner | 2003-10-07 | 1 | -35/+23 |
| | | | | | | Change the footer to include "maintained by" llvm-svn: 8938 | ||||
* | separate options into X86 and sparc specific options | Chris Lattner | 2003-10-07 | 1 | -48/+50 |
| | | | | llvm-svn: 8931 | ||||
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 1 | -11/+17 |
| | | | | llvm-svn: 8815 | ||||
* | Added information on input and output filenames. | John Criswell | 2003-09-29 | 1 | -13/+68 |
| | | | | | | | | 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 | ||||
* | Change the heading of the page to reflect the tool name | Chris Lattner | 2003-09-25 | 1 | -2/+2 |
| | | | | llvm-svn: 8715 | ||||
* | Initial go at documentation for llc. | John Criswell | 2003-09-12 | 1 | -0/+147 |
Pretty crufty. llvm-svn: 8492 |