aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Get the version number for the LLVM from the autoconf/configure.ac fileReid Spencer2007-03-041-2/+9
| | | | | | | when building the documentation for the web site. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34894 91177308-0d34-0410-b5e6-96231b3b80d8
* grammaroChris Lattner2007-03-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34830 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.Reid Spencer2007-03-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34826 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify the use of getValue/getSExtValue/getZExtValue and add the newReid Spencer2007-03-011-4/+14
| | | | | | | APInt constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34811 91177308-0d34-0410-b5e6-96231b3b80d8
* Describe how arbitrary precision integers are written to the bytecode.Reid Spencer2007-02-281-4/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34719 91177308-0d34-0410-b5e6-96231b3b80d8
* add -enable-ehChris Lattner2007-02-251-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34600 91177308-0d34-0410-b5e6-96231b3b80d8
* update this for llvm-gcc4Chris Lattner2007-02-251-92/+76
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34566 91177308-0d34-0410-b5e6-96231b3b80d8
* Added some more information on how to use "delta" to reduce testcases.Bill Wendling2007-02-241-6/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34553 91177308-0d34-0410-b5e6-96231b3b80d8
* clarify.Chris Lattner2007-02-231-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34524 91177308-0d34-0410-b5e6-96231b3b80d8
* clarify llvm-gcc GPL issueChris Lattner2007-02-221-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34486 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a section on the target datalayout syntax and describe the defaultsReid Spencer2007-02-191-2/+79
| | | | | | | and rules used by LLVM to construct the target's layout rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34433 91177308-0d34-0410-b5e6-96231b3b80d8
* Corrected typo.Bill Wendling2007-02-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34421 91177308-0d34-0410-b5e6-96231b3b80d8
* Some minor tweaks and grammar cleanup.Reid Spencer2007-02-191-13/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34420 91177308-0d34-0410-b5e6-96231b3b80d8
* fix validationChris Lattner2007-02-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34414 91177308-0d34-0410-b5e6-96231b3b80d8
* more wording changes and some minor additionsChris Lattner2007-02-191-41/+60
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34413 91177308-0d34-0410-b5e6-96231b3b80d8
* add the definite articleChris Lattner2007-02-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34412 91177308-0d34-0410-b5e6-96231b3b80d8
* rename section to Copyright, License, and PatentsChris Lattner2007-02-191-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34411 91177308-0d34-0410-b5e6-96231b3b80d8
* wording changesChris Lattner2007-02-191-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34410 91177308-0d34-0410-b5e6-96231b3b80d8
* add strong words about patentsChris Lattner2007-02-191-3/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34409 91177308-0d34-0410-b5e6-96231b3b80d8
* incremental changes to own section, protosection on patentsChris Lattner2007-02-191-14/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34408 91177308-0d34-0410-b5e6-96231b3b80d8
* fix TOC, clarify bullet in incremental devChris Lattner2007-02-191-10/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34407 91177308-0d34-0410-b5e6-96231b3b80d8
* refactor the top-level 'patches' section into a subsection of General Policies.Chris Lattner2007-02-191-77/+36
| | | | | | | | Much of its content is now in other parts of the doc, and this brings it up immediately after 'stay informed' and right before 'code reviews'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34406 91177308-0d34-0410-b5e6-96231b3b80d8
* minor changesChris Lattner2007-02-191-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34405 91177308-0d34-0410-b5e6-96231b3b80d8
* remove terminology section (this is not a legal document)Chris Lattner2007-02-191-56/+32
| | | | | | | move testcases above quality. Mention that a testcase is part of quality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34404 91177308-0d34-0410-b5e6-96231b3b80d8
* Transmogrify 'Starting New Work' into 'Making a Major Change', addChris Lattner2007-02-191-29/+41
| | | | | | | incremental development as a subsection of it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34403 91177308-0d34-0410-b5e6-96231b3b80d8
* A bunch of editting. I'm still not done with the 'patches' section.Chris Lattner2007-02-191-201/+223
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34401 91177308-0d34-0410-b5e6-96231b3b80d8
* clarify the 'developed by' lineChris Lattner2007-02-191-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34400 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove broken links to gccas and gccld.Reid Spencer2007-02-181-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34393 91177308-0d34-0410-b5e6-96231b3b80d8
* update symtab section to reflect recent changes.Chris Lattner2007-02-161-146/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34340 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1195:Reid Spencer2007-02-151-4/+4
| | | | | | | Packed -> Vector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34297 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1195:Reid Spencer2007-02-152-30/+30
| | | | | | | Packed -> Vector git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34296 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1195:Reid Spencer2007-02-151-1/+1
| | | | | | | | Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34293 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix validation errors.Reid Spencer2007-02-151-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34291 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.Reid Spencer2007-02-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34289 91177308-0d34-0410-b5e6-96231b3b80d8
* Add feedback from Vikram Adve.Reid Spencer2007-02-141-2/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34288 91177308-0d34-0410-b5e6-96231b3b80d8
* Synchronize TOC headings with actual headings.Reid Spencer2007-02-141-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34285 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix the table of contents to match the document body.Reid Spencer2007-02-141-5/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34284 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a grammaro.Reid Spencer2007-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34283 91177308-0d34-0410-b5e6-96231b3b80d8
* A few changes:Reid Spencer2007-02-141-69/+77
| | | | | | | | | | 1. Fix typos 2. Move Terminology to the end 3. Simplify language in a few spots. 4. Add a policy that larger increments require a larger testing effort. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34282 91177308-0d34-0410-b5e6-96231b3b80d8
* Drop a policy.Reid Spencer2007-02-141-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34281 91177308-0d34-0410-b5e6-96231b3b80d8
* Some more minor tweaks.Reid Spencer2007-02-141-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34280 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix word usage.Reid Spencer2007-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34279 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing .Reid Spencer2007-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34278 91177308-0d34-0410-b5e6-96231b3b80d8
* Incorporate Chris Lattner's second round of feedback.Reid Spencer2007-02-141-31/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34277 91177308-0d34-0410-b5e6-96231b3b80d8
* fix validation bugChris Lattner2007-02-141-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34276 91177308-0d34-0410-b5e6-96231b3b80d8
* now that llvm-gcc3 is gone, life is significantly simpler and less scaryChris Lattner2007-02-141-349/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34275 91177308-0d34-0410-b5e6-96231b3b80d8
* remove an obsolete questionChris Lattner2007-02-141-17/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34274 91177308-0d34-0410-b5e6-96231b3b80d8
* remove obsolete warningChris Lattner2007-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34271 91177308-0d34-0410-b5e6-96231b3b80d8
* There is no circular dependency between llvm and llvm-gcc anymore. stopChris Lattner2007-02-141-4/+13
| | | | | | | scaring users. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34270 91177308-0d34-0410-b5e6-96231b3b80d8
* Incorporate Chris' first round of comments.Reid Spencer2007-02-141-82/+113
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34269 91177308-0d34-0410-b5e6-96231b3b80d8