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.

llvm-svn: 172109

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

index 302f5a4..fe5819a 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
-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
 =================
index eeb2f77..53b2e89 100644 (file)
@@ -4,8 +4,6 @@
 Debugging JIT-ed Code With GDB
 ==============================
 
-.. sectionauthor:: Reid Kleckner and Eli Bendersky
-
 Background
 ==========
 
index 7765bd7..5c3a1af 100644 (file)
@@ -5,9 +5,6 @@ Accurate Garbage Collection with LLVM
 .. contents::
    :local:
 
-.. sectionauthor:: Chris Lattner <sabre@nondot.org>  and
-                   Gordon Henriksen
-
 Introduction
 ============
 
index 300aea9..722a9a1 100644 (file)
@@ -4,8 +4,6 @@
 The LLVM gold plugin
 ====================
 
-.. sectionauthor:: Nick Lewycky
-
 Introduction
 ============
 
index b0cd290..f472f74 100644 (file)
@@ -4,8 +4,6 @@
 How To Add Your Build Configuration To LLVM Buildbot Infrastructure
 ===================================================================
 
-.. sectionauthor:: Galina Kistanova <gkistanova@gmail.com>
-
 Introduction
 ============
 
index d786a7d..4e25639 100644 (file)
@@ -4,8 +4,6 @@
 How To Build On ARM
 ===================================================================
 
-.. sectionauthor:: Wei-Ren Chen (陳韋任) <chenwj@iis.sinica.edu.tw>
-
 Introduction
 ============
 
index eb6c838..7bd5e14 100644 (file)
@@ -6,11 +6,6 @@ How To Release LLVM To The Public
    :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
 ============
 
index aa1ad84..a2e46b3 100644 (file)
@@ -4,8 +4,6 @@
 How to set up LLVM-style RTTI for your class hierarchy
 ======================================================
 
-.. sectionauthor:: Sean Silva <silvas@purdue.edu>
-
 .. contents::
 
 Background
index ff2d649..2f852ed 100644 (file)
@@ -4,8 +4,6 @@
 How to submit an LLVM bug report
 ================================
 
-.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Misha Brukman <http://misha.brukman.net>
-
 Introduction - Got bugs?
 ========================
 
index bf9278e..d566eba 100644 (file)
@@ -4,8 +4,6 @@
 How To Use Instruction Mappings
 ===============================
 
-.. sectionauthor:: Jyotsna Verma <jverma@codeaurora.org>
-
 .. contents::
    :local:
 
index 2b272de..5e443c8 100644 (file)
@@ -6,14 +6,7 @@ LLVM Programmer's Manual
    :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:
 
index 781824c..0faf0cf 100644 (file)
@@ -2,8 +2,6 @@
 Source Level Debugging with LLVM
 ================================
 
-.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Jim Laskey <jlaskey@mac.com>
-
 .. contents::
    :local:
 
index b0002ba..87ac155 100644 (file)
@@ -2,8 +2,6 @@
 Sphinx Quickstart Template
 ==========================
 
-.. sectionauthor:: Sean Silva <silvas@purdue.edu>
-
 Introduction and Quickstart
 ===========================
 
index 88404f4..0d0f4fa 100644 (file)
@@ -2,8 +2,6 @@
 System Library
 ==============
 
-.. sectionauthor:: Reid Spencer <rspencer@x10sys.com>
-
 Abstract
 ========
 
index b10379e..e2852a0 100644 (file)
@@ -2,9 +2,6 @@
 LLVM test-suite Makefile Guide
 ==============================
 
-Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
-Lattner
-
 .. contents::
    :local:
 
index f26d1bf..143c323 100644 (file)
@@ -2,9 +2,6 @@
 LLVM Testing Infrastructure Guide
 =================================
 
-Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
-Lattner
-
 .. contents::
    :local:
 
index 868ca20..6d6c2a1 100644 (file)
@@ -7,8 +7,6 @@ Writing an LLVM Compiler Backend
 
    HowToUseInstrMappings
 
-.. sectionauthor:: Mason Woo <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
-
 .. contents::
    :local:
 
index db47fef..b10d98f 100644 (file)
@@ -5,9 +5,6 @@ Writing an LLVM Pass
 .. contents::
     :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and
-`Jim Laskey <mailto:jlaskey@mac.com>`_
-
 Introduction --- What is a pass?
 ================================