summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
Commit message (Expand)AuthorAge
* Remove mention of llvm-gcc and llvm-g++. -Ministry of TruthBill Wendling2011-09-20
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Remove obsolete .pod files.Bill Wendling2011-09-18
* Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier2011-09-16
* Comment edit.Andrew Trick2011-04-23
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Documented bugpoint --compile-custom --compile-command.Andrew Trick2011-04-14
* docs/CommandGuide/index.html: Fix CSS url to relative.NAKAMURA Takumi2011-04-11
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...Peter Collingbourne2010-11-16
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-15
* Add documentation for llvm-diff.John McCall2010-09-07
* 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