Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd46eb770f1bf7f38aa440fa23786c8976be16aa
/
llvm
/
docs
/
CommandGuide
e9ba80d
fix pasto noticed by Jakub
by Chris Lattner
· 16 years ago
878e2b7
add a simple FileCheck man page.
by Chris Lattner
· 16 years ago
5200f04
Added -b option to override the default bitcode output file name.
by Sanjiv Gupta
· 16 years ago
bee767f
Update documentation.
by Mikhail Glushenkov
· 16 years ago
7ab20c7
Documentation update.
by Mikhail Glushenkov
· 16 years ago
d1d21a1
Update documentation.
by Mikhail Glushenkov
· 16 years ago
084669a
Second attempt:
by Bill Wendling
· 17 years ago
0f78c27
Documentation update.
by Mikhail Glushenkov
· 17 years ago
a347bc67
Document the -gcc-tool-args bugpoint option.
by Bill Wendling
· 17 years ago
638b836
Fix typo. Found by William Moss.
by Bill Wendling
· 17 years ago
6a4f729
Mimic gcc behaviour with regard to response files.
by Mikhail Glushenkov
· 17 years ago
ecbe933
remove some dead options.
by Chris Lattner
· 17 years ago
0f88cfa
Add a --check-graph option to llvmc.
by Mikhail Glushenkov
· 17 years ago
a6a9066
Man page update.
by Mikhail Glushenkov
· 17 years ago
4e71ec1
* Fixed formatting of command descriptions to be consistent:
by Misha Brukman
· 17 years ago
e5cd771
Man page typo fix.
by Mikhail Glushenkov
· 17 years ago
414cf50
Generalize bugpoint's concept of a "safe" backend, and add options
by Dan Gohman
· 17 years ago
bd53583
Man page update.
by Mikhail Glushenkov
· 17 years ago
b21abb9
Describe some more options in the man page.
by Mikhail Glushenkov
· 17 years ago
e9eeb0d
Add a man page for llvmc. Really basic for now, will be updated later.
by Mikhail Glushenkov
· 17 years ago
8f243a5
llvm-ld doesn't have a -march option. This fixes PR2961
by Chris Lattner
· 17 years ago
f5ba827
Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.
by Nick Lewycky
· 17 years ago
8709ed3
stacker is really gone.
by Chris Lattner
· 17 years ago
6b12e46
remove stacker
by Chris Lattner
· 17 years ago
651e66d
remove a bunch of dead options that never did anything.
by Chris Lattner
· 17 years ago
b50a845
Improve description of -emit-llvm.
by Dale Johannesen
· 17 years ago
d18ce72
Create dirs as needed.
by Tanya Lattner
· 17 years ago
60d2d99
Remove entries from here also
by Anton Korobeynikov
· 18 years ago
625f4fe
Drop llvmc also, it will be replaced by shiny new llvmc2
by Anton Korobeynikov
· 18 years ago
a41f7f8
Drop llvm2cpp, it's now a llc target
by Anton Korobeynikov
· 18 years ago
c797231
Added note to getting started guide to use llvm-gcc4.2.
by Tanya Lattner
· 18 years ago
dd0ace5
Tweak build system to allow for installing the tutorial and uninstalling the docs.
by Erick Tryzelaar
· 18 years ago
8752bbf
heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not.
by Chris Lattner
· 18 years ago
11cc8b3
remove attributions from the rest of the llvm makefiles.
by Chris Lattner
· 18 years ago
8feb9d6
Who thought up this crazy formatting scheme?
by Reid Spencer
· 18 years ago
4391aa04
Okay, over/back tags don't next.
by Reid Spencer
· 18 years ago
5f5bb46
Try an indent level for better formatting. Add the -version option.
by Reid Spencer
· 18 years ago
d64584f
Add the code generation options.
by Reid Spencer
· 18 years ago
50138fe
Rearrange options into sections and add the last floating point related option.
by Reid Spencer
· 18 years ago
30b4ae5
Add the -disable-excess-fp-precision option.
by Reid Spencer
· 18 years ago
ef3a6a3
Add another missing option.
by Reid Spencer
· 18 years ago
718eb7f
Add some more missing options.
by Reid Spencer
· 18 years ago
a8f72c7
Remove the -f option which is no longer supported, but add the -fake-argv0
by Reid Spencer
· 18 years ago
ade052e5
Update links to the command guide generated documentation.
by Reid Spencer
· 18 years ago
f433a7f
Alphabetize. Document -mlimit parameter.
by Nick Lewycky
· 18 years ago
6c0bda8
eliminated all references to 'bytecode' from .pod files
by Gabor Greif
· 18 years ago
74119e0
Bytecode -> Bitcode
by Reid Spencer
· 18 years ago
75efe6c
Minor language change upgrader -> upgrade tool
by Reid Spencer
· 18 years ago
e14b733
This dir does not appear under /docs anymore but under /cmds so use an
by Reid Spencer
· 18 years ago
15053aae
Fix some minor typos.
by Reid Spencer
· 18 years ago
69c94d2
Fix some typos.
by Reid Spencer
· 18 years ago
b66b305
Fix a typo.
by Reid Spencer
· 18 years ago
af548d0
Fix a typo.
by Reid Spencer
· 18 years ago
2cf6fe9
Fix some minor typos, again to test the auto-update of the web site.
by Reid Spencer
· 18 years ago
dfa6ee7
Remove an unneeded space, mostly to verify that auto-update of the
by Reid Spencer
· 18 years ago
a9c32e6
Add a note about llvm2cpp's dubious future.
by Reid Spencer
· 18 years ago
2660cef
Convert .cvsignore files
by John Criswell
· 18 years ago
05be1d4
remove dead option
by Chris Lattner
· 19 years ago
9154bc8
Remove broken links to gccas and gccld.
by Reid Spencer
· 19 years ago
e976307
Remove references to the now deprecated gccas and gccld.
by Reid Spencer
· 19 years ago
7e08d13
Update for llvm-gcc v4.0 usage.
by Reid Spencer
· 19 years ago
6bc8576
Remove gccas.pod and references to gccas and gccld.
by Reid Spencer
· 19 years ago
dac9bac
gccld is gone.
by Reid Spencer
· 19 years ago
7ff3951
Fix some formatting mistakes.
by Reid Spencer
· 19 years ago
ddef5ab
Merge gccld documentation in here. gccld will go away soon.
by Reid Spencer
· 19 years ago
04c5761
For PR1152:
by Reid Spencer
· 19 years ago
2e2e43e
And even more correctly.
by Reid Spencer
· 19 years ago
dc83457
Format the examples correctly.
by Reid Spencer
· 19 years ago
f3293ba
For PR1152:
by Reid Spencer
· 19 years ago
8392ed1
Document this tool as experimental and list its deficiencies.
by Reid Spencer
· 19 years ago
797cb85
Add llvm-upgrade documentation.
by Reid Spencer
· 19 years ago
963bdf3
Document the llvm-upgrade tool.
by Reid Spencer
· 19 years ago
4666c08
Documented the --disable-compression option in gccld and gccas.
by John Criswell
· 19 years ago
1f96052
Fix PR1005
by Chris Lattner
· 19 years ago
426df57
Document new --enable-valgrind option.
by Nick Lewycky
· 19 years ago
80f843d
Excise references to the now defunct "analyze" tool. Merge descriptions
by Reid Spencer
· 19 years ago
499b96d
Fixed the awkward description of the -find-bugs option for bugpoint.
by Patrick Jenkins
· 19 years ago
c884cfb
Added option description for -find-bugs.
by Patrick Jenkins
· 19 years ago
e1b3eaf
llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust
by Reid Spencer
· 19 years ago
69e2232
Update to include new options.
by Reid Spencer
· 19 years ago
7f9dcde
document --libfiles
by Chris Lattner
· 19 years ago
5d11231
Add tblgen to the index
by Chris Lattner
· 19 years ago
a470694
tblgen isn't related to llvm2cpp. Fix typo
by Chris Lattner
· 19 years ago
e53b4ca
Document the -gen-inline option.
by Reid Spencer
· 19 years ago
5dd0111
Add a brief description for the tblgen program. More detail is needed but
by Reid Spencer
· 19 years ago
a9355fa
Update the documentation for llvm2cpp after the -gen-* options were added.
by Reid Spencer
· 19 years ago
ad7da68
Add the new command line arguments.
by Reid Spencer
· 19 years ago
f9aa688
Add llvm2cpp program.
by Reid Spencer
· 19 years ago
8923c09
Add a missing =back to eliminate error.
by Reid Spencer
· 20 years ago
171db236
Don't hardcode in 1.5 for the website, just use 'CVS'.
by Chris Lattner
· 20 years ago
95680d1
Add llvm-config to the index.
by Reid Spencer
· 20 years ago
647058d
Documentation for llvm-config by Eric Kidd.
by Reid Spencer
· 20 years ago
85d182f
Change docs for llvm.cs.uiuc.edu -> llvm.org
by Reid Spencer
· 20 years ago
b1f01ac
Document the new -post-link-opts option.
by Reid Spencer
· 20 years ago
77e28af
rename options
by Chris Lattner
· 20 years ago
3bf72b5
Document -mcpu -mattr -triple
by Chris Lattner
· 20 years ago
5379a5b
* "GNU Compiler Collection's gcc tool" is redundant
by Misha Brukman
· 20 years ago
ce3f35a
Ignore generated files.
by Reid Spencer
· 20 years ago
e1a8120
Merged in release_15.
by John Criswell
· 20 years ago
e59cddf
close off B< tag
by Chris Lattner
· 20 years ago
Next »