Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor | Chris Lattner | 2004-05-25 | 1 | -12/+14 |
| | | | | | | other edits llvm-svn: 13760 | ||||
* | Added a bit on slot numbers. | Reid Spencer | 2004-05-25 | 1 | -0/+38 |
| | | | | llvm-svn: 13756 | ||||
* | Fix a small typo. | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
| | | | | llvm-svn: 13743 | ||||
* | Make doc_code shrink-to-fit. This only works in mozilla, but it doesn't | Chris Lattner | 2004-05-24 | 1 | -2/+4 |
| | | | | | | hurt legibility on IE llvm-svn: 13720 | ||||
* | Lots of minor typo fixes, some minor inaccuracies fixed, and some new material. | Chris Lattner | 2004-05-24 | 1 | -37/+61 |
| | | | | llvm-svn: 13715 | ||||
* | new feature | Chris Lattner | 2004-05-24 | 1 | -0/+2 |
| | | | | llvm-svn: 13714 | ||||
* | Fix a couple of busted li's | Chris Lattner | 2004-05-24 | 1 | -2/+2 |
| | | | | llvm-svn: 13713 | ||||
* | Add a todo to make it clear that the section is not done | Chris Lattner | 2004-05-24 | 1 | -1/+1 |
| | | | | llvm-svn: 13712 | ||||
* | Personally, I think that documentation is as important as code. Increase | Chris Lattner | 2004-05-24 | 1 | -17/+3 |
| | | | | | | the visibility of dox changes llvm-svn: 13711 | ||||
* | Fix a div problem that was causing some wierd indentation. Get more div'y | Chris Lattner | 2004-05-24 | 1 | -2/+26 |
| | | | | llvm-svn: 13710 | ||||
* | Add some notes | Chris Lattner | 2004-05-24 | 1 | -0/+5 |
| | | | | llvm-svn: 13709 | ||||
* | Add a link to the GC doc | Chris Lattner | 2004-05-24 | 1 | -0/+1 |
| | | | | llvm-svn: 13708 | ||||
* | Create a new style for tables that have no width (.doc_table_nw) so the | Reid Spencer | 2004-05-23 | 1 | -0/+3 |
| | | | | | | table doesn't stretch across the whole page. Change for BytecodeFormat.html llvm-svn: 13699 | ||||
* | Make use of the new doc_author class. "Seperate content from presentation" ↵ | Chris Lattner | 2004-05-23 | 14 | -29/+49 |
| | | | | | | they said. llvm-svn: 13675 | ||||
* | Lots of minor cleanups and clarifications | Chris Lattner | 2004-05-23 | 1 | -77/+48 |
| | | | | llvm-svn: 13674 | ||||
* | Remove implemented stuff | Chris Lattner | 2004-05-23 | 1 | -5/+5 |
| | | | | llvm-svn: 13673 | ||||
* | Describe the new garbage collector intrinsics | Chris Lattner | 2004-05-23 | 1 | -13/+176 |
| | | | | llvm-svn: 13672 | ||||
* | Lots of minor fixes and formatting improvements | Chris Lattner | 2004-05-23 | 1 | -27/+27 |
| | | | | llvm-svn: 13671 | ||||
* | Update the coding standards, removign the bit about avoiding exceptions and | Chris Lattner | 2004-05-23 | 1 | -381/+31 |
| | | | | | | | | | | rtti (they shouldn't be used in the main compiler, but that's because optimizations aren't allowed to fail!) Remove the big section about iterators, because people who do not know what they are doing shouldn't be writing them. :) llvm-svn: 13670 | ||||
* | Substantially expand and update the alias analysis documentation, including | Chris Lattner | 2004-05-23 | 1 | -117/+520 |
| | | | | | | adding blurbs about all of the implementations we have llvm-svn: 13669 | ||||
* | Various changes to make the docs look nicer. Add a new doc_author class. | Chris Lattner | 2004-05-23 | 1 | -9/+10 |
| | | | | | | The one thing that someone (misha?) should look at is fixing doc_code so that it sizes to fit the code instead of going to the right margin all of the way. Fixing it at a particular number of pixels was just wrong. :) llvm-svn: 13668 | ||||
* | Add a new document describing the LLVM accurate garbage collection support. | Chris Lattner | 2004-05-23 | 1 | -0/+418 |
| | | | | llvm-svn: 13667 | ||||
* | Fix a couple misplaced div tags | Chris Lattner | 2004-05-23 | 1 | -2/+2 |
| | | | | llvm-svn: 13663 | ||||
* | Revert back to the previous version, as it doesn't work with mozilla, and ↵ | Chris Lattner | 2004-05-23 | 1 | -2/+1 |
| | | | | | | people REALLY CAN just click the link. :) llvm-svn: 13662 | ||||
* | Added a "Miscellaneous Improvements" section to cover things like the | Reid Spencer | 2004-05-23 | 1 | -1/+15 |
| | | | | | | | Bytecode File Format documentation, getting all documents in HTML 4.01 (Strict) compliance, and any other minor improvement that shoud be noted. llvm-svn: 13660 | ||||
* | Make the file HTML 4.01 (Strict) clean. | Reid Spencer | 2004-05-23 | 1 | -4/+6 |
| | | | | llvm-svn: 13659 | ||||
* | Additional content describing variable bit rate encoding, correcting the | Reid Spencer | 2004-05-23 | 1 | -47/+237 |
| | | | | | | | definition of the signature block and module block, and adding definitions of the global type pool and symbol table. More still to come. llvm-svn: 13658 | ||||
* | Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01 | Alkis Evlogimenos | 2004-05-23 | 1 | -1/+2 |
| | | | | | | (Strict)-compliant. llvm-svn: 13655 | ||||
* | Some additional data added to the bytecode specification. | Reid Spencer | 2004-05-22 | 1 | -20/+35 |
| | | | | llvm-svn: 13626 | ||||
* | Added an initial template/overview for documentation of the LLVM Bytecode | Reid Spencer | 2004-05-22 | 2 | -0/+249 |
| | | | | | | | file format. This format is being extracted from the source code and the small recesses of Chris' brain. llvm-svn: 13625 | ||||
* | Removed the 64-bit fix from the "to do" list since the bug is fixed. | Reid Spencer | 2004-05-22 | 1 | -5/+0 |
| | | | | llvm-svn: 13624 | ||||
* | Bug fixed | Chris Lattner | 2004-05-21 | 1 | -0/+1 |
| | | | | llvm-svn: 13619 | ||||
* | Rename "User's Guide" to "Command Guide" to be consistent with current scheme. | Misha Brukman | 2004-05-14 | 1 | -1/+1 |
| | | | | llvm-svn: 13580 | ||||
* | Ignore generated ps files. | Misha Brukman | 2004-05-14 | 1 | -0/+1 |
| | | | | llvm-svn: 13579 | ||||
* | Ignore generated man files. | Misha Brukman | 2004-05-14 | 1 | -0/+1 |
| | | | | llvm-svn: 13578 | ||||
* | Ignore generated HTML files. | Misha Brukman | 2004-05-14 | 1 | -0/+1 |
| | | | | llvm-svn: 13577 | ||||
* | This is the stylesheet used by perldoc.com; we shall modify it as we see fit. | Misha Brukman | 2004-05-14 | 2 | -0/+512 |
| | | | | llvm-svn: 13576 | ||||
* | Put outputs of each type into a separate subdirectory. | Misha Brukman | 2004-05-14 | 1 | -8/+8 |
| | | | | llvm-svn: 13575 | ||||
* | More pods... work in progress | Brian Gaeke | 2004-05-14 | 3 | -0/+303 |
| | | | | llvm-svn: 13574 | ||||
* | Use <pre> instead of <p><tt> combo to decrease space used for code blocks. | Misha Brukman | 2004-05-14 | 1 | -27/+33 |
| | | | | llvm-svn: 13573 | ||||
* | Mention the --tool-args option that Brian and Chris added. | Misha Brukman | 2004-05-14 | 1 | -4/+10 |
| | | | | llvm-svn: 13572 | ||||
* | Make link to HowToSubmitABug.html local instead of to LLVM website. | Misha Brukman | 2004-05-14 | 1 | -4/+4 |
| | | | | llvm-svn: 13571 | ||||
* | NAME section is supposed to have a brief description, for apropos(1) & whatis(1) | Brian Gaeke | 2004-05-14 | 1 | -1/+1 |
| | | | | llvm-svn: 13570 | ||||
* | This seems like as good a place as any to keep POD files. | Brian Gaeke | 2004-05-14 | 1 | -0/+58 |
| | | | | llvm-svn: 13569 | ||||
* | Specify units in padding length. | Misha Brukman | 2004-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 13560 | ||||
* | Make page HTML-4.01 compliant (& => & in URL). | Misha Brukman | 2004-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 13559 | ||||
* | Reduce line length to about 80 chars. | Reid Spencer | 2004-05-13 | 1 | -6/+43 |
| | | | | llvm-svn: 13538 | ||||
* | Insert spacing between the table and the next section. | Misha Brukman | 2004-05-13 | 1 | -1/+2 |
| | | | | llvm-svn: 13523 | ||||
* | * Use stylesheets for table borders so we factor out the formatting and can | Misha Brukman | 2004-05-13 | 1 | -336/+343 |
| | | | | | | | | | adjust it much easier. Also changed border to gray to fit into the current color scheme. * Convert < and > to < and >, respectively. * Wrap long lines at 80 cols llvm-svn: 13522 | ||||
* | Break lines at 80 cols; eliminate extra space caused by a single <p> tag on a | Misha Brukman | 2004-05-12 | 1 | -34/+35 |
| | | | | | | line by itself. llvm-svn: 13516 |