aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17580 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a section for PPC, though it's empty for nowChris Lattner2004-11-071-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17553 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add note about benchmarking programs and submitting reduced test casesMisha Brukman2004-11-071-1/+23
| | | | | | | * Replace llvm.org with llvm.cs.uiuc.edu git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17551 91177308-0d34-0410-b5e6-96231b3b80d8
* Replace llvm.org => llvm.cs.uiuc.eduMisha Brukman2004-11-072-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17550 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17416 91177308-0d34-0410-b5e6-96231b3b80d8
* Add compliant header.Reid Spencer2004-11-011-3/+11
| | | | | | | NOTE: This doc needs to describe the bugpoint "subsystem" not the tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17415 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing tag.Reid Spencer2004-11-011-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17414 91177308-0d34-0410-b5e6-96231b3b80d8
* Update table to llvm.css standards.Reid Spencer2004-11-011-15/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17409 91177308-0d34-0410-b5e6-96231b3b80d8
* Get rid of bogus entity references.Reid Spencer2004-11-011-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17408 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt CSS 2 compliance.Reid Spencer2004-11-011-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17404 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt CSS 2 validation.Reid Spencer2004-11-011-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17403 91177308-0d34-0410-b5e6-96231b3b80d8
* HTML 4.01 Strict compliance.Reid Spencer2004-11-011-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17402 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct the document type declaration.Reid Spencer2004-11-011-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17401 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the HTML 4.01 and CSS icons with links to validators.Reid Spencer2004-11-011-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17400 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt HTML 4.01 Strict compliance.Reid Spencer2004-11-012-38/+41
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17399 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup the constants section.Reid Spencer2004-11-011-81/+84
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17398 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove spurious end tag, fix indentation.Reid Spencer2004-11-011-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17397 91177308-0d34-0410-b5e6-96231b3b80d8
* Make HTML 4.01 Strict compliant.Reid Spencer2004-11-011-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17396 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix tag placement to make HTML 4.01 Strict compliant.Reid Spencer2004-11-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17395 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor format tweask for tables.Reid Spencer2004-11-017-187/+141
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17394 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17393 91177308-0d34-0410-b5e6-96231b3b80d8
* Configuration -> BuildModeReid Spencer2004-11-011-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17392 91177308-0d34-0410-b5e6-96231b3b80d8
* Wrap to 80 colsReid Spencer2004-10-311-35/+67
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17385 91177308-0d34-0410-b5e6-96231b3b80d8
* Add UsingLibraries.html link.Reid Spencer2004-10-311-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17384 91177308-0d34-0410-b5e6-96231b3b80d8
* Give table headers the striped background.Reid Spencer2004-10-311-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17382 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17381 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed UsingLibraries.htmlReid Spencer2004-10-311-290/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17380 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the preconditions target per suggestion by Henrik Bach.Reid Spencer2004-10-311-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17373 91177308-0d34-0410-b5e6-96231b3b80d8
* One more missing end tag.Reid Spencer2004-10-311-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17371 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct tag usage for HTML 4.01 Strict complianceReid Spencer2004-10-311-13/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17370 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a tutorial and some more general concepts.Reid Spencer2004-10-311-26/+127
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17369 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a few more terms.Reid Spencer2004-10-301-0/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17364 91177308-0d34-0410-b5e6-96231b3b80d8
* Complete the description of public variables. Internal variables are listedReid Spencer2004-10-301-135/+357
| | | | | | | but not described. It might just stay that way. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17363 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add spaces between function names for readabilityMisha Brukman2004-10-291-35/+45
| | | | | | | * Separate paragraphs, flush HTML text to left margin for ease of editing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17333 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a couple of new featuresChris Lattner2004-10-271-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17282 91177308-0d34-0410-b5e6-96231b3b80d8
* Use <tt> around "#include" and "std::endl"Misha Brukman2004-10-261-20/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17258 91177308-0d34-0410-b5e6-96231b3b80d8
* Use <tt> around header namesMisha Brukman2004-10-261-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17256 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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 " git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17254 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-10-251-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17231 91177308-0d34-0410-b5e6-96231b3b80d8
* add a link to the makefile guide, eliminate redundant link to coding stdsChris Lattner2004-10-251-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17226 91177308-0d34-0410-b5e6-96231b3b80d8
* Make a sentence easier to parseChris Lattner2004-10-251-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17225 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spellosChris Lattner2004-10-251-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17224 91177308-0d34-0410-b5e6-96231b3b80d8
* First draft. More to come.Reid Spencer2004-10-241-29/+86
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17205 91177308-0d34-0410-b5e6-96231b3b80d8
* First cut at the LLVM Makefile Guide. There's lots to correct and lots moreReid Spencer2004-10-231-0/+458
| | | | | | | to write, but this is all my brain can muster for tonight. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17184 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add a space between wordsMisha Brukman2004-10-161-3/+3
| | | | | | | * Wrap at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17064 91177308-0d34-0410-b5e6-96231b3b80d8
* Update release notesChris Lattner2004-10-161-5/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17062 91177308-0d34-0410-b5e6-96231b3b80d8
* Document unreachable instructionChris Lattner2004-10-161-14/+53
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17033 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing 'Instruction Opcodes' bullet to TOCChris Lattner2004-10-161-38/+100
| | | | | | | Update for changes in LLVM 1.4 bytecode format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17032 91177308-0d34-0410-b5e6-96231b3b80d8
* None of these have actually been implemented yet.Chris Lattner2004-10-161-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17027 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken linksChris Lattner2004-10-151-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17016 91177308-0d34-0410-b5e6-96231b3b80d8