test commit
[oota-llvm.git] / docs / CommandGuide /
2012-05-13 Nadav RotemFix the tool documentation
2012-05-08 Daniel Dunbar[docs] Remove POD based man page docs (and build system...
2012-05-08 Daniel Dunbar[docs] Add ReST version of all the man pages.
2012-05-07 Pete CooperRemove C Backend from the bugpoint docs
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-18 Eli BenderskySome formatting and grammar fixes in the FileCheck...
2012-03-29 Benjamin KramerDrop O4 from the llc manpage, it was removed in r70445.
2012-03-26 Daniel Dunbardocs/lit: Add some notes on the lit test run output...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-14 Eli BenderskySome typos in lit command guide
2012-03-14 Eli BenderskyTypo in lit command guide
2012-02-27 Craig TopperUpdate tblgen command guide. Remove unused tblgen Instr...
2012-02-26 Nadav RotemAdd a random .LL file generator to stress-test differen...
2012-02-05 Eli BenderskyFix typo and broken link
2012-02-05 Eli BenderskyAdd missing paren
2012-01-07 Eli BenderskyFix dead link
2012-01-02 Duncan SandsCorrect spelling.
2011-12-12 Daniel Dunbarllvm-build: Add sketchy support for preserving comments...
2011-11-28 Devang PatelAdd documentation for llvm-cov.
2011-11-04 Daniel Dunbarllvm-build: Add initial --write-cmake-fragment option.
2011-11-03 Daniel Dunbarllvm-build: Add initial code for --write-make-fragment.
2011-11-03 Daniel Dunbarllvm-build: Add "--write-library-table" option for...
2011-11-03 Daniel Dunbardocs: Sketch docs for llvm-build tool.
2011-09-20 Bill WendlingRemove mention of llvm-gcc and llvm-g++. -Ministry...
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-18 Bill WendlingRemove obsolete .pod files.
2011-09-16 Chad RosierAdd -rfunc and -rglob options to llvm-extract to suppor...
2011-04-23 Andrew TrickComment edit.
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-14 Andrew TrickDocumented bugpoint --compile-custom --compile-command.
2011-04-11 NAKAMURA Takumidocs/CommandGuide/index.html: Fix CSS url to relative.
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2010-11-16 Peter CollingbourneDocument -enable-no-infs-fp-math and -enable-no-nans...
2010-10-15 Jakob Stoklund OlesenTeach FileCheck to handle trailing CHECK-NOT patterns.
2010-09-07 John McCallAdd documentation for llvm-diff.
2010-08-08 Rafael EspindolaAdd a opt-args option that can be used to pass argument...
2010-05-11 Daniel DunbarTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-11 Dan Gohmanllvm-db was removed.
2010-02-10 Dan GohmanAdd support to llvm-extract for extracting multiple...
2010-02-08 Duncan SandsFix some typos.
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
2009-11-22 Daniel DunbarAllow '_' in FileCheck variable names, it is nice to...
2009-11-15 Daniel Dunbarlit: Add --repeat=N option, for running each test N...
2009-11-10 Daniel Dunbarlit: Start documentation testing architecture.
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-19 Daniel DunbarAdd link to 'lit' from CommandGuide.
2009-10-17 Chris Lattnercheck in a bunch of content from TestingGuide. Part...
2009-09-15 Daniel DunbarPut back non-obsolete -f sections for 'opt'.
2009-09-15 Daniel DunbarRemove references to obsolete -f option.
2009-09-15 Daniel DunbarUpdate llc/opt PODs to clarify they support .ll input.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-08 Daniel DunbarAdd 'lit' testing tool.
2009-09-07 Daniel DunbarDocument opt -S argument.
2009-08-25 Dan GohmanUpdate documentation for the -f change.
2009-08-23 Douglas GregorDon't install the man page for FileCheck
2009-08-15 Chris Lattnerfix pasto noticed by Jakub
2009-08-15 Chris Lattneradd a simple FileCheck man page.
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-06-25 Mikhail GlushenkovUpdate documentation.
2009-04-29 Bill WendlingSecond attempt:
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-02 Bill WendlingDocument the -gcc-tool-args bugpoint option.
2009-02-28 Bill WendlingFix typo. Found by William Moss.
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-12 Chris Lattnerremove some dead options.
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2008-12-12 Mikhail GlushenkovMan page update.
2008-12-11 Misha Brukman* Fixed formatting of command descriptions to be consis...
2008-12-09 Mikhail GlushenkovMan page typo fix.
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-12-07 Mikhail GlushenkovMan page update.
2008-11-26 Mikhail GlushenkovDescribe some more options in the man page.
2008-11-25 Mikhail GlushenkovAdd a man page for llvmc. Really basic for now, will...
2008-10-28 Chris Lattnerllvm-ld doesn't have a -march option. This fixes PR2961
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-08-06 Chris Lattnerstacker is really gone.
2008-08-06 Chris Lattnerremove stacker
2008-06-25 Chris Lattnerremove a bunch of dead options that never did anything.
2008-06-12 Dale JohannesenImprove description of -emit-llvm.
2008-06-09 Tanya LattnerCreate dirs as needed.
2008-05-04 Anton KorobeynikovRemove entries from here also
2008-05-04 Anton KorobeynikovDrop llvmc also, it will be replaced by shiny new llvmc2
2008-05-04 Anton KorobeynikovDrop llvm2cpp, it's now a llc target
2008-04-07 Tanya LattnerAdded note to getting started guide to use llvm-gcc4.2.
2008-03-30 Erick TryzelaarTweak build system to allow for installing the tutorial...
next