From: Reid Spencer Date: Wed, 14 Feb 2007 08:19:16 +0000 (+0000) Subject: Some more minor tweaks. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f1491da96b6559852f5194a797b5ce3dd9765d45;p=oota-llvm.git Some more minor tweaks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34280 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 0e416154300..267993e4452 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -186,16 +186,16 @@ platform.
  • Code must pass the deja gnu (llvm/test) test suite.
  • -

    Additionally, the committer is responsible for all of the following items. - The developer should ensure each of the following before the code is - submitted for review or committed.

    +

    Additionally, the committer is responsible for addressing all of the + following items (preferably before submission):

      -
    1. Code must compile cleanly on all platforms.
    2. -
    3. Code must pass the llvm-test test suite including - SPEC CINT2000, SPEC CFP2000, SPEC CINT2006, and SPEC CFP2006.
    4. -
    5. The change set must not cause performance or correctness regressions +
    6. The code should compile cleanly on all platforms.
    7. +
    8. The changes should not cause regressions in the llvm-test + suite including SPEC CINT2000, SPEC CFP2000, SPEC CINT2006, and + SPEC CFP2006.
    9. +
    10. The change set should not cause performance or correctness regressions for the LLVM tools.
    11. -
    12. The changes must not cause performance or correctness regressions in +
    13. The changes should not cause performance or correctness regressions in code compiled with LLVM on all applicable targets.
    @@ -213,7 +213,7 @@ details).
  • Test cases should be written in LLVM assembly language unless the feature or regression being tested requires another language (e.g. the - but being fixed or feature being implemented is in the lvm-gcc C++ + bug being fixed or feature being implemented is in the lvm-gcc C++ front-end).
  • Test cases, especially for regressions, should be much as reduced as possible, by bugpoint or