summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Describe how to configure tests to work with f2cMisha Brukman2004-10-081-0/+26
| | | | llvm-svn: 16829
* * Reformat to fit 80 colsMisha Brukman2004-10-081-54/+53
| | | | | | * Add missing <li> tags llvm-svn: 16828
* Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!Chris Lattner2004-10-061-1/+1
| | | | llvm-svn: 16755
* Bug fixedChris Lattner2004-10-051-0/+2
| | | | llvm-svn: 16671
* Add example 'abstract' architectures for LLI: MIX, MMIX, and DLXMisha Brukman2004-10-041-1/+4
| | | | llvm-svn: 16653
* Add projectChris Lattner2004-10-011-0/+2
| | | | llvm-svn: 16631
* Add note about converting Skeleton to a useful backend and using it in theMisha Brukman2004-10-011-0/+11
| | | | | | Interpreter. llvm-svn: 16627
* * InstructionReader.cpp was absorbed into Reader.cppMisha Brukman2004-09-281-2/+3
| | | | | | * Wrap at 80 cols llvm-svn: 16543
* Bug fixedChris Lattner2004-09-281-1/+1
| | | | llvm-svn: 16538
* Patch contributed by Patrick Meredith:Chris Lattner2004-09-271-31/+70
| | | | | | | | | | added notes on the fact that the current implementation uses sbyte* for va_list. Updated all occurances of valist to va_list (it was inconsistant and find/replace is so easy ;-) ). Added <...> around all occurances of va_list in the intrinsic functions to match the vaarg and vanext instructions and to further show that va_list is a variable type. llvm-svn: 16530
* Fix grammar.Misha Brukman2004-09-271-2/+2
| | | | llvm-svn: 16529
* Add a blurb about the use of class vs. struct keyword in class decls.Reid Spencer2004-09-231-0/+18
| | | | llvm-svn: 16500
* Thanks to Brad for documentation on adding a DerivedTypeMisha Brukman2004-09-211-1/+2
| | | | llvm-svn: 16460
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-27/+30
| | | | | | | from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16430
* The lexicon doc is more of a user guide than programming doxChris Lattner2004-09-191-3/+3
| | | | llvm-svn: 16417
* better codeChris Lattner2004-09-191-4/+6
| | | | | | Move other things to the right sections llvm-svn: 16410
* Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner2004-09-181-28/+0
| | | | llvm-svn: 16394
* Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner2004-09-181-15/+130
| | | | | | other problems. llvm-svn: 16393
* Make this HTML 4.01 strictChris Lattner2004-09-181-4/+4
| | | | | | Update to reflect changes to the 'Register' tblgen class. llvm-svn: 16392
* Bug fixedChris Lattner2004-09-151-1/+3
| | | | llvm-svn: 16349
* Add notes about some buggy passesChris Lattner2004-09-141-1/+1
| | | | llvm-svn: 16339
* Fix broken internal links (one found by seventwentyfour.com spider)Misha Brukman2004-09-091-2/+2
| | | | llvm-svn: 16260
* If updating from CVS gives error "No rule to make target", it's faster to justMisha Brukman2004-09-091-0/+33
| | | | | | delete .d files than to rebuild from scratch. llvm-svn: 16258
* Fix broken link to the 2004 CGO paper.Misha Brukman2004-09-091-4/+4
| | | | llvm-svn: 16257
* bug 352 fixedReid Spencer2004-09-071-1/+4
| | | | | | bug 257 fixed llvm-svn: 16238
* This is the documentation style sheet, not the one for the website.Misha Brukman2004-09-071-1/+1
| | | | llvm-svn: 16222
* Remove extraneous blank lines.Misha Brukman2004-09-061-3/+0
| | | | llvm-svn: 16205
* Add link to new howto on writing backends.Misha Brukman2004-09-061-0/+3
| | | | llvm-svn: 16204
* How to write an LLVM backend, first draft.Misha Brukman2004-09-061-0/+245
| | | | llvm-svn: 16203
* * Profile-guided needs a hyphenMisha Brukman2004-09-061-4/+3
| | | | | | * Dead store elimination has been implemented llvm-svn: 16202
* Reword to not use a link text `click here'.Misha Brukman2004-09-061-2/+2
| | | | llvm-svn: 16201
* HTML 4.01 STRICT compliance.Reid Spencer2004-09-051-116/+150
| | | | | | | Added missing definitions Noted the difference between llvm/test and llvm-test llvm-svn: 16193
* Make section separator comments 80 chars, not 70.Reid Spencer2004-09-051-184/+245
| | | | | | | | | Revise descriptions to account for llvm/test/Programs being moved to the new CVS module llvm-test. Incoporate an example of how to run the NightlyTest.pl script from a shell script. llvm-svn: 16192
* Put a space between `Data' and `Structure' of DSA.Misha Brukman2004-09-052-3/+3
| | | | llvm-svn: 16179
* Remove the bit about this document being my `notes', it has matured since then.Misha Brukman2004-09-051-5/+0
| | | | llvm-svn: 16178
* Fix object/library filenames that have changed, clarify descriptions.Misha Brukman2004-09-051-46/+30
| | | | llvm-svn: 16177
* Add DSA.Misha Brukman2004-09-051-0/+3
| | | | llvm-svn: 16176
* * CSS was created to reduce re-specifying design styles: specify table cellMisha Brukman2004-09-051-102/+108
| | | | | | | | color once at the top, and do not repeat it 82 times * Replace bright blue table border with gray, which is easier on the eyes and matches the gray LLVM documentation color scheme llvm-svn: 16175
* Take one item off the "to do" list: implemented -O1 .. -O5 options forReid Spencer2004-09-041-2/+0
| | | | | | optimization in stkrc instead of depending on "opt" llvm-svn: 16169
* Add a blurb about exploiting the use of external storage.Reid Spencer2004-08-301-2/+10
| | | | llvm-svn: 16114
* Synchronize documentation of configuration items and substitutions withReid Spencer2004-08-291-80/+31
| | | | | | current reality of llvmc implementation. llvm-svn: 16108
* Fix a typo in the bytecode format documentationNate Begeman2004-08-271-1/+1
| | | | llvm-svn: 16072
* Add more content.Reid Spencer2004-08-271-27/+220
| | | | | | This isn't in reviewable shape yet, unless you're curious. llvm-svn: 16066
* Bug 430 Fixed.Reid Spencer2004-08-271-0/+2
| | | | llvm-svn: 16065
* Provide some meta tags for this document.Reid Spencer2004-08-261-0/+4
| | | | llvm-svn: 16058
* Add the default table related stylesReid Spencer2004-08-261-0/+8
| | | | llvm-svn: 16057
* Document the rational for the #include hierarchy.Reid Spencer2004-08-261-0/+112
| | | | llvm-svn: 16056
* Document definitions and computations provided by llvm-bcanalyzer.Reid Spencer2004-08-251-1/+252
| | | | llvm-svn: 16044
* Add some detailsChris Lattner2004-08-241-1/+3
| | | | llvm-svn: 16035
* Added BURS.Reid Spencer2004-08-241-0/+14
| | | | llvm-svn: 16034
OpenPOWER on IntegriCloud