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
/
lli.pod
Age
Commit message (
Expand
)
Author
2012-05-08
[docs] Remove POD based man page docs (and build system support).
Daniel Dunbar
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-05-02
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2010-02-18
Uniformize the way these options are printed. Requested by
Duncan Sands
2010-02-18
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2007-08-07
Who thought up this crazy formatting scheme?
Reid Spencer
2007-08-07
Okay, over/back tags don't next.
Reid Spencer
2007-08-07
Try an indent level for better formatting.
Reid Spencer
2007-08-07
Add the code generation options.
Reid Spencer
2007-08-07
Rearrange options into sections and add the last floating point related option.
Reid Spencer
2007-08-07
Add the -disable-excess-fp-precision option.
Reid Spencer
2007-08-07
Add another missing option.
Reid Spencer
2007-08-07
Add some more missing options.
Reid Spencer
2007-08-07
Remove the -f option which is no longer supported, but add the -fake-argv0
Reid Spencer
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
2004-07-02
* Standardize manpage output: program name bold, options italic/emphasized
Misha Brukman
2004-05-14
More pods... work in progress
Brian Gaeke