summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Substantially expand and update the alias analysis documentation, includingChris Lattner2004-05-231-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 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. :) llvm-svn: 13668
* Add a new document describing the LLVM accurate garbage collection support.Chris Lattner2004-05-231-0/+418
| | | | llvm-svn: 13667
* Fix a couple misplaced div tagsChris Lattner2004-05-231-2/+2
| | | | llvm-svn: 13663
* 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. :) llvm-svn: 13662
* 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. llvm-svn: 13660
* Make the file HTML 4.01 (Strict) clean.Reid Spencer2004-05-231-4/+6
| | | | llvm-svn: 13659
* 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. llvm-svn: 13658
* Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01Alkis Evlogimenos2004-05-231-1/+2
| | | | | | (Strict)-compliant. llvm-svn: 13655
* Some additional data added to the bytecode specification.Reid Spencer2004-05-221-20/+35
| | | | llvm-svn: 13626
* 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. llvm-svn: 13625
* Removed the 64-bit fix from the "to do" list since the bug is fixed.Reid Spencer2004-05-221-5/+0
| | | | llvm-svn: 13624
* Bug fixedChris Lattner2004-05-211-0/+1
| | | | llvm-svn: 13619
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-141-1/+1
| | | | llvm-svn: 13580
* Ignore generated ps files.Misha Brukman2004-05-141-0/+1
| | | | llvm-svn: 13579
* Ignore generated man files.Misha Brukman2004-05-141-0/+1
| | | | llvm-svn: 13578
* Ignore generated HTML files.Misha Brukman2004-05-141-0/+1
| | | | llvm-svn: 13577
* This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman2004-05-142-0/+512
| | | | llvm-svn: 13576
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-141-8/+8
| | | | llvm-svn: 13575
* More pods... work in progressBrian Gaeke2004-05-143-0/+303
| | | | llvm-svn: 13574
* Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman2004-05-141-27/+33
| | | | llvm-svn: 13573
* Mention the --tool-args option that Brian and Chris added.Misha Brukman2004-05-141-4/+10
| | | | llvm-svn: 13572
* Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman2004-05-141-4/+4
| | | | llvm-svn: 13571
* NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke2004-05-141-1/+1
| | | | llvm-svn: 13570
* This seems like as good a place as any to keep POD files.Brian Gaeke2004-05-141-0/+58
| | | | llvm-svn: 13569
* Specify units in padding length.Misha Brukman2004-05-131-1/+1
| | | | llvm-svn: 13560
* Make page HTML-4.01 compliant (& => &amp; in URL).Misha Brukman2004-05-131-1/+1
| | | | llvm-svn: 13559
* Reduce line length to about 80 chars.Reid Spencer2004-05-131-6/+43
| | | | llvm-svn: 13538
* Insert spacing between the table and the next section.Misha Brukman2004-05-131-1/+2
| | | | llvm-svn: 13523
* * Use stylesheets for table borders so we factor out the formatting and canMisha Brukman2004-05-131-336/+343
| | | | | | | | | adjust it much easier. Also changed border to gray to fit into the current color scheme. * Convert < and > to &lt; and &gt;, 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 aMisha Brukman2004-05-121-34/+35
| | | | | | line by itself. llvm-svn: 13516
* Make the subsubsections stand out a bit moreChris Lattner2004-05-121-1/+2
| | | | llvm-svn: 13511
* These images have been moved to img/Misha Brukman2004-05-122-0/+0
| | | | llvm-svn: 13510
* Use the images in the img/ directory.Misha Brukman2004-05-122-2/+2
| | | | llvm-svn: 13509
* Finally, switch to a stylesheet that makes the documentation easier on the eyesMisha Brukman2004-05-121-12/+8
| | | | | | and consistent with the LLVM website. llvm-svn: 13508
* Centralize images in this dir; add lines.gif from website for consistentMisha Brukman2004-05-123-0/+0
| | | | | | formatting. llvm-svn: 13507
* Make file use stylesheets and be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-386/+442
| | | | llvm-svn: 13506
* Made document HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-69/+78
| | | | llvm-svn: 13505
* Make file standard-compliant once again.Misha Brukman2004-05-121-21/+10
| | | | llvm-svn: 13504
* Made file comply with HTML-4.01 (Strict)Misha Brukman2004-05-121-234/+179
| | | | llvm-svn: 13503
* Made file HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-12/+12
| | | | llvm-svn: 13501
* Made to be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-14/+16
| | | | llvm-svn: 13500
* Made to be HTML-4.01 (Strict) -compliant.Misha Brukman2004-05-121-13/+18
| | | | llvm-svn: 13499
* Add proper footer since this file is HTML-4.01 compliant.Misha Brukman2004-05-121-6/+9
| | | | llvm-svn: 13498
* Make document HTML-4.01 (Strict) compliant.Misha Brukman2004-05-121-265/+184
| | | | llvm-svn: 13497
* Fix grammar: remove `the' before LLVM.Misha Brukman2004-05-121-2/+2
| | | | llvm-svn: 13496
* * Make the document format follow the stringent purple standards (like the restMisha Brukman2004-05-121-265/+162
| | | | | | | | | | of the documentation) * Do not make the link text be the link itself, use some keywords * Make doc use stylesheets and HTML markup for lists instead of definitions * Shorten page by not making multiple lines per link with description + link of the same name as the target llvm-svn: 13495
* Add link to Valgrind.Misha Brukman2004-05-121-2/+3
| | | | llvm-svn: 13472
* Add a note to make sure the program is memory correctChris Lattner2004-05-111-3/+9
| | | | llvm-svn: 13464
* Bug fixedChris Lattner2004-05-101-0/+1
| | | | llvm-svn: 13450
OpenPOWER on IntegriCloud