| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to reflect the fact that llvm-nm can read archives now. | Brian Gaeke | 2003-11-18 | 1 | -6/+6 |
| | | | | | llvm-svn: 10061 | ||||
| * | Document -disable-opt option that I added. | Brian Gaeke | 2003-11-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 10045 | ||||
| * | Add new commandline option | Chris Lattner | 2003-11-06 | 1 | -1/+7 |
| | | | | | llvm-svn: 9755 | ||||
| * | Bugpoint no longer has this option | Chris Lattner | 2003-11-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 9744 | ||||
| * | Add note about profile.sh | Chris Lattner | 2003-11-02 | 1 | -0/+4 |
| | | | | | llvm-svn: 9652 | ||||
| * | Checkin an initial version of the llvm-prof documentation | Chris Lattner | 2003-11-02 | 2 | -10/+57 |
| | | | | | llvm-svn: 9649 | ||||
| * | Well, to be honest, -array-checks and -trace are gone, too. :-) | Brian Gaeke | 2003-10-31 | 1 | -14/+0 |
| | | | | | llvm-svn: 9631 | ||||
| * | * Not much point to indent the whole file | Misha Brukman | 2003-10-31 | 1 | -101/+96 |
| | | | | | | | * Let CVS keep track of our last-modified timestamp llvm-svn: 9628 | ||||
| * | The `-q' option has gone away. | Misha Brukman | 2003-10-31 | 1 | -6/+0 |
| | | | | | llvm-svn: 9627 | ||||
| * | Fixed the documentation to coincide with the code. | Misha Brukman | 2003-10-20 | 1 | -4/+3 |
| | | | | | llvm-svn: 9301 | ||||
| * | Change it to match llvmgcc.html ... why do we have separate pages for these two? | Brian Gaeke | 2003-10-19 | 1 | -2/+6 |
| | | | | | llvm-svn: 9265 | ||||
| * | Clarify the roles of gccld and gccas. | Brian Gaeke | 2003-10-19 | 1 | -4/+8 |
| | | | | | | | Mention that they should really read the gcc manual. llvm-svn: 9264 | ||||
| * | Minor edits; also expand description of '-v' option. | Brian Gaeke | 2003-10-19 | 1 | -3/+5 |
| | | | | | llvm-svn: 9263 | ||||
| * | Tweak -plugin description to match bugpoint.html | Brian Gaeke | 2003-10-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 9262 | ||||
| * | Mostly rewritten. | Brian Gaeke | 2003-10-19 | 1 | -17/+60 |
| | | | | | llvm-svn: 9261 | ||||
| * | A minor fix | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 9260 | ||||
| * | Take out extra paragraph tag. | Brian Gaeke | 2003-10-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 9259 | ||||
| * | Make this (-run) set look like the other (-disable) set. | Brian Gaeke | 2003-10-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 9258 | ||||
| * | Always say "the test program", part 2. | Brian Gaeke | 2003-10-19 | 1 | -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 fixes | Chris Lattner | 2003-10-19 | 1 | -2/+2 |
| | | | | | llvm-svn: 9256 | ||||
| * | Minor edits to Description section. | Brian Gaeke | 2003-10-19 | 1 | -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 Gaeke | 2003-10-19 | 1 | -39/+47 |
| | | | | | | | | | Many minor edits. Rewrite some of the options section for grammatical parallelism, clarity, and brevity. llvm-svn: 9254 | ||||
| * | Add bugpoint advice section | Chris Lattner | 2003-10-18 | 1 | -1/+30 |
| | | | | | llvm-svn: 9244 | ||||
| * | Expand the --args section | Chris Lattner | 2003-10-18 | 1 | -1/+10 |
| | | | | | llvm-svn: 9241 | ||||
| * | * Add the -additional-so option | Chris Lattner | 2003-10-18 | 1 | -30/+56 |
| | | | | | | | * Add info about codegen and miscompilation mode llvm-svn: 9240 | ||||
| * | Beef up the description of bugpoint a lot. Update for renamed options | Chris Lattner | 2003-10-18 | 1 | -21/+52 |
| | | | | | llvm-svn: 9239 | ||||
| * | Document that llvm-nm works in pipe mode, thanks to the efforts of Chris. | Brian Gaeke | 2003-10-16 | 1 | -1/+3 |
| | | | | | llvm-svn: 9185 | ||||
| * | Removed the -mode option. | John Criswell | 2003-10-16 | 1 | -12/+4 |
| | | | | | | | Fixed some grammar, spelling, and punctuation. llvm-svn: 9178 | ||||
| * | Added documentation on the new -disable-inlining option. | John Criswell | 2003-10-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 9176 | ||||
| * | Automagically update website docs on commits. | Misha Brukman | 2003-10-16 | 1 | -0/+1 |
| | | | | | llvm-svn: 9167 | ||||
| * | Update the website automatically on documentation commit [in progress]. | Misha Brukman | 2003-10-16 | 1 | -1/+2 |
| | | | | | llvm-svn: 9166 | ||||
| * | This should automatically update on the webpage. | Misha Brukman | 2003-10-16 | 1 | -1/+3 |
| | | | | | llvm-svn: 9165 | ||||
| * | yikes, a copy-and-paste-o | Brian Gaeke | 2003-10-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 9164 | ||||
| * | add llvm-nm entry. | Brian Gaeke | 2003-10-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 9163 | ||||
| * | Add command guide (It's like a man page translated into html, but without the | Brian Gaeke | 2003-10-16 | 1 | -0/+116 |
| | | | | | | | translation...) for the new llvm-nm tool. llvm-svn: 9162 | ||||
| * | cleanup analyze documents | Chris Lattner | 2003-10-07 | 1 | -35/+24 |
| | | | | | llvm-svn: 8943 | ||||
| * | Ensure both columns take 50% | Chris Lattner | 2003-10-07 | 1 | -3/+3 |
| | | | | | llvm-svn: 8942 | ||||
| * | no this really isn't extract | Chris Lattner | 2003-10-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 8941 | ||||
| * | initial checkin of the bugpoint doxs | Chris Lattner | 2003-10-07 | 1 | -0/+113 |
| | | | | | llvm-svn: 8940 | ||||
| * | TTify, add links between pages | Chris Lattner | 2003-10-07 | 3 | -130/+92 |
| | | | | | llvm-svn: 8939 | ||||
| * | Consistently set the background color | Chris Lattner | 2003-10-07 | 11 | -54/+42 |
| | | | | | | | Change the footer to include "maintained by" llvm-svn: 8938 | ||||
| * | <tt>ify things | Chris Lattner | 2003-10-07 | 1 | -42/+30 |
| | | | | | llvm-svn: 8937 | ||||
| * | Make the index page a big more attractive | Chris Lattner | 2003-10-07 | 1 | -21/+35 |
| | | | | | llvm-svn: 8936 | ||||
| * | More changes and updates | Chris Lattner | 2003-10-07 | 3 | -131/+108 |
| | | | | | llvm-svn: 8935 | ||||
| * | <tt>ify, other minor cleanups | Chris Lattner | 2003-10-07 | 1 | -25/+24 |
| | | | | | llvm-svn: 8934 | ||||
| * | <tt> stuff | Chris Lattner | 2003-10-07 | 1 | -26/+14 |
| | | | | | | | simplify a bit llvm-svn: 8933 | ||||
| * | Add pointer to LLC for code generator options. <tt> a bunch of stuff which ↵ | Chris Lattner | 2003-10-07 | 1 | -35/+10 |
| | | | | | | | should be llvm-svn: 8932 | ||||
| * | separate options into X86 and sparc specific options | Chris Lattner | 2003-10-07 | 1 | -48/+50 |
| | | | | | llvm-svn: 8931 | ||||
| * | Wrap at 80 columns | Chris Lattner | 2003-10-07 | 1 | -17/+7 |
| | | | | | | | remove -time-passes and -stats, because llvm-link doesn't really need them llvm-svn: 8926 | ||||
| * | Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them | Chris Lattner | 2003-10-07 | 1 | -3/+3 |
| | | | | | llvm-svn: 8925 | ||||

