summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at llvm-ar documentation. Modifiers need a little moreReid Spencer2004-11-111-0/+238
| | | | | | explanation. llvm-svn: 17681
* Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer2004-11-112-5/+5
| | | | | | just "install" in the runtime directory. llvm-svn: 17677
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-081-0/+6
| | | | | | to be verbose about its actions too. llvm-svn: 17624
* Fix typo.Reid Spencer2004-11-081-1/+1
| | | | llvm-svn: 17623
* Document compressed bytecode details.Reid Spencer2004-11-081-1/+28
| | | | llvm-svn: 17622
* First draft of compendium of documents relevant to writers of LLVM machineMisha Brukman2004-11-081-0/+246
| | | | | | target backends llvm-svn: 17609
* Recommend that new users read the documentation before they get started,Reid Spencer2004-11-081-0/+3
| | | | | | | with a little twist of humor. This more than anything else will help people get started with LLVM. llvm-svn: 17605
* Correct and Explain the first rule of thumb better.Reid Spencer2004-11-081-2/+4
| | | | llvm-svn: 17604
* Fix typo.Reid Spencer2004-11-081-1/+1
| | | | llvm-svn: 17603
* Fix grammar: use commas in a list of entitiesMisha Brukman2004-11-081-2/+2
| | | | llvm-svn: 17602
* * Fix file-relative links: they need '#' prepended to the target nameMisha Brukman2004-11-071-8/+8
| | | | | | * Balance an open parenthesis llvm-svn: 17595
* First version of this document listing the required software. Might needReid Spencer2004-11-071-0/+94
| | | | | | to be made platform specific. Contents reflect my Linux build environment. llvm-svn: 17580
* Add a section for PPC, though it's empty for nowChris Lattner2004-11-071-0/+14
| | | | llvm-svn: 17553
* * Add note about benchmarking programs and submitting reduced test casesMisha Brukman2004-11-071-1/+23
| | | | | | * Replace llvm.org with llvm.cs.uiuc.edu llvm-svn: 17551
* Replace llvm.org => llvm.cs.uiuc.eduMisha Brukman2004-11-072-2/+2
| | | | llvm-svn: 17550
* List the individual tools for easier reference.Reid Spencer2004-11-011-3/+23
| | | | | | | | Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. llvm-svn: 17416
* Add compliant header.Reid Spencer2004-11-011-3/+11
| | | | | | NOTE: This doc needs to describe the bugpoint "subsystem" not the tool. llvm-svn: 17415
* Add missing tag.Reid Spencer2004-11-011-1/+3
| | | | llvm-svn: 17414
* Update table to llvm.css standards.Reid Spencer2004-11-011-15/+11
| | | | llvm-svn: 17409
* Get rid of bogus entity references.Reid Spencer2004-11-011-2/+4
| | | | llvm-svn: 17408
* Attempt CSS 2 compliance.Reid Spencer2004-11-011-2/+2
| | | | llvm-svn: 17404
* Attempt CSS 2 validation.Reid Spencer2004-11-011-2/+2
| | | | llvm-svn: 17403
* HTML 4.01 Strict compliance.Reid Spencer2004-11-011-6/+6
| | | | llvm-svn: 17402
* Correct the document type declaration.Reid Spencer2004-11-011-2/+1
| | | | llvm-svn: 17401
* Add the HTML 4.01 and CSS icons with links to validators.Reid Spencer2004-11-011-1/+7
| | | | llvm-svn: 17400
* Attempt HTML 4.01 Strict compliance.Reid Spencer2004-11-012-38/+41
| | | | llvm-svn: 17399
* Cleanup the constants section.Reid Spencer2004-11-011-81/+84
| | | | llvm-svn: 17398
* Remove spurious end tag, fix indentation.Reid Spencer2004-11-011-16/+16
| | | | llvm-svn: 17397
* Make HTML 4.01 Strict compliant.Reid Spencer2004-11-011-3/+3
| | | | llvm-svn: 17396
* Fix tag placement to make HTML 4.01 Strict compliant.Reid Spencer2004-11-011-1/+1
| | | | llvm-svn: 17395
* Minor format tweask for tables.Reid Spencer2004-11-017-187/+141
| | | | llvm-svn: 17394
* Add layout classes for table elements so tables can be used for layouts.Reid Spencer2004-11-011-0/+12
| | | | | | | This is easier than attempting to figure out dual purpose columnar layouts for multiple browser types. All browsers understand tables. llvm-svn: 17393
* Configuration -> BuildModeReid Spencer2004-11-011-1/+3
| | | | llvm-svn: 17392
* Wrap to 80 colsReid Spencer2004-10-311-35/+67
| | | | llvm-svn: 17385
* Add UsingLibraries.html link.Reid Spencer2004-10-311-0/+3
| | | | llvm-svn: 17384
* Give table headers the striped background.Reid Spencer2004-10-311-1/+4
| | | | llvm-svn: 17382
* * Moved from ObjectFiles.htmlReid Spencer2004-10-311-233/+95
| | | | | | | | * Changed names of libraries to reflect new naming scheme * Added some more introductory material * Added a rule of thumb. llvm-svn: 17381
* Renamed UsingLibraries.htmlReid Spencer2004-10-311-0/+0
| | | | llvm-svn: 17380
* Add the preconditions target per suggestion by Henrik Bach.Reid Spencer2004-10-311-0/+15
| | | | llvm-svn: 17373
* One more missing end tag.Reid Spencer2004-10-311-1/+1
| | | | llvm-svn: 17371
* Correct tag usage for HTML 4.01 Strict complianceReid Spencer2004-10-311-13/+14
| | | | llvm-svn: 17370
* Add a tutorial and some more general concepts.Reid Spencer2004-10-311-26/+127
| | | | llvm-svn: 17369
* Add a few more terms.Reid Spencer2004-10-301-0/+39
| | | | llvm-svn: 17364
* Complete the description of public variables. Internal variables are listedReid Spencer2004-10-301-135/+357
| | | | | | but not described. It might just stay that way. llvm-svn: 17363
* * Add spaces between function names for readabilityMisha Brukman2004-10-291-35/+45
| | | | | | * Separate paragraphs, flush HTML text to left margin for ease of editing llvm-svn: 17333
* Add a couple of new featuresChris Lattner2004-10-271-0/+3
| | | | llvm-svn: 17282
* Use <tt> around "#include" and "std::endl"Misha Brukman2004-10-261-20/+21
| | | | llvm-svn: 17258
* Use <tt> around header namesMisha Brukman2004-10-261-2/+3
| | | | llvm-svn: 17256
* * Fix spelling and grammar errorsMisha Brukman2004-10-261-10/+13
| | | | | | | | * Close <p> tags properly * Break up paragraphs with blank lines, clean up text alignment * Delete unbalanced " llvm-svn: 17254
* Bug fixedChris Lattner2004-10-251-0/+2
| | | | llvm-svn: 17231
OpenPOWER on IntegriCloud