aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2004-05-23Make the file HTML 4.01 (Strict) clean.Reid Spencer
2004-05-23Additional content describing variable bit rate encoding, correcting theReid Spencer
2004-05-23Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01Alkis Evlogimenos
2004-05-22Some additional data added to the bytecode specification.Reid Spencer
2004-05-22Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer
2004-05-22Removed the 64-bit fix from the "to do" list since the bug is fixed.Reid Spencer
2004-05-21Bug fixedChris Lattner
2004-05-14Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman
2004-05-14Ignore generated ps files.Misha Brukman
2004-05-14Ignore generated man files.Misha Brukman
2004-05-14Ignore generated HTML files.Misha Brukman
2004-05-14This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman
2004-05-14Put outputs of each type into a separate subdirectory.Misha Brukman
2004-05-14More pods... work in progressBrian Gaeke
2004-05-14Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman
2004-05-14Mention the --tool-args option that Brian and Chris added.Misha Brukman
2004-05-14Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman
2004-05-14NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke
2004-05-14This seems like as good a place as any to keep POD files.Brian Gaeke
2004-05-13Specify units in padding length.Misha Brukman
2004-05-13Make page HTML-4.01 compliant (& => &amp; in URL).Misha Brukman
2004-05-13Reduce line length to about 80 chars.Reid Spencer
2004-05-13Insert spacing between the table and the next section.Misha Brukman
2004-05-13* Use stylesheets for table borders so we factor out the formatting and canMisha Brukman
2004-05-12Break lines at 80 cols; eliminate extra space caused by a single <p> tag on aMisha Brukman
2004-05-12Make the subsubsections stand out a bit moreChris Lattner
2004-05-12These images have been moved to img/Misha Brukman
2004-05-12Use the images in the img/ directory.Misha Brukman
2004-05-12Finally, switch to a stylesheet that makes the documentation easier on the eyesMisha Brukman
2004-05-12Centralize images in this dir; add lines.gif from website for consistentMisha Brukman
2004-05-12Make file use stylesheets and be HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Made document HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Make file standard-compliant once again.Misha Brukman
2004-05-12Made file comply with HTML-4.01 (Strict)Misha Brukman
2004-05-12Made file HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Made to be HTML-4.01 (Strict)-compliant.Misha Brukman
2004-05-12Made to be HTML-4.01 (Strict) -compliant.Misha Brukman
2004-05-12Add proper footer since this file is HTML-4.01 compliant.Misha Brukman
2004-05-12Make document HTML-4.01 (Strict) compliant.Misha Brukman
2004-05-12Fix grammar: remove `the' before LLVM.Misha Brukman
2004-05-12* Make the document format follow the stringent purple standards (like the restMisha Brukman
2004-05-12Add link to Valgrind.Misha Brukman
2004-05-11Add a note to make sure the program is memory correctChris Lattner
2004-05-10Bug fixedChris Lattner
2004-05-09Bug 178 FixedReid Spencer
2004-05-09Bug fixed.Brian Gaeke
2004-05-07PR implementedChris Lattner
2004-05-07Bug fixedChris Lattner
2004-05-06Bug fixed.John Criswell
2004-05-06Add a new cl::PositionalEatsArgs flagChris Lattner