index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
CommandGuide
/
llc.html
Age
Commit message (
Expand
)
Author
2004-07-02
The HTML documentation is now automatically generated from POD source.
Misha Brukman
2004-03-12
Performed some updates on the new options to these command line tools.
John Criswell
2004-03-06
Add simple spiller.
Alkis Evlogimenos
2004-03-06
The default register allocator is local not simple.
Alkis Evlogimenos
2004-03-02
Make <di> into <dt> (definition list term).
Alkis Evlogimenos
2004-03-01
Fix <p> missing <p> tag
Alkis Evlogimenos
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-02-18
document the -march=c option
Chris Lattner
2004-02-16
PreSelection isn't optional and so there's no way to turn it off.
Misha Brukman
2003-10-07
Consistently set the background color
Chris Lattner
2003-10-07
separate options into X86 and sparc specific options
Chris Lattner
2003-10-02
Change llc command line for register allocators
Alkis Evlogimenos
2003-09-29
Added information on input and output filenames.
John Criswell
2003-09-25
Change the heading of the page to reflect the tool name
Chris Lattner
2003-09-12
Initial go at documentation for llc.
John Criswell