summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge content of RequiredSoftware.html into GettingStarted.htmlReid Spencer2004-11-152-144/+156
| | | | | | Remove now defunct RequiredSoftware.html. llvm-svn: 17850
* * Add entry for Linux/PowerPCMisha Brukman2004-11-151-4/+14
| | | | | | | * Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB llvm-svn: 17848
* Be less verbose when `The' and `command' just aren't necessaryMisha Brukman2004-11-151-3/+3
| | | | llvm-svn: 17846
* No need for the verbose `the llvm-link command' when simply `llvm-link' will doMisha Brukman2004-11-151-9/+8
| | | | llvm-svn: 17845
* Force a short link to gccld's man pageMisha Brukman2004-11-151-1/+1
| | | | llvm-svn: 17844
* Fix syntax within a B<> tagMisha Brukman2004-11-151-2/+2
| | | | llvm-svn: 17843
* Remove personal email address.Reid Spencer2004-11-152-2/+2
| | | | llvm-svn: 17842
* Add the PowerPC 32-bit ABI output optionMisha Brukman2004-11-151-0/+4
| | | | llvm-svn: 17840
* Bump version. Shouldn't this come from somewhere else??Chris Lattner2004-11-151-1/+1
| | | | llvm-svn: 17839
* * Add an entry for llvm-ranlibMisha Brukman2004-11-151-2/+5
| | | | | | * Add missing dashes llvm-svn: 17838
* This is llvm-ar, not llvm-as.Misha Brukman2004-11-151-1/+1
| | | | llvm-svn: 17837
* Remove reference to llvm-ld.Reid Spencer2004-11-151-1/+1
| | | | llvm-svn: 17836
* Terminate a list.Reid Spencer2004-11-151-1/+3
| | | | | | Remove reference to llvm-ld llvm-svn: 17835
* Changes/corrections suggested from Chris Lattner's review.Reid Spencer2004-11-151-28/+75
| | | | llvm-svn: 17832
* Replace the textual description with table specifying disk space requirementsMisha Brukman2004-11-151-59/+54
| | | | llvm-svn: 17819
* Document the new llvm-ranlib command.Reid Spencer2004-11-121-0/+52
| | | | llvm-svn: 17687
* Correctly terminate a list.Reid Spencer2004-11-121-0/+2
| | | | llvm-svn: 17686
* Document the modifiers and the file format.Reid Spencer2004-11-121-23/+131
| | | | llvm-svn: 17685
* Add llvm-ar to the index.Reid Spencer2004-11-112-0/+4
| | | | llvm-svn: 17682
* 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
OpenPOWER on IntegriCloud