index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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