aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide
AgeCommit message (Expand)Author
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
2007-07-09eliminated all references to 'bytecode' from .pod filesGabor Greif
2007-07-09Bytecode -> BitcodeReid Spencer
2007-07-09Minor language change upgrader -> upgrade toolReid Spencer
2007-07-09This dir does not appear under /docs anymore but under /cmds so use anReid Spencer
2007-07-09Fix some minor typos.Reid Spencer
2007-07-09Fix some typos.Reid Spencer
2007-07-09Fix a typo.Reid Spencer
2007-07-09Fix a typo.Reid Spencer
2007-07-09Fix some minor typos, again to test the auto-update of the web site.Reid Spencer
2007-07-09Remove an unneeded space, mostly to verify that auto-update of theReid Spencer
2007-07-05Add a note about llvm2cpp's dubious future.Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-06remove dead optionChris Lattner
2007-02-18Remove broken links to gccas and gccld.Reid Spencer
2007-02-12Remove references to the now deprecated gccas and gccld.Reid Spencer
2007-02-12Update for llvm-gcc v4.0 usage.Reid Spencer
2007-02-09Remove gccas.pod and references to gccas and gccld.Reid Spencer
2007-02-09gccld is gone.Reid Spencer
2007-02-09Fix some formatting mistakes.Reid Spencer
2007-02-09Merge gccld documentation in here. gccld will go away soon.Reid Spencer
2007-02-03For PR1152:Reid Spencer
2007-02-03And even more correctly.Reid Spencer
2007-02-03Format the examples correctly.Reid Spencer
2007-02-03For PR1152:Reid Spencer
2007-01-04Document this tool as experimental and list its deficiencies.Reid Spencer
2006-12-02Add llvm-upgrade documentation.Reid Spencer
2006-12-02Document the llvm-upgrade tool.Reid Spencer
2006-11-21Documented the --disable-compression option in gccld and gccas.John Criswell
2006-11-20Fix PR1005Chris Lattner
2006-09-14Document new --enable-valgrind option.Nick Lewycky
2006-08-28Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer
2006-08-15Fixed the awkward description of the -find-bugs option for bugpoint.Patrick Jenkins
2006-08-15Added option description for -find-bugs.Patrick Jenkins
2006-08-10llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. AdjustReid Spencer
2006-08-01Update to include new options.Reid Spencer