[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-03-01 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.36 -> 1.37 --- Log message: grammaro --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/DeveloperPolic

Re: [llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-22 Thread Chris Lattner
On Feb 22, 2007, at 2:25 AM, Duncan Sands wrote: >> + the GPL). This is not a problem for the main LLVM >>distribution (which is already licensed under a more liberal >> license), but may >>be a problem if you intend to base commercial development on >> llvm-gcc without >>redist

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-22 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.35 -> 1.36 --- Log message: clarify. --- Diffs of the changes: (+5 -5) DeveloperPolicy.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Develope

Re: [llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-22 Thread Duncan Sands
> + the GPL). This is not a problem for the main LLVM >distribution (which is already licensed under a more liberal license), but > may >be a problem if you intend to base commercial development on llvm-gcc > without >redistributing your source code. Maybe you should make explicit

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-21 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.34 -> 1.35 --- Log message: clarify llvm-gcc GPL issue --- Diffs of the changes: (+6 -6) DeveloperPolicy.html | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-19 Thread Bill Wendling
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.33 -> 1.34 --- Log message: Corrected typo. --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Develop

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-19 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.32 -> 1.33 --- Log message: Some minor tweaks and grammar cleanup. --- Diffs of the changes: (+14 -14) DeveloperPolicy.html | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) Index: llvm/

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.31 -> 1.32 --- Log message: fix validation --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Develope

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.30 -> 1.31 --- Log message: more wording changes and some minor additions --- Diffs of the changes: (+61 -42) DeveloperPolicy.html | 103 ++- 1 files changed, 61 insertions(+),

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.29 -> 1.30 --- Log message: add the definite article --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/doc

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.28 -> 1.29 --- Log message: rename section to Copyright, License, and Patents --- Diffs of the changes: (+6 -4) DeveloperPolicy.html | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) Index: llvm/docs/Develo

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.27 -> 1.28 --- Log message: wording changes --- Diffs of the changes: (+5 -5) DeveloperPolicy.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/D

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.26 -> 1.27 --- Log message: add strong words about patents --- Diffs of the changes: (+14 -4) DeveloperPolicy.html | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) Index: llvm/docs/DeveloperPolicy

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.25 -> 1.26 --- Log message: incremental changes to own section, protosection on patents --- Diffs of the changes: (+27 -15) DeveloperPolicy.html | 42 +++--- 1 files changed, 27 insertions

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.24 -> 1.25 --- Log message: fix TOC, clarify bullet in incremental dev --- Diffs of the changes: (+7 -11) DeveloperPolicy.html | 18 +++--- 1 files changed, 7 insertions(+), 11 deletions(-) Index: llvm/docs/Dev

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.23 -> 1.24 --- Log message: refactor the top-level 'patches' section into a subsection of General Policies. Much of its content is now in other parts of the doc, and this brings it up immediately after 'stay informed' and right bef

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.22 -> 1.23 --- Log message: minor changes --- Diffs of the changes: (+6 -6) DeveloperPolicy.html | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/D

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.21 -> 1.22 --- Log message: remove terminology section (this is not a legal document) move testcases above quality. Mention that a testcase is part of quality. --- Diffs of the changes: (+33 -57) DeveloperPolicy.html | 90 +

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.20 -> 1.21 --- Log message: Transmogrify 'Starting New Work' into 'Making a Major Change', add incremental development as a subsection of it. --- Diffs of the changes: (+42 -30) DeveloperPolicy.html | 72

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.19 -> 1.20 --- Log message: A bunch of editting. I'm still not done with the 'patches' section. --- Diffs of the changes: (+224 -202) DeveloperPolicy.html | 426 ++- 1 files c

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.18 -> 1.19 --- Log message: Fix validation errors. --- Diffs of the changes: (+2 -3) DeveloperPolicy.html |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.17 -> 1.18 --- Log message: Fix a typo. --- Diffs of the changes: (+4 -4) DeveloperPolicy.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Develop

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.16 -> 1.17 --- Log message: Add feedback from Vikram Adve. --- Diffs of the changes: (+17 -3) DeveloperPolicy.html | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) Index: llvm/docs/DeveloperPoli

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.14 -> 1.15 --- Log message: Fix the table of contents to match the document body. --- Diffs of the changes: (+8 -6) DeveloperPolicy.html | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) Index: llvm/doc

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.15 -> 1.16 --- Log message: Synchronize TOC headings with actual headings. --- Diffs of the changes: (+3 -3) DeveloperPolicy.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/DeveloperPoli

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.13 -> 1.14 --- Log message: Fix a grammaro. --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Develop

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.12 -> 1.13 --- Log message: A few changes: 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. --- Diffs of the changes: (+78 -

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.11 -> 1.12 --- Log message: Drop a policy. --- Diffs of the changes: (+1 -2) DeveloperPolicy.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/DeveloperP

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.10 -> 1.11 --- Log message: Some more minor tweaks. --- Diffs of the changes: (+11 -11) DeveloperPolicy.html | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) Index: llvm/docs/DeveloperPolicy.

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.9 -> 1.10 --- Log message: Fix word usage. --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Develope

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.8 -> 1.9 --- Log message: Add a missing . --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/docs/Developer

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.7 -> 1.8 --- Log message: Incorporate Chris Lattner's second round of feedback. --- Diffs of the changes: (+40 -32) DeveloperPolicy.html | 72 --- 1 files changed, 40 insertion

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.6 -> 1.7 --- Log message: Incorporate Chris' first round of comments. --- Diffs of the changes: (+114 -83) DeveloperPolicy.html | 197 +-- 1 files changed, 114 insertions(+), 83

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.5 -> 1.6 --- Log message: Add missing closing parenthesis. --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u ll

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.4 -> 1.5 --- Log message: Fix tow grammaros that Bill Wendling noticed. --- Diffs of the changes: (+3 -3) DeveloperPolicy.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/DeveloperPolicy.

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.3 -> 1.4 --- Log message: Clean up spelling mistakes. --- Diffs of the changes: (+7 -7) DeveloperPolicy.html | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.2 -> 1.3 --- Log message: Fix an HTML validation error. --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff -u llvm/

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html updated: 1.1 -> 1.2 --- Log message: Make the draft notice more prominent. --- Diffs of the changes: (+2 -2) DeveloperPolicy.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/DeveloperPolicy.html diff

[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

2007-02-13 Thread Reid Spencer
Changes in directory llvm/docs: DeveloperPolicy.html added (r1.1) --- Log message: First draft of the LLVM Developer Policy. This document is a "first cut" at stating in clear terms the LLVM project's policies with respect to developers and their contributions. Feedback on this is welcome while