summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
Commit message (Expand)AuthorAge
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-08
* Test commit.Daniel Dunbar2010-05-11
* Test commit.Tanya Lattner2010-05-11
* Test commit.Tanya Lattner2010-05-11
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-18
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* llvm-db was removed.Dan Gohman2010-02-11
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-10
* Fix some typos.Duncan Sands2010-02-08
* Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov2009-12-01
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-22
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-15
* lit: Start documentation testing architecture.Daniel Dunbar2009-11-10
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-05
* lit: Add --config-prefix option, to override default config file names.Daniel Dunbar2009-10-25
* Add link to 'lit' from CommandGuide.Daniel Dunbar2009-10-19
* check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner2009-10-17
* Put back non-obsolete -f sections for 'opt'.Daniel Dunbar2009-09-15
* Remove references to obsolete -f option.Daniel Dunbar2009-09-15
* Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar2009-09-15
* Give llvm-link a -S option.Dan Gohman2009-09-15
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Add 'lit' testing tool.Daniel Dunbar2009-09-08
* Document opt -S argument.Daniel Dunbar2009-09-07
* Update documentation for the -f change.Dan Gohman2009-08-25
* Don't install the man page for FileCheckDouglas Gregor2009-08-23
* fix pasto noticed by JakubChris Lattner2009-08-15
* add a simple FileCheck man page.Chris Lattner2009-08-15
* Added -b option to override the default bitcode output file name.Sanjiv Gupta2009-07-22
* Update documentation.Mikhail Glushenkov2009-07-11
* Documentation update.Mikhail Glushenkov2009-07-09
* Update documentation.Mikhail Glushenkov2009-06-25
* Second attempt:Bill Wendling2009-04-29
* Documentation update.Mikhail Glushenkov2009-03-27
* Document the -gcc-tool-args bugpoint option.Bill Wendling2009-03-02
* Fix typo. Found by William Moss.Bill Wendling2009-02-28
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-21
* remove some dead options.Chris Lattner2009-01-12
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-09
* Man page update.Mikhail Glushenkov2008-12-12
* * Fixed formatting of command descriptions to be consistent:Misha Brukman2008-12-11
* Man page typo fix.Mikhail Glushenkov2008-12-09
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* Man page update.Mikhail Glushenkov2008-12-07
* Describe some more options in the man page.Mikhail Glushenkov2008-11-26
* Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov2008-11-25