summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
AgeCommit message (Expand)Author
2011-11-28Add documentation for llvm-cov.Devang Patel
2011-11-04llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar
2011-11-03llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar
2011-11-03llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar
2011-11-03docs: Sketch docs for llvm-build tool.Daniel Dunbar
2011-09-20Remove mention of llvm-gcc and llvm-g++. -Ministry of TruthBill Wendling
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-09-18Remove obsolete .pod files.Bill Wendling
2011-09-16Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier
2011-04-23Comment edit.Andrew Trick
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-14Documented bugpoint --compile-custom --compile-command.Andrew Trick
2011-04-11docs/CommandGuide/index.html: Fix CSS url to relative.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2010-11-16Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...Peter Collingbourne
2010-10-15Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen
2010-09-07Add documentation for llvm-diff.John McCall
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola
2010-05-11Test commit.Daniel Dunbar
2010-05-11Test commit.Tanya Lattner
2010-05-11Test commit.Tanya Lattner
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2010-02-11llvm-db was removed.Dan Gohman
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman
2010-02-08Fix some typos.Duncan Sands
2009-12-01Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov
2009-11-22Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar
2009-11-10lit: Start documentation testing architecture.Daniel Dunbar
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar
2009-10-19Add link to 'lit' from CommandGuide.Daniel Dunbar
2009-10-17check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner
2009-09-15Put back non-obsolete -f sections for 'opt'.Daniel Dunbar
2009-09-15Remove references to obsolete -f option.Daniel Dunbar
2009-09-15Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar
2009-09-15Give llvm-link a -S option.Dan Gohman
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman
2009-09-08Add 'lit' testing tool.Daniel Dunbar
2009-09-07Document opt -S argument.Daniel Dunbar
2009-08-25Update documentation for the -f change.Dan Gohman
2009-08-23Don't install the man page for FileCheckDouglas Gregor