aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in reid's checkinChris Lattner2004-05-261-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13787 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a section on the SymbolTable class.Reid Spencer2004-05-261-19/+247
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13786 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the doc_author and doc_code styles. <tt>'ify llvm names. MinorChris Lattner2004-05-251-12/+14
| | | | | | | other edits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13760 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a bit on slot numbers.Reid Spencer2004-05-251-0/+38
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13756 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a small typo.Reid Spencer2004-05-251-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13743 91177308-0d34-0410-b5e6-96231b3b80d8
* Make doc_code shrink-to-fit. This only works in mozilla, but it doesn'tChris Lattner2004-05-241-2/+4
| | | | | | | hurt legibility on IE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13720 91177308-0d34-0410-b5e6-96231b3b80d8
* Lots of minor typo fixes, some minor inaccuracies fixed, and some new material.Chris Lattner2004-05-241-37/+61
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13715 91177308-0d34-0410-b5e6-96231b3b80d8
* new featureChris Lattner2004-05-241-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13714 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a couple of busted li'sChris Lattner2004-05-241-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13713 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a todo to make it clear that the section is not doneChris Lattner2004-05-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13712 91177308-0d34-0410-b5e6-96231b3b80d8
* Personally, I think that documentation is as important as code. IncreaseChris Lattner2004-05-241-17/+3
| | | | | | | the visibility of dox changes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13711 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a div problem that was causing some wierd indentation. Get more div'yChris Lattner2004-05-241-2/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13710 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some notesChris Lattner2004-05-241-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13709 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to the GC docChris Lattner2004-05-241-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13708 91177308-0d34-0410-b5e6-96231b3b80d8
* Create a new style for tables that have no width (.doc_table_nw) so theReid Spencer2004-05-231-0/+3
| | | | | | | table doesn't stretch across the whole page. Change for BytecodeFormat.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13699 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-2315-32/+54
| | | | | | they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
* Lots of minor cleanups and clarificationsChris Lattner2004-05-231-77/+48
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13674 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove implemented stuffChris Lattner2004-05-231-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13673 91177308-0d34-0410-b5e6-96231b3b80d8
* Describe the new garbage collector intrinsicsChris Lattner2004-05-231-13/+176
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13672 91177308-0d34-0410-b5e6-96231b3b80d8
* Lots of minor fixes and formatting improvementsChris Lattner2004-05-231-27/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13671 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the coding standards, removign the bit about avoiding exceptions andChris Lattner2004-05-231-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. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13670 91177308-0d34-0410-b5e6-96231b3b80d8
* Substantially expand and update the alias analysis documentation, includingChris Lattner2004-05-231-117/+520
| | | | | | | adding blurbs about all of the implementations we have git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13669 91177308-0d34-0410-b5e6-96231b3b80d8
* Various changes to make the docs look nicer. Add a new doc_author class.Chris Lattner2004-05-231-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. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13668 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new document describing the LLVM accurate garbage collection support.Chris Lattner2004-05-231-0/+418
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13667 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a couple misplaced div tagsChris Lattner2004-05-231-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13663 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert back to the previous version, as it doesn't work with mozilla, and ↵Chris Lattner2004-05-231-2/+1
| | | | | | people REALLY CAN just click the link. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13662 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a "Miscellaneous Improvements" section to cover things like theReid Spencer2004-05-231-1/+15
| | | | | | | | Bytecode File Format documentation, getting all documents in HTML 4.01 (Strict) compliance, and any other minor improvement that shoud be noted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13660 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the file HTML 4.01 (Strict) clean.Reid Spencer2004-05-231-4/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13659 91177308-0d34-0410-b5e6-96231b3b80d8
* Additional content describing variable bit rate encoding, correcting theReid Spencer2004-05-231-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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13658 91177308-0d34-0410-b5e6-96231b3b80d8
* Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01Alkis Evlogimenos2004-05-231-1/+2
| | | | | | | (Strict)-compliant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13655 91177308-0d34-0410-b5e6-96231b3b80d8
* Some additional data added to the bytecode specification.Reid Spencer2004-05-221-20/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13626 91177308-0d34-0410-b5e6-96231b3b80d8
* Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer2004-05-222-0/+249
| | | | | | | | file format. This format is being extracted from the source code and the small recesses of Chris' brain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13625 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the 64-bit fix from the "to do" list since the bug is fixed.Reid Spencer2004-05-221-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13624 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-05-211-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13619 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13580 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated ps files.Misha Brukman2004-05-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13579 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated man files.Misha Brukman2004-05-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13578 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore generated HTML files.Misha Brukman2004-05-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13577 91177308-0d34-0410-b5e6-96231b3b80d8
* This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman2004-05-142-0/+512
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13576 91177308-0d34-0410-b5e6-96231b3b80d8
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-141-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13575 91177308-0d34-0410-b5e6-96231b3b80d8
* More pods... work in progressBrian Gaeke2004-05-143-0/+303
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13574 91177308-0d34-0410-b5e6-96231b3b80d8
* Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman2004-05-141-27/+33
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13573 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention the --tool-args option that Brian and Chris added.Misha Brukman2004-05-141-4/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13572 91177308-0d34-0410-b5e6-96231b3b80d8
* Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman2004-05-141-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13571 91177308-0d34-0410-b5e6-96231b3b80d8
* NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke2004-05-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13570 91177308-0d34-0410-b5e6-96231b3b80d8
* This seems like as good a place as any to keep POD files.Brian Gaeke2004-05-141-0/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13569 91177308-0d34-0410-b5e6-96231b3b80d8
* Specify units in padding length.Misha Brukman2004-05-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13560 91177308-0d34-0410-b5e6-96231b3b80d8
* Make page HTML-4.01 compliant (& => &amp; in URL).Misha Brukman2004-05-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13559 91177308-0d34-0410-b5e6-96231b3b80d8
* Reduce line length to about 80 chars.Reid Spencer2004-05-131-6/+43
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13538 91177308-0d34-0410-b5e6-96231b3b80d8
* Insert spacing between the table and the next section.Misha Brukman2004-05-131-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13523 91177308-0d34-0410-b5e6-96231b3b80d8