| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in reid's checkin | Chris Lattner | 2004-05-26 | 1 | -2/+3 |
* | Added a section on the SymbolTable class. | Reid Spencer | 2004-05-26 | 1 | -19/+247 |
* | Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor | Chris Lattner | 2004-05-25 | 1 | -12/+14 |
* | Added a bit on slot numbers. | Reid Spencer | 2004-05-25 | 1 | -0/+38 |
* | Fix a small typo. | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
* | Make doc_code shrink-to-fit. This only works in mozilla, but it doesn't | Chris Lattner | 2004-05-24 | 1 | -2/+4 |
* | Lots of minor typo fixes, some minor inaccuracies fixed, and some new material. | Chris Lattner | 2004-05-24 | 1 | -37/+61 |
* | new feature | Chris Lattner | 2004-05-24 | 1 | -0/+2 |
* | Fix a couple of busted li's | Chris Lattner | 2004-05-24 | 1 | -2/+2 |
* | Add a todo to make it clear that the section is not done | Chris Lattner | 2004-05-24 | 1 | -1/+1 |
* | Personally, I think that documentation is as important as code. Increase | Chris Lattner | 2004-05-24 | 1 | -17/+3 |
* | Fix a div problem that was causing some wierd indentation. Get more div'y | Chris Lattner | 2004-05-24 | 1 | -2/+26 |
* | Add some notes | Chris Lattner | 2004-05-24 | 1 | -0/+5 |
* | Add a link to the GC doc | Chris Lattner | 2004-05-24 | 1 | -0/+1 |
* | Create a new style for tables that have no width (.doc_table_nw) so the | Reid Spencer | 2004-05-23 | 1 | -0/+3 |
* | Make use of the new doc_author class. "Seperate content from presentation" t... | Chris Lattner | 2004-05-23 | 15 | -32/+54 |
* | Lots of minor cleanups and clarifications | Chris Lattner | 2004-05-23 | 1 | -77/+48 |
* | Remove implemented stuff | Chris Lattner | 2004-05-23 | 1 | -5/+5 |
* | Describe the new garbage collector intrinsics | Chris Lattner | 2004-05-23 | 1 | -13/+176 |
* | Lots of minor fixes and formatting improvements | Chris Lattner | 2004-05-23 | 1 | -27/+27 |
* | Update the coding standards, removign the bit about avoiding exceptions and | Chris Lattner | 2004-05-23 | 1 | -381/+31 |
* | Substantially expand and update the alias analysis documentation, including | Chris Lattner | 2004-05-23 | 1 | -117/+520 |
* | Various changes to make the docs look nicer. Add a new doc_author class. | Chris Lattner | 2004-05-23 | 1 | -9/+10 |
* | Add a new document describing the LLVM accurate garbage collection support. | Chris Lattner | 2004-05-23 | 1 | -0/+418 |
* | Fix a couple misplaced div tags | Chris Lattner | 2004-05-23 | 1 | -2/+2 |
* | Revert back to the previous version, as it doesn't work with mozilla, and peo... | Chris Lattner | 2004-05-23 | 1 | -2/+1 |
* | Added a "Miscellaneous Improvements" section to cover things like the | Reid Spencer | 2004-05-23 | 1 | -1/+15 |
* | Make the file HTML 4.01 (Strict) clean. | Reid Spencer | 2004-05-23 | 1 | -4/+6 |
* | Additional content describing variable bit rate encoding, correcting the | Reid Spencer | 2004-05-23 | 1 | -47/+237 |
* | Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01 | Alkis Evlogimenos | 2004-05-23 | 1 | -1/+2 |
* | Some additional data added to the bytecode specification. | Reid Spencer | 2004-05-22 | 1 | -20/+35 |
* | Added an initial template/overview for documentation of the LLVM Bytecode | Reid Spencer | 2004-05-22 | 2 | -0/+249 |
* | Removed the 64-bit fix from the "to do" list since the bug is fixed. | Reid Spencer | 2004-05-22 | 1 | -5/+0 |
* | Bug fixed | Chris Lattner | 2004-05-21 | 1 | -0/+1 |
* | Rename "User's Guide" to "Command Guide" to be consistent with current scheme. | Misha Brukman | 2004-05-14 | 1 | -1/+1 |
* | Ignore generated ps files. | Misha Brukman | 2004-05-14 | 1 | -0/+1 |
* | Ignore generated man files. | Misha Brukman | 2004-05-14 | 1 | -0/+1 |
* | Ignore generated HTML files. | Misha Brukman | 2004-05-14 | 1 | -0/+1 |
* | This is the stylesheet used by perldoc.com; we shall modify it as we see fit. | Misha Brukman | 2004-05-14 | 2 | -0/+512 |
* | Put outputs of each type into a separate subdirectory. | Misha Brukman | 2004-05-14 | 1 | -8/+8 |
* | More pods... work in progress | Brian Gaeke | 2004-05-14 | 3 | -0/+303 |
* | Use <pre> instead of <p><tt> combo to decrease space used for code blocks. | Misha Brukman | 2004-05-14 | 1 | -27/+33 |
* | Mention the --tool-args option that Brian and Chris added. | Misha Brukman | 2004-05-14 | 1 | -4/+10 |
* | Make link to HowToSubmitABug.html local instead of to LLVM website. | Misha Brukman | 2004-05-14 | 1 | -4/+4 |
* | NAME section is supposed to have a brief description, for apropos(1) & whatis(1) | Brian Gaeke | 2004-05-14 | 1 | -1/+1 |
* | This seems like as good a place as any to keep POD files. | Brian Gaeke | 2004-05-14 | 1 | -0/+58 |
* | Specify units in padding length. | Misha Brukman | 2004-05-13 | 1 | -1/+1 |
* | Make page HTML-4.01 compliant (& => & in URL). | Misha Brukman | 2004-05-13 | 1 | -1/+1 |
* | Reduce line length to about 80 chars. | Reid Spencer | 2004-05-13 | 1 | -6/+43 |
* | Insert spacing between the table and the next section. | Misha Brukman | 2004-05-13 | 1 | -1/+2 |