aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide
AgeCommit message (Expand)Author
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
2009-08-15fix pasto noticed by JakubChris Lattner
2009-08-15add a simple FileCheck man page.Chris Lattner
2009-07-22Added -b option to override the default bitcode output file name.Sanjiv Gupta
2009-07-11Update documentation.Mikhail Glushenkov
2009-07-09Documentation update.Mikhail Glushenkov
2009-06-25Update documentation.Mikhail Glushenkov
2009-04-29Second attempt:Bill Wendling
2009-03-27Documentation update.Mikhail Glushenkov
2009-03-02Document the -gcc-tool-args bugpoint option.Bill Wendling
2009-02-28Fix typo. Found by William Moss.Bill Wendling
2009-01-21Mimic gcc behaviour with regard to response files.Mikhail Glushenkov
2009-01-12remove some dead options.Chris Lattner
2009-01-09Add a --check-graph option to llvmc.Mikhail Glushenkov
2008-12-12Man page update.Mikhail Glushenkov
2008-12-11* Fixed formatting of command descriptions to be consistent:Misha Brukman
2008-12-09Man page typo fix.Mikhail Glushenkov
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-12-07Man page update.Mikhail Glushenkov
2008-11-26Describe some more options in the man page.Mikhail Glushenkov
2008-11-25Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov
2008-10-28llvm-ld doesn't have a -march option. This fixes PR2961Chris Lattner
2008-10-26Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky
2008-08-06stacker is really gone.Chris Lattner
2008-08-06remove stackerChris Lattner
2008-06-25remove a bunch of dead options that never did anything.Chris Lattner
2008-06-12Improve description of -emit-llvm.Dale Johannesen
2008-06-09Create dirs as needed.Tanya Lattner
2008-05-04Remove entries from here alsoAnton Korobeynikov
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2008-05-04Drop llvm2cpp, it's now a llc targetAnton Korobeynikov
2008-04-07Added note to getting started guide to use llvm-gcc4.2.Tanya Lattner
2008-03-30Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar
2008-02-12heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mod...Chris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-08-07Who thought up this crazy formatting scheme?Reid Spencer
2007-08-07Okay, over/back tags don't next.Reid Spencer
2007-08-07Try an indent level for better formatting.Reid Spencer
2007-08-07Add the code generation options.Reid Spencer
2007-08-07Rearrange options into sections and add the last floating point related option.Reid Spencer
2007-08-07Add the -disable-excess-fp-precision option.Reid Spencer
2007-08-07Add another missing option.Reid Spencer
2007-08-07Add some more missing options.Reid Spencer
2007-08-07Remove the -f option which is no longer supported, but add the -fake-argv0Reid Spencer
2007-08-05Update links to the command guide generated documentation.Reid Spencer
2007-07-18Alphabetize. Document -mlimit parameter.Nick Lewycky