- 4e644dd The default register allocator is local not simple. by Alkis Evlogimenos · 21 years ago
- 89157a2 Make <di> into <dt> (definition list term). by Alkis Evlogimenos · 21 years ago
- 7472301 Fix <p> missing <p> tag by Alkis Evlogimenos · 21 years ago
- dd420e0 Add a spiller option to llc. A simple spiller will come soon. When we get 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. by Alkis Evlogimenos · 21 years ago
- eb373aa Document the code generator debugger. by Chris Lattner · 21 years ago
- 15a2986 document the -march=c option by Chris Lattner · 21 years ago
- a972dad Extract has new options by Chris Lattner · 21 years ago
- 2ca2652 PreSelection isn't optional and so there's no way to turn it off. by Misha Brukman · 21 years ago
- 421f317 add advice bullet about -check-exit-code by Brian Gaeke · 21 years ago
- 4fda776 add description of -check-exit-code by Brian Gaeke · 21 years ago
- 1fa3dab Fix documentation bugs by Chris Lattner · 21 years ago
- f9c7865 Clarified the extension to shared library objects. by John Criswell · 22 years ago
- 8522e38 A line was missing by Chris Lattner · 22 years ago
- f00785f Update to reflect the fact that llvm-nm can read archives now. by Brian Gaeke · 22 years ago
- 99fe6ba Document -disable-opt option that I added. by Brian Gaeke · 22 years ago
- 934c9c9 Add new commandline option by Chris Lattner · 22 years ago
- b257e21 Bugpoint no longer has this option by Chris Lattner · 22 years ago
- f22d843 Add note about profile.sh by Chris Lattner · 22 years ago
- e66e73a Checkin an initial version of the llvm-prof documentation by Chris Lattner · 22 years ago
- 3c3acaa Well, to be honest, -array-checks and -trace are gone, too. :-) by Brian Gaeke · 22 years ago
- c6ad94c * Not much point to indent the whole file by Misha Brukman · 22 years ago
- aaf1e4a The `-q' option has gone away. by Misha Brukman · 22 years ago
- 65797b8 Fixed the documentation to coincide with the code. by Misha Brukman · 22 years ago
- 294fab1 Change it to match llvmgcc.html ... why do we have separate pages for these two? by Brian Gaeke · 22 years ago
- 102ed5c Clarify the roles of gccld and gccas. by Brian Gaeke · 22 years ago
- e08ad2e Minor edits; also expand description of '-v' option. by Brian Gaeke · 22 years ago
- f101788 Tweak -plugin description to match bugpoint.html by Brian Gaeke · 22 years ago
- 51b2ab8 Mostly rewritten. by Brian Gaeke · 22 years ago
- e99e734 A minor fix by Chris Lattner · 22 years ago
- 768a318 Take out extra paragraph tag. by Brian Gaeke · 22 years ago
- 28dbfce Make this (-run) set look like the other (-disable) set. by Brian Gaeke · 22 years ago
- 6ff3310 Always say "the test program", part 2. by Brian Gaeke · 22 years ago
- 129e7a8 Two minor fixes by Chris Lattner · 22 years ago
- 237b366 Minor edits to Description section. by Brian Gaeke · 22 years ago
- b9b3c33 Spell-check. by Brian Gaeke · 22 years ago
- 634ec56 Add bugpoint advice section by Chris Lattner · 22 years ago
- 0b4ffea Expand the --args section by Chris Lattner · 22 years ago
- 5cd840c * Add the -additional-so option * Add info about codegen and miscompilation mode by Chris Lattner · 22 years ago
- d1eb6f7 Beef up the description of bugpoint a lot. Update for renamed options by Chris Lattner · 22 years ago
- 0b5e696 Document that llvm-nm works in pipe mode, thanks to the efforts of Chris. by Brian Gaeke · 22 years ago
- 589d91f Removed the -mode option. Fixed some grammar, spelling, and punctuation. by John Criswell · 22 years ago
- 3beefec Added documentation on the new -disable-inlining option. by John Criswell · 22 years ago
- 3f71722 Automagically update website docs on commits. by Misha Brukman · 22 years ago
- e610cbb Update the website automatically on documentation commit [in progress]. by Misha Brukman · 22 years ago
- a73bc8d This should automatically update on the webpage. by Misha Brukman · 22 years ago
- cab5c19 yikes, a copy-and-paste-o by Brian Gaeke · 22 years ago
- f0e3a08 add llvm-nm entry. by Brian Gaeke · 22 years ago
- bb24b9c Add command guide (It's like a man page translated into html, but without the by Brian Gaeke · 22 years ago
- 644b8ee cleanup analyze documents by Chris Lattner · 22 years ago
- 651fbec Ensure both columns take 50% by Chris Lattner · 22 years ago
- 83273d5 no this really isn't extract by Chris Lattner · 22 years ago
- 1213bc7 initial checkin of the bugpoint doxs by Chris Lattner · 22 years ago
- 26814d0 TTify, add links between pages by Chris Lattner · 22 years ago
- 08a04fd Consistently set the background color by Chris Lattner · 22 years ago
- bf6f438 <tt>ify things by Chris Lattner · 22 years ago
- d053efd Make the index page a big more attractive by Chris Lattner · 22 years ago
- 537a02c More changes and updates by Chris Lattner · 22 years ago
- aaba10c by Chris Lattner · 22 years ago
- f8cf416 <tt> stuff simplify a bit by Chris Lattner · 22 years ago
- 090fcc1 Add pointer to LLC for code generator options. <tt> a bunch of stuff which should be by Chris Lattner · 22 years ago
- 7a59bc8 separate options into X86 and sparc specific options by Chris Lattner · 22 years ago
- 8bf3385 Wrap at 80 columns by Chris Lattner · 22 years ago
- 3a8bddb Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them by Chris Lattner · 22 years ago
- a2a628f remove options specific to the -internalize pass, add the -debug option by Chris Lattner · 22 years ago
- aa5ff24 Added links to the C and C++ frontends. by John Criswell · 22 years ago
- 700c82d Adding basic documentation for the LLVM C and C++ frontends. by John Criswell · 22 years ago
- eed462b Change llc command line for register allocators by Alkis Evlogimenos · 22 years ago
- ac41ea2 Corrected usage synopsis. by John Criswell · 22 years ago
- 511a491 Added information on input and output filenames. by John Criswell · 22 years ago
- fa4f181 Added explanation of where analyze gets its input, where it sends its output, by John Criswell · 22 years ago
- 6243534 Added information on how input and output files are selected. by John Criswell · 22 years ago
- 6775392 Added information about how llvm-as and llvm-dis select the input and output by John Criswell · 22 years ago
- ee43b69 Change the heading of the page to reflect the tool name by Chris Lattner · 22 years ago
- b7fcd30 Added an explanation of gccld's behavior when linking in native mode. by John Criswell · 22 years ago
- 52f68b8 Added information about the new -native option. by John Criswell · 22 years ago
- 35f474a fix misspelling analyse -> analyze by Chris Lattner · 22 years ago
- 58ebcd0 Renamed the link page to llvmlink.html by John Criswell · 22 years ago
- 69d903d Initial go at documentation for llc. Pretty crufty. by John Criswell · 22 years ago
- 3200330 Modified the footer to be a link to the LLVM web page. by John Criswell · 22 years ago
- ecf32e5 Adding a skeleton for the LLVM Command Guide. by John Criswell · 22 years ago