summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llc.html
Commit message (Collapse)AuthorAgeFilesLines
* Add simple spiller.Alkis Evlogimenos2004-03-061-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12188 91177308-0d34-0410-b5e6-96231b3b80d8
* The default register allocator is local not simple.Alkis Evlogimenos2004-03-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12187 91177308-0d34-0410-b5e6-96231b3b80d8
* Make <di> into <dt> (definition list term).Alkis Evlogimenos2004-03-021-9/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12072 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix <p> missing <p> tagAlkis Evlogimenos2004-03-011-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12063 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12062 91177308-0d34-0410-b5e6-96231b3b80d8
* document the -march=c optionChris Lattner2004-02-181-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11615 91177308-0d34-0410-b5e6-96231b3b80d8
* PreSelection isn't optional and so there's no way to turn it off.Misha Brukman2004-02-161-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11504 91177308-0d34-0410-b5e6-96231b3b80d8
* Consistently set the background colorChris Lattner2003-10-071-35/+23
| | | | | | | Change the footer to include "maintained by" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8938 91177308-0d34-0410-b5e6-96231b3b80d8
* separate options into X86 and sparc specific optionsChris Lattner2003-10-071-48/+50
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8931 91177308-0d34-0410-b5e6-96231b3b80d8
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-021-11/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8815 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8741 91177308-0d34-0410-b5e6-96231b3b80d8
* Change the heading of the page to reflect the tool nameChris Lattner2003-09-251-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8715 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial go at documentation for llc.John Criswell2003-09-121-0/+147
Pretty crufty. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8492 91177308-0d34-0410-b5e6-96231b3b80d8