remove the rest of the "written by" lines in the documentation. It is
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2013 21:24:04 +0000 (21:24 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2013 21:24:04 +0000 (21:24 +0000)
against the developer policy to include this sort of thing as SVN blame
already captures this in a far more fine-grained way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172109 91177308-0d34-0410-b5e6-96231b3b80d8

18 files changed:
docs/CommandLine.rst
docs/DebuggingJITedCode.rst
docs/GarbageCollection.rst
docs/GoldPlugin.rst
docs/HowToAddABuilder.rst
docs/HowToBuildOnARM.rst
docs/HowToReleaseLLVM.rst
docs/HowToSetUpLLVMStyleRTTI.rst
docs/HowToSubmitABug.rst
docs/HowToUseInstrMappings.rst
docs/ProgrammersManual.rst
docs/SourceLevelDebugging.rst
docs/SphinxQuickstartTemplate.rst
docs/SystemLibrary.rst
docs/TestSuiteMakefileGuide.rst
docs/TestingGuide.rst
docs/WritingAnLLVMBackend.rst
docs/WritingAnLLVMPass.rst

index 302f5a4cf591f10c96b68688e2f10f068657aa77..fe5819abeb2279f11534ad9c40b415261805fbd5 100644 (file)
@@ -68,9 +68,7 @@ CommandLine library to have the following features:
 
 This document will hopefully let you jump in and start using CommandLine in your
 utility quickly and painlessly.  Additionally it should be a simple reference
 
 This document will hopefully let you jump in and start using CommandLine in your
 utility quickly and painlessly.  Additionally it should be a simple reference
-manual to figure out how stuff works.  If it is failing in some area (or you
-want an extension to the library), nag the author, `Chris
-Lattner <mailto:sabre@nondot.org>`_.
+manual to figure out how stuff works.
 
 Quick Start Guide
 =================
 
 Quick Start Guide
 =================
index eeb2f7787dae9a173f50ec0a3369376dbb8bc7c6..53b2e89e5e26497235f172363b15e4e14132c879 100644 (file)
@@ -4,8 +4,6 @@
 Debugging JIT-ed Code With GDB
 ==============================
 
 Debugging JIT-ed Code With GDB
 ==============================
 
-.. sectionauthor:: Reid Kleckner and Eli Bendersky
-
 Background
 ==========
 
 Background
 ==========
 
index 7765bd7d04cf5e7504e44a7a7cfd4a2f1af139d4..5c3a1af23cd3d4520e2be867c28603ef2c5bd2e5 100644 (file)
@@ -5,9 +5,6 @@ Accurate Garbage Collection with LLVM
 .. contents::
    :local:
 
 .. contents::
    :local:
 
-.. sectionauthor:: Chris Lattner <sabre@nondot.org>  and
-                   Gordon Henriksen
-
 Introduction
 ============
 
 Introduction
 ============
 
index 300aea9f9a4960aefea924b02fa3c6698162c129..722a9a1bb06f61c1c46321b762da43984fcbe024 100644 (file)
@@ -4,8 +4,6 @@
 The LLVM gold plugin
 ====================
 
 The LLVM gold plugin
 ====================
 
-.. sectionauthor:: Nick Lewycky
-
 Introduction
 ============
 
 Introduction
 ============
 
index b0cd2907f97565c327651b851deedfcc3c7bcccb..f472f74e37cc14c9a95b4649549677c279a38678 100644 (file)
@@ -4,8 +4,6 @@
 How To Add Your Build Configuration To LLVM Buildbot Infrastructure
 ===================================================================
 
 How To Add Your Build Configuration To LLVM Buildbot Infrastructure
 ===================================================================
 
-.. sectionauthor:: Galina Kistanova <gkistanova@gmail.com>
-
 Introduction
 ============
 
 Introduction
 ============
 
index d786a7dedaf4c43e8858f777318a75d8837f7ea1..4e256395930e49dbb70a88e517fe0f15be1e76a2 100644 (file)
@@ -4,8 +4,6 @@
 How To Build On ARM
 ===================================================================
 
 How To Build On ARM
 ===================================================================
 
-.. sectionauthor:: Wei-Ren Chen (陳韋任) <chenwj@iis.sinica.edu.tw>
-
 Introduction
 ============
 
 Introduction
 ============
 
index eb6c838a2160be0a8068411f94f701598e701b7e..7bd5e14ff8343af5616cef7a4b97b53147d89a6a 100644 (file)
@@ -6,11 +6,6 @@ How To Release LLVM To The Public
    :local:
    :depth: 1
 
    :local:
    :depth: 1
 
-.. sectionauthor:: Tanya Lattner <tonic@nondot.org>,
-                   Reid Spencer <rspencer@x10sys.com>,
-                   John Criswell <criswell@cs.uiuc.edu> and
-                   Bill Wendling <wendling@apple.com>
-
 Introduction
 ============
 
 Introduction
 ============
 
index aa1ad84afee352fb890feff58f34321b9eeadfd3..a2e46b3d7f213767911f3f451461f7987ca561b7 100644 (file)
@@ -4,8 +4,6 @@
 How to set up LLVM-style RTTI for your class hierarchy
 ======================================================
 
 How to set up LLVM-style RTTI for your class hierarchy
 ======================================================
 
-.. sectionauthor:: Sean Silva <silvas@purdue.edu>
-
 .. contents::
 
 Background
 .. contents::
 
 Background
index ff2d649ce33c8c2dbb45ba1100566e0e4e1cfdd2..2f852ed987f6d508a3c0c992ff8f1a7463c4eff6 100644 (file)
@@ -4,8 +4,6 @@
 How to submit an LLVM bug report
 ================================
 
 How to submit an LLVM bug report
 ================================
 
-.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Misha Brukman <http://misha.brukman.net>
-
 Introduction - Got bugs?
 ========================
 
 Introduction - Got bugs?
 ========================
 
index bf9278e7706397da58faae959bc58916a164264b..d566eba3266f0d9024ae500f2dd436f850143499 100644 (file)
@@ -4,8 +4,6 @@
 How To Use Instruction Mappings
 ===============================
 
 How To Use Instruction Mappings
 ===============================
 
-.. sectionauthor:: Jyotsna Verma <jverma@codeaurora.org>
-
 .. contents::
    :local:
 
 .. contents::
    :local:
 
index 2b272de42505ef1115ad70b616bb8d5da3de7f55..5e443c84a45096b2a0477b5005195d58532b1e92 100644 (file)
@@ -6,14 +6,7 @@ LLVM Programmer's Manual
    :local:
 
 .. warning::
    :local:
 
 .. warning::
-   This is a work in progress.
-
-.. sectionauthor:: Chris Lattner <sabre@nondot.org>,
-                   Dinakar Dhurjati <dhurjati@cs.uiuc.edu>,
-                   Gabor Greif <ggreif@gmail.com>,
-                   Joel Stanley <jstanley@cs.uiuc.edu>,
-                   Reid Spencer <rspencer@x10sys.com> and
-                   Owen Anderson <owen@apple.com>
+   This is always a work in progress.
 
 .. _introduction:
 
 
 .. _introduction:
 
index 781824c01f036f091706ef486706d0b4c7d8407a..0faf0cf9a41031e53eeaf7e252991a03afdcaf3d 100644 (file)
@@ -2,8 +2,6 @@
 Source Level Debugging with LLVM
 ================================
 
 Source Level Debugging with LLVM
 ================================
 
-.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Jim Laskey <jlaskey@mac.com>
-
 .. contents::
    :local:
 
 .. contents::
    :local:
 
index b0002bacb96fcd598fde6a93b69f10a84a76bc8f..87ac155e8d639f52a1135a7eca2482e502b54a1d 100644 (file)
@@ -2,8 +2,6 @@
 Sphinx Quickstart Template
 ==========================
 
 Sphinx Quickstart Template
 ==========================
 
-.. sectionauthor:: Sean Silva <silvas@purdue.edu>
-
 Introduction and Quickstart
 ===========================
 
 Introduction and Quickstart
 ===========================
 
index 88404f4d817a7125927869766281f52f13480f16..0d0f4fa994822d99c0cde1bf49f6512e32c7b8ef 100644 (file)
@@ -2,8 +2,6 @@
 System Library
 ==============
 
 System Library
 ==============
 
-.. sectionauthor:: Reid Spencer <rspencer@x10sys.com>
-
 Abstract
 ========
 
 Abstract
 ========
 
index b10379ef4d68ee9caf984b17a7c73131b39da904..e2852a073518ca1f8a59a66d5cf40ce271a14d89 100644 (file)
@@ -2,9 +2,6 @@
 LLVM test-suite Makefile Guide
 ==============================
 
 LLVM test-suite Makefile Guide
 ==============================
 
-Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
-Lattner
-
 .. contents::
    :local:
 
 .. contents::
    :local:
 
index f26d1bf60a7c21beff8b3bd2622d891f565e0b24..143c323154d96e583253b85bdd086b31b6462856 100644 (file)
@@ -2,9 +2,6 @@
 LLVM Testing Infrastructure Guide
 =================================
 
 LLVM Testing Infrastructure Guide
 =================================
 
-Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
-Lattner
-
 .. contents::
    :local:
 
 .. contents::
    :local:
 
index 868ca209a78c61793e2f8cb3252c9745093a6291..6d6c2a107081142890ee562124274010b5eb2fe7 100644 (file)
@@ -7,8 +7,6 @@ Writing an LLVM Compiler Backend
 
    HowToUseInstrMappings
 
 
    HowToUseInstrMappings
 
-.. sectionauthor:: Mason Woo <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
-
 .. contents::
    :local:
 
 .. contents::
    :local:
 
index db47fefd9300257b13c0b6b6b5c618359f0ce956..b10d98f87e2ba1599d91445d0b4187f838e2637a 100644 (file)
@@ -5,9 +5,6 @@ Writing an LLVM Pass
 .. contents::
     :local:
 
 .. contents::
     :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and
-`Jim Laskey <mailto:jlaskey@mac.com>`_
-
 Introduction --- What is a pass?
 ================================
 
 Introduction --- What is a pass?
 ================================