summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Collapse)AuthorAgeFilesLines
...
* A line was missingChris Lattner2003-11-301-0/+1
| | | | llvm-svn: 10269
* Update to reflect the fact that llvm-nm can read archives now.Brian Gaeke2003-11-181-6/+6
| | | | llvm-svn: 10061
* Document -disable-opt option that I added.Brian Gaeke2003-11-161-0/+5
| | | | llvm-svn: 10045
* Add new commandline optionChris Lattner2003-11-061-1/+7
| | | | llvm-svn: 9755
* Bugpoint no longer has this optionChris Lattner2003-11-051-1/+1
| | | | llvm-svn: 9744
* Add note about profile.shChris Lattner2003-11-021-0/+4
| | | | llvm-svn: 9652
* Checkin an initial version of the llvm-prof documentationChris Lattner2003-11-022-10/+57
| | | | llvm-svn: 9649
* Well, to be honest, -array-checks and -trace are gone, too. :-)Brian Gaeke2003-10-311-14/+0
| | | | llvm-svn: 9631
* * Not much point to indent the whole fileMisha Brukman2003-10-311-101/+96
| | | | | | * Let CVS keep track of our last-modified timestamp llvm-svn: 9628
* The `-q' option has gone away.Misha Brukman2003-10-311-6/+0
| | | | llvm-svn: 9627
* Fixed the documentation to coincide with the code.Misha Brukman2003-10-201-4/+3
| | | | llvm-svn: 9301
* Change it to match llvmgcc.html ... why do we have separate pages for these two?Brian Gaeke2003-10-191-2/+6
| | | | llvm-svn: 9265
* Clarify the roles of gccld and gccas.Brian Gaeke2003-10-191-4/+8
| | | | | | Mention that they should really read the gcc manual. llvm-svn: 9264
* Minor edits; also expand description of '-v' option.Brian Gaeke2003-10-191-3/+5
| | | | llvm-svn: 9263
* Tweak -plugin description to match bugpoint.htmlBrian Gaeke2003-10-191-1/+1
| | | | llvm-svn: 9262
* Mostly rewritten.Brian Gaeke2003-10-191-17/+60
| | | | llvm-svn: 9261
* A minor fixChris Lattner2003-10-191-1/+1
| | | | llvm-svn: 9260
* Take out extra paragraph tag.Brian Gaeke2003-10-191-1/+1
| | | | llvm-svn: 9259
* Make this (-run) set look like the other (-disable) set.Brian Gaeke2003-10-191-1/+1
| | | | llvm-svn: 9258
* Always say "the test program", part 2.Brian Gaeke2003-10-191-30/+36
| | | | | | | | | Refer to the various "modules" of bugpoint as "debuggers", not "debugging modes" or "modules". I think this is more evocative of how they typically act, and it's shorter. Add a note about how a linker bug can crash bugpoint early. llvm-svn: 9257
* Two minor fixesChris Lattner2003-10-191-2/+2
| | | | llvm-svn: 9256
* Minor edits to Description section.Brian Gaeke2003-10-191-25/+36
| | | | | | | | | | | Add Design Philosophy as a separate subsection. Clarify its last sentence. Give Automatic Mode Selection a uniquely-named anchor. Always call the program the "test program", instead of the "initial program", the "LLVM program", the "test case", the "resultant module", etc. Try to explain the assumptions a little more, instead of just describing the process. llvm-svn: 9255
* Spell-check.Brian Gaeke2003-10-191-39/+47
| | | | | | | | Many minor edits. Rewrite some of the options section for grammatical parallelism, clarity, and brevity. llvm-svn: 9254
* Add bugpoint advice sectionChris Lattner2003-10-181-1/+30
| | | | llvm-svn: 9244
* Expand the --args sectionChris Lattner2003-10-181-1/+10
| | | | llvm-svn: 9241
* * Add the -additional-so optionChris Lattner2003-10-181-30/+56
| | | | | | * Add info about codegen and miscompilation mode llvm-svn: 9240
* Beef up the description of bugpoint a lot. Update for renamed optionsChris Lattner2003-10-181-21/+52
| | | | llvm-svn: 9239
* Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.Brian Gaeke2003-10-161-1/+3
| | | | llvm-svn: 9185
* Removed the -mode option.John Criswell2003-10-161-12/+4
| | | | | | Fixed some grammar, spelling, and punctuation. llvm-svn: 9178
* Added documentation on the new -disable-inlining option.John Criswell2003-10-161-0/+5
| | | | llvm-svn: 9176
* Automagically update website docs on commits.Misha Brukman2003-10-161-0/+1
| | | | llvm-svn: 9167
* Update the website automatically on documentation commit [in progress].Misha Brukman2003-10-161-1/+2
| | | | llvm-svn: 9166
* This should automatically update on the webpage.Misha Brukman2003-10-161-1/+3
| | | | llvm-svn: 9165
* yikes, a copy-and-paste-oBrian Gaeke2003-10-161-1/+1
| | | | llvm-svn: 9164
* add llvm-nm entry.Brian Gaeke2003-10-161-0/+5
| | | | llvm-svn: 9163
* Add command guide (It's like a man page translated into html, but without theBrian Gaeke2003-10-161-0/+116
| | | | | | translation...) for the new llvm-nm tool. llvm-svn: 9162
* cleanup analyze documentsChris Lattner2003-10-071-35/+24
| | | | llvm-svn: 8943
* Ensure both columns take 50%Chris Lattner2003-10-071-3/+3
| | | | llvm-svn: 8942
* no this really isn't extractChris Lattner2003-10-071-1/+1
| | | | llvm-svn: 8941
* initial checkin of the bugpoint doxsChris Lattner2003-10-071-0/+113
| | | | llvm-svn: 8940
* TTify, add links between pagesChris Lattner2003-10-073-130/+92
| | | | llvm-svn: 8939
* Consistently set the background colorChris Lattner2003-10-0711-54/+42
| | | | | | Change the footer to include "maintained by" llvm-svn: 8938
* <tt>ify thingsChris Lattner2003-10-071-42/+30
| | | | llvm-svn: 8937
* Make the index page a big more attractiveChris Lattner2003-10-071-21/+35
| | | | llvm-svn: 8936
* More changes and updatesChris Lattner2003-10-073-131/+108
| | | | llvm-svn: 8935
* <tt>ify, other minor cleanupsChris Lattner2003-10-071-25/+24
| | | | llvm-svn: 8934
* <tt> stuffChris Lattner2003-10-071-26/+14
| | | | | | simplify a bit llvm-svn: 8933
* Add pointer to LLC for code generator options. <tt> a bunch of stuff which ↵Chris Lattner2003-10-071-35/+10
| | | | | | should be llvm-svn: 8932
* separate options into X86 and sparc specific optionsChris Lattner2003-10-071-48/+50
| | | | llvm-svn: 8931
* Wrap at 80 columnsChris Lattner2003-10-071-17/+7
| | | | | | remove -time-passes and -stats, because llvm-link doesn't really need them llvm-svn: 8926
OpenPOWER on IntegriCloud