| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document new option | Chris Lattner | 2004-04-06 | 1 | -1/+10 |
| | | | | | llvm-svn: 12699 | ||||
| * | Update docs a bit | Chris Lattner | 2004-04-06 | 1 | -10/+12 |
| | | | | | llvm-svn: 12695 | ||||
| * | Remove some options that don't really have anything to do with bugpoint | Chris Lattner | 2004-04-06 | 1 | -10/+0 |
| | | | | | llvm-svn: 12694 | ||||
| * | Merged in RELEASE_12. | John Criswell | 2004-03-29 | 3 | -10/+13 |
| | | | | | llvm-svn: 12532 | ||||
| * | Option no more | Chris Lattner | 2004-03-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 12360 | ||||
| * | Performed some updates on the new options to these command line tools. | John Criswell | 2004-03-12 | 8 | -20/+73 |
| | | | | | llvm-svn: 12350 | ||||
| * | Add simple spiller. | Alkis Evlogimenos | 2004-03-06 | 1 | -0/+3 |
| | | | | | llvm-svn: 12188 | ||||
| * | The default register allocator is local not simple. | Alkis Evlogimenos | 2004-03-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 12187 | ||||
| * | Make <di> into <dt> (definition list term). | Alkis Evlogimenos | 2004-03-02 | 1 | -9/+10 |
| | | | | | llvm-svn: 12072 | ||||
| * | Fix <p> missing <p> tag | Alkis Evlogimenos | 2004-03-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 12063 | ||||
| * | Add a spiller option to llc. A simple spiller will come soon. When we get ↵ | Alkis Evlogimenos | 2004-03-01 | 1 | -0/+13 |
| | | | | | | | CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. llvm-svn: 12062 | ||||
| * | Document the code generator debugger. | Chris Lattner | 2004-02-18 | 1 | -25/+25 |
| | | | | | llvm-svn: 11616 | ||||
| * | document the -march=c option | Chris Lattner | 2004-02-18 | 1 | -0/+3 |
| | | | | | llvm-svn: 11615 | ||||
| * | Extract has new options | Chris Lattner | 2004-02-18 | 1 | -3/+15 |
| | | | | | llvm-svn: 11581 | ||||
| * | PreSelection isn't optional and so there's no way to turn it off. | Misha Brukman | 2004-02-16 | 1 | -5/+0 |
| | | | | | llvm-svn: 11504 | ||||
| * | add advice bullet about -check-exit-code | Brian Gaeke | 2004-02-11 | 1 | -0/+5 |
| | | | | | llvm-svn: 11327 | ||||
| * | add description of -check-exit-code | Brian Gaeke | 2004-02-11 | 1 | -0/+4 |
| | | | | | llvm-svn: 11326 | ||||
| * | Fix documentation bugs | Chris Lattner | 2004-02-10 | 1 | -6/+7 |
| | | | | | llvm-svn: 11267 | ||||
| * | Clarified the extension to shared library objects. | John Criswell | 2004-01-26 | 4 | -19/+30 |
| | | | | | llvm-svn: 10978 | ||||
| * | A line was missing | Chris Lattner | 2003-11-30 | 1 | -0/+1 |
| | | | | | llvm-svn: 10269 | ||||
| * | 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 | ||||

