summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
AgeCommit message (Expand)AuthorFilesLines
2010-09-07Add documentation for llvm-diff.John McCall2-0/+56
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola1-0/+4
2010-05-11Test commit.Daniel Dunbar1-2/+2
2010-05-11Test commit.Tanya Lattner1-1/+1
2010-05-11Test commit.Tanya Lattner1-1/+1
2010-05-07Revert r103213. It broke several sections of live website.mike-m25-0/+4160
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m25-4160/+0
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands1-2/+2
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar1-3/+3
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands1-2/+2
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands16-21/+21
2010-02-11llvm-db was removed.Dan Gohman1-16/+0
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman1-1/+7
2010-02-08Fix some typos.Duncan Sands1-4/+4
2009-12-01Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov1-7/+18
2009-11-22Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar1-1/+1
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar1-0/+5
2009-11-10lit: Start documentation testing architecture.Daniel Dunbar1-0/+116
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar1-0/+6
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar1-0/+5
2009-10-19Add link to 'lit' from CommandGuide.Daniel Dunbar1-0/+2
2009-10-17check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner1-3/+183
2009-09-15Put back non-obsolete -f sections for 'opt'.Daniel Dunbar1-0/+6
2009-09-15Remove references to obsolete -f option.Daniel Dunbar2-12/+0
2009-09-15Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar2-17/+19
2009-09-15Give llvm-link a -S option.Dan Gohman1-0/+4
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman1-0/+4
2009-09-08Add 'lit' testing tool.Daniel Dunbar1-0/+222
2009-09-07Document opt -S argument.Daniel Dunbar1-0/+4
2009-08-25Update documentation for the -f change.Dan Gohman6-16/+18
2009-08-23Don't install the man page for FileCheckDouglas Gregor1-2/+8
2009-08-15fix pasto noticed by JakubChris Lattner1-1/+1
2009-08-15add a simple FileCheck man page.Chris Lattner2-0/+67
2009-07-22Added -b option to override the default bitcode output file name.Sanjiv Gupta1-0/+6
2009-07-11Update documentation.Mikhail Glushenkov1-2/+3
2009-07-09Documentation update.Mikhail Glushenkov1-0/+5
2009-06-25Update documentation.Mikhail Glushenkov1-2/+5
2009-04-29Second attempt:Bill Wendling1-0/+6
2009-03-27Documentation update.Mikhail Glushenkov1-10/+14
2009-03-02Document the -gcc-tool-args bugpoint option.Bill Wendling1-1/+6
2009-02-28Fix typo. Found by William Moss.Bill Wendling1-1/+1
2009-01-21Mimic gcc behaviour with regard to response files.Mikhail Glushenkov1-0/+16
2009-01-12remove some dead options.Chris Lattner1-10/+1
2009-01-09Add a --check-graph option to llvmc.Mikhail Glushenkov1-0/+6
2008-12-12Man page update.Mikhail Glushenkov1-0/+8
2008-12-11* Fixed formatting of command descriptions to be consistent:Misha Brukman1-6/+6
2008-12-09Man page typo fix.Mikhail Glushenkov1-1/+1
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman1-4/+32
2008-12-07Man page update.Mikhail Glushenkov1-0/+12
2008-11-26Describe some more options in the man page.Mikhail Glushenkov1-8/+62