summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2013-01-10 21:24:04 +0000
committerChris Lattner <sabre@nondot.org>2013-01-10 21:24:04 +0000
commit045a73e62d9da3314c8f2f7a13f52d703fcd0635 (patch)
treefc00d28b00f202972b895fe79e2250b9e0d4fa94
parent7b4fb9a65f799f0c7ed8647e894611a5db25cfa2 (diff)
downloadbcm5719-llvm-045a73e62d9da3314c8f2f7a13f52d703fcd0635.tar.gz
bcm5719-llvm-045a73e62d9da3314c8f2f7a13f52d703fcd0635.zip
remove the rest of the "written by" lines in the documentation. It is
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
-rw-r--r--llvm/docs/CommandLine.rst4
-rw-r--r--llvm/docs/DebuggingJITedCode.rst2
-rw-r--r--llvm/docs/GarbageCollection.rst3
-rw-r--r--llvm/docs/GoldPlugin.rst2
-rw-r--r--llvm/docs/HowToAddABuilder.rst2
-rw-r--r--llvm/docs/HowToBuildOnARM.rst2
-rw-r--r--llvm/docs/HowToReleaseLLVM.rst5
-rw-r--r--llvm/docs/HowToSetUpLLVMStyleRTTI.rst2
-rw-r--r--llvm/docs/HowToSubmitABug.rst2
-rw-r--r--llvm/docs/HowToUseInstrMappings.rst2
-rw-r--r--llvm/docs/ProgrammersManual.rst9
-rw-r--r--llvm/docs/SourceLevelDebugging.rst2
-rw-r--r--llvm/docs/SphinxQuickstartTemplate.rst2
-rw-r--r--llvm/docs/SystemLibrary.rst2
-rw-r--r--llvm/docs/TestSuiteMakefileGuide.rst3
-rw-r--r--llvm/docs/TestingGuide.rst3
-rw-r--r--llvm/docs/WritingAnLLVMBackend.rst2
-rw-r--r--llvm/docs/WritingAnLLVMPass.rst3
18 files changed, 2 insertions, 50 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst
index 302f5a4cf59..fe5819abeb2 100644
--- a/llvm/docs/CommandLine.rst
+++ b/llvm/docs/CommandLine.rst
@@ -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
=================
diff --git a/llvm/docs/DebuggingJITedCode.rst b/llvm/docs/DebuggingJITedCode.rst
index eeb2f7787da..53b2e89e5e2 100644
--- a/llvm/docs/DebuggingJITedCode.rst
+++ b/llvm/docs/DebuggingJITedCode.rst
@@ -4,8 +4,6 @@
Debugging JIT-ed Code With GDB
==============================
-.. sectionauthor:: Reid Kleckner and Eli Bendersky
-
Background
==========
diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst
index 7765bd7d04c..5c3a1af23cd 100644
--- a/llvm/docs/GarbageCollection.rst
+++ b/llvm/docs/GarbageCollection.rst
@@ -5,9 +5,6 @@ Accurate Garbage Collection with LLVM
.. contents::
:local:
-.. sectionauthor:: Chris Lattner <sabre@nondot.org> and
- Gordon Henriksen
-
Introduction
============
diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst
index 300aea9f9a4..722a9a1bb06 100644
--- a/llvm/docs/GoldPlugin.rst
+++ b/llvm/docs/GoldPlugin.rst
@@ -4,8 +4,6 @@
The LLVM gold plugin
====================
-.. sectionauthor:: Nick Lewycky
-
Introduction
============
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index b0cd2907f97..f472f74e37c 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -4,8 +4,6 @@
How To Add Your Build Configuration To LLVM Buildbot Infrastructure
===================================================================
-.. sectionauthor:: Galina Kistanova <gkistanova@gmail.com>
-
Introduction
============
diff --git a/llvm/docs/HowToBuildOnARM.rst b/llvm/docs/HowToBuildOnARM.rst
index d786a7dedaf..4e256395930 100644
--- a/llvm/docs/HowToBuildOnARM.rst
+++ b/llvm/docs/HowToBuildOnARM.rst
@@ -4,8 +4,6 @@
How To Build On ARM
===================================================================
-.. sectionauthor:: Wei-Ren Chen (陳韋任) <chenwj@iis.sinica.edu.tw>
-
Introduction
============
diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst
index eb6c838a216..7bd5e14ff83 100644
--- a/llvm/docs/HowToReleaseLLVM.rst
+++ b/llvm/docs/HowToReleaseLLVM.rst
@@ -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
============
diff --git a/llvm/docs/HowToSetUpLLVMStyleRTTI.rst b/llvm/docs/HowToSetUpLLVMStyleRTTI.rst
index aa1ad84afee..a2e46b3d7f2 100644
--- a/llvm/docs/HowToSetUpLLVMStyleRTTI.rst
+++ b/llvm/docs/HowToSetUpLLVMStyleRTTI.rst
@@ -4,8 +4,6 @@
How to set up LLVM-style RTTI for your class hierarchy
======================================================
-.. sectionauthor:: Sean Silva <silvas@purdue.edu>
-
.. contents::
Background
diff --git a/llvm/docs/HowToSubmitABug.rst b/llvm/docs/HowToSubmitABug.rst
index ff2d649ce33..2f852ed987f 100644
--- a/llvm/docs/HowToSubmitABug.rst
+++ b/llvm/docs/HowToSubmitABug.rst
@@ -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?
========================
diff --git a/llvm/docs/HowToUseInstrMappings.rst b/llvm/docs/HowToUseInstrMappings.rst
index bf9278e7706..d566eba3266 100644
--- a/llvm/docs/HowToUseInstrMappings.rst
+++ b/llvm/docs/HowToUseInstrMappings.rst
@@ -4,8 +4,6 @@
How To Use Instruction Mappings
===============================
-.. sectionauthor:: Jyotsna Verma <jverma@codeaurora.org>
-
.. contents::
:local:
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 2b272de4250..5e443c84a45 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -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:
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 781824c01f0..0faf0cf9a41 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -2,8 +2,6 @@
Source Level Debugging with LLVM
================================
-.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Jim Laskey <jlaskey@mac.com>
-
.. contents::
:local:
diff --git a/llvm/docs/SphinxQuickstartTemplate.rst b/llvm/docs/SphinxQuickstartTemplate.rst
index b0002bacb96..87ac155e8d6 100644
--- a/llvm/docs/SphinxQuickstartTemplate.rst
+++ b/llvm/docs/SphinxQuickstartTemplate.rst
@@ -2,8 +2,6 @@
Sphinx Quickstart Template
==========================
-.. sectionauthor:: Sean Silva <silvas@purdue.edu>
-
Introduction and Quickstart
===========================
diff --git a/llvm/docs/SystemLibrary.rst b/llvm/docs/SystemLibrary.rst
index 88404f4d817..0d0f4fa9948 100644
--- a/llvm/docs/SystemLibrary.rst
+++ b/llvm/docs/SystemLibrary.rst
@@ -2,8 +2,6 @@
System Library
==============
-.. sectionauthor:: Reid Spencer <rspencer@x10sys.com>
-
Abstract
========
diff --git a/llvm/docs/TestSuiteMakefileGuide.rst b/llvm/docs/TestSuiteMakefileGuide.rst
index b10379ef4d6..e2852a07351 100644
--- a/llvm/docs/TestSuiteMakefileGuide.rst
+++ b/llvm/docs/TestSuiteMakefileGuide.rst
@@ -2,9 +2,6 @@
LLVM test-suite Makefile Guide
==============================
-Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
-Lattner
-
.. contents::
:local:
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index f26d1bf60a7..143c323154d 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -2,9 +2,6 @@
LLVM Testing Infrastructure Guide
=================================
-Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
-Lattner
-
.. contents::
:local:
diff --git a/llvm/docs/WritingAnLLVMBackend.rst b/llvm/docs/WritingAnLLVMBackend.rst
index 868ca209a78..6d6c2a10708 100644
--- a/llvm/docs/WritingAnLLVMBackend.rst
+++ b/llvm/docs/WritingAnLLVMBackend.rst
@@ -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:
diff --git a/llvm/docs/WritingAnLLVMPass.rst b/llvm/docs/WritingAnLLVMPass.rst
index db47fefd930..b10d98f87e2 100644
--- a/llvm/docs/WritingAnLLVMPass.rst
+++ b/llvm/docs/WritingAnLLVMPass.rst
@@ -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?
================================
OpenPOWER on IntegriCloud