summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add section on the newly added Instruction and subclasses constructorAlkis Evlogimenos2004-05-27
* Fix a bug in reid's checkinChris Lattner2004-05-26
* Added a section on the SymbolTable class.Reid Spencer2004-05-26
* Make use of the doc_author and doc_code styles. <tt>'ify llvm names. MinorChris Lattner2004-05-25
* Added a bit on slot numbers.Reid Spencer2004-05-25
* Fix a small typo.Reid Spencer2004-05-25
* Make doc_code shrink-to-fit. This only works in mozilla, but it doesn'tChris Lattner2004-05-24
* Lots of minor typo fixes, some minor inaccuracies fixed, and some new material.Chris Lattner2004-05-24
* new featureChris Lattner2004-05-24
* Fix a couple of busted li'sChris Lattner2004-05-24
* Add a todo to make it clear that the section is not doneChris Lattner2004-05-24
* Personally, I think that documentation is as important as code. IncreaseChris Lattner2004-05-24
* Fix a div problem that was causing some wierd indentation. Get more div'yChris Lattner2004-05-24
* Add some notesChris Lattner2004-05-24
* Add a link to the GC docChris Lattner2004-05-24
* Create a new style for tables that have no width (.doc_table_nw) so theReid Spencer2004-05-23
* Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner2004-05-23
* Lots of minor cleanups and clarificationsChris Lattner2004-05-23
* Remove implemented stuffChris Lattner2004-05-23
* Describe the new garbage collector intrinsicsChris Lattner2004-05-23
* Lots of minor fixes and formatting improvementsChris Lattner2004-05-23
* Update the coding standards, removign the bit about avoiding exceptions andChris Lattner2004-05-23
* Substantially expand and update the alias analysis documentation, includingChris Lattner2004-05-23
* Various changes to make the docs look nicer. Add a new doc_author class.Chris Lattner2004-05-23
* Add a new document describing the LLVM accurate garbage collection support.Chris Lattner2004-05-23
* Fix a couple misplaced div tagsChris Lattner2004-05-23
* Revert back to the previous version, as it doesn't work with mozilla, and peo...Chris Lattner2004-05-23
* Added a "Miscellaneous Improvements" section to cover things like theReid Spencer2004-05-23
* Make the file HTML 4.01 (Strict) clean.Reid Spencer2004-05-23
* Additional content describing variable bit rate encoding, correcting theReid Spencer2004-05-23
* Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01Alkis Evlogimenos2004-05-23
* Some additional data added to the bytecode specification.Reid Spencer2004-05-22
* Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer2004-05-22
* Removed the 64-bit fix from the "to do" list since the bug is fixed.Reid Spencer2004-05-22
* Bug fixedChris Lattner2004-05-21
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-14
* Ignore generated ps files.Misha Brukman2004-05-14
* Ignore generated man files.Misha Brukman2004-05-14
* Ignore generated HTML files.Misha Brukman2004-05-14
* This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman2004-05-14
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-14
* More pods... work in progressBrian Gaeke2004-05-14
* Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman2004-05-14
* Mention the --tool-args option that Brian and Chris added.Misha Brukman2004-05-14
* Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman2004-05-14
* NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke2004-05-14
* This seems like as good a place as any to keep POD files.Brian Gaeke2004-05-14
* Specify units in padding length.Misha Brukman2004-05-13
* Make page HTML-4.01 compliant (& => &amp; in URL).Misha Brukman2004-05-13
* Reduce line length to about 80 chars.Reid Spencer2004-05-13