summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llc.html
Commit message (Collapse)AuthorAgeFilesLines
* The HTML documentation is now automatically generated from POD source.Misha Brukman2004-07-021-220/+0
| | | | llvm-svn: 14578
* Performed some updates on the new options to these command line tools.John Criswell2004-03-121-1/+7
| | | | llvm-svn: 12350
* Add simple spiller.Alkis Evlogimenos2004-03-061-0/+3
| | | | llvm-svn: 12188
* The default register allocator is local not simple.Alkis Evlogimenos2004-03-061-1/+1
| | | | llvm-svn: 12187
* Make <di> into <dt> (definition list term).Alkis Evlogimenos2004-03-021-9/+10
| | | | llvm-svn: 12072
* Fix <p> missing <p> tagAlkis Evlogimenos2004-03-011-0/+1
| | | | llvm-svn: 12063
* Add a spiller option to llc. A simple spiller will come soon. When we get ↵Alkis Evlogimenos2004-03-011-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 optionChris Lattner2004-02-181-0/+3
| | | | llvm-svn: 11615
* PreSelection isn't optional and so there's no way to turn it off.Misha Brukman2004-02-161-5/+0
| | | | llvm-svn: 11504
* Consistently set the background colorChris Lattner2003-10-071-35/+23
| | | | | | Change the footer to include "maintained by" llvm-svn: 8938
* separate options into X86 and sparc specific optionsChris Lattner2003-10-071-48/+50
| | | | llvm-svn: 8931
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-021-11/+17
| | | | llvm-svn: 8815
* Added information on input and output filenames.John Criswell2003-09-291-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 nameChris Lattner2003-09-251-2/+2
| | | | llvm-svn: 8715
* Initial go at documentation for llc.John Criswell2003-09-121-0/+147
Pretty crufty. llvm-svn: 8492
OpenPOWER on IntegriCloud