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.pod
Age
Commit message (
Expand
)
Author
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2010-11-16
Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...
Peter Collingbourne
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-02-18
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2009-09-15
Remove references to obsolete -f option.
Daniel Dunbar
2009-09-15
Update llc/opt PODs to clarify they support .ll input.
Daniel Dunbar
2009-08-25
Update documentation for the -f change.
Dan Gohman
2009-04-29
Second attempt:
Bill Wendling
2007-07-09
eliminated all references to 'bytecode' from .pod files
Gabor Greif
2006-03-14
Change docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2005-12-16
rename options
Chris Lattner
2005-12-16
Document -mcpu -mattr -triple
Chris Lattner
2005-05-13
update this manual
Chris Lattner
2005-01-25
Document the --load option.
Reid Spencer
2004-12-09
Clean up this man page
Chris Lattner
2004-11-15
Add the PowerPC 32-bit ABI output option
Misha Brukman
2004-07-21
Fix spelling of `iterative scan'
Misha Brukman
2004-07-21
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-21
Linearscan is no longer experimental.
Alkis Evlogimenos
2004-07-02
* Standardize manpage output: program name bold, options italic/emphasized
Misha Brukman
2004-05-14
More pods... work in progress
Brian Gaeke