| Commit message (Expand) | Author | Age | Files | Lines |
* | * CSS was created to reduce re-specifying design styles: specify table cell | Misha Brukman | 2004-09-05 | 2 | -204/+216 |
* | Take one item off the "to do" list: implemented -O1 .. -O5 options for | Reid Spencer | 2004-09-04 | 1 | -2/+0 |
* | Add a blurb about exploiting the use of external storage. | Reid Spencer | 2004-08-30 | 1 | -2/+10 |
* | Synchronize documentation of configuration items and substitutions with | Reid Spencer | 2004-08-29 | 1 | -80/+31 |
* | Fix a typo in the bytecode format documentation | Nate Begeman | 2004-08-27 | 1 | -1/+1 |
* | Add more content. | Reid Spencer | 2004-08-27 | 1 | -27/+220 |
* | Bug 430 Fixed. | Reid Spencer | 2004-08-27 | 1 | -0/+2 |
* | Provide some meta tags for this document. | Reid Spencer | 2004-08-26 | 1 | -0/+4 |
* | Add the default table related styles | Reid Spencer | 2004-08-26 | 1 | -0/+8 |
* | Document the rational for the #include hierarchy. | Reid Spencer | 2004-08-26 | 1 | -0/+112 |
* | Document definitions and computations provided by llvm-bcanalyzer. | Reid Spencer | 2004-08-25 | 1 | -1/+252 |
* | Add some details | Chris Lattner | 2004-08-24 | 1 | -1/+3 |
* | Added BURS. | Reid Spencer | 2004-08-24 | 1 | -0/+14 |
* | bug fixed | Brian Gaeke | 2004-08-24 | 1 | -0/+8 |
* | Change LVN -> Load-VN since that's the name of the cmdline switch | Misha Brukman | 2004-08-24 | 1 | -2/+2 |
* | Fix some grammar. | Misha Brukman | 2004-08-24 | 1 | -2/+2 |
* | Added DSE, LICM, LVN, PRE, SCCP, and SSA | Misha Brukman | 2004-08-24 | 1 | -4/+63 |
* | Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) | Misha Brukman | 2004-08-23 | 1 | -0/+6 |
* | Note: do not use GNU binutils under AIX, they're not stable. | Misha Brukman | 2004-08-23 | 1 | -0/+14 |
* | Many useful corrections resulting from Chris Lattner's review. Thanks Chris! | Reid Spencer | 2004-08-22 | 1 | -51/+50 |
* | Bytecode libraries are installed with `make install-bytecode' | Misha Brukman | 2004-08-21 | 1 | -9/+8 |
* | First complete version. The details of configuration are now correctly | Reid Spencer | 2004-08-21 | 1 | -123/+371 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -0/+21 |
* | Bug fixed | Chris Lattner | 2004-08-20 | 1 | -1/+2 |
* | Correct a link, add a TOC entry. | Reid Spencer | 2004-08-18 | 1 | -1/+2 |
* | Provided opcode definitions. | Reid Spencer | 2004-08-18 | 1 | -89/+182 |
* | Added a *very* initial cut at a lexicon for LLVM. I don't plan to write | Reid Spencer | 2004-08-17 | 2 | -0/+64 |
* | Documented (Java properties file like) syntax of config file format | Reid Spencer | 2004-08-17 | 1 | -72/+185 |
* | Add a reference to the ComilerDriver documentation. | Reid Spencer | 2004-08-17 | 1 | -0/+4 |
* | Documented the removal of alignment in version 4 bytecode files (version 3 | Reid Spencer | 2004-08-17 | 1 | -0/+28 |
* | Technical Corrections (thanks to Robert Mykland): | Reid Spencer | 2004-08-17 | 1 | -18/+26 |
* | Spaces arg! | Chris Lattner | 2004-08-16 | 1 | -1/+3 |
* | Correct the documentation for the module block header which uses the long | Reid Spencer | 2004-08-16 | 1 | -4/+22 |
* | Bug 422 fixed. | Reid Spencer | 2004-08-16 | 1 | -0/+2 |
* | Merged in RELEASE_13. This fixes the Command Guide link when browsing the | John Criswell | 2004-08-16 | 1 | -2/+2 |
* | Merged in release_13 branch. | John Criswell | 2004-08-16 | 1 | -19/+21 |
* | Bug fixed | Chris Lattner | 2004-08-16 | 1 | -1/+2 |
* | Scrub all LLVM 1.3 stuff, changing over to 1.4. Add info about PR419, | Chris Lattner | 2004-08-16 | 1 | -185/+13 |
* | Use the `tools-only' target to avoid getting warnings about not having a CFE. | Misha Brukman | 2004-08-14 | 1 | -6/+3 |
* | Added description of usage of the getPosition() option on cl::opt and | Reid Spencer | 2004-08-13 | 1 | -1/+59 |
* | Wrap long lines and try to fill the 80 chars per line so that we don't have too | Misha Brukman | 2004-08-12 | 1 | -21/+25 |
* | * Escape &, <, and > | Misha Brukman | 2004-08-12 | 1 | -15/+24 |
* | Add description of packed type support. | Chris Lattner | 2004-08-12 | 1 | -21/+39 |
* | Add information on adding a derived type to LLVM, patch contributed by | Chris Lattner | 2004-08-12 | 1 | -1/+41 |
* | Finish HTMLizing the document. Configuration section is very crufty. | Reid Spencer | 2004-08-10 | 1 | -94/+32 |
* | Fixed some spellos and grammaros. | Reid Spencer | 2004-08-10 | 1 | -2/+2 |
* | Add note about AIX/PowerPC with disk space requirements. Wrap long line. | Misha Brukman | 2004-08-09 | 1 | -4/+16 |
* | * CFE builds on AIX/PowerPC | Misha Brukman | 2004-08-09 | 1 | -5/+6 |
* | Move information on Configuration files to the ../CompilerDriver.html | Reid Spencer | 2004-08-09 | 1 | -235/+9 |
* | This is the initial draft of the Compiler Driver documentation. It is not | Reid Spencer | 2004-08-09 | 1 | -0/+572 |