[docs] Remove explicit authorship.
authorSean Silva <silvas@purdue.edu>
Mon, 11 Mar 2013 16:25:16 +0000 (16:25 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 11 Mar 2013 16:25:16 +0000 (16:25 +0000)
In the spirit of r172109. Version control keeps a far more detailed
record of authorship anyways.

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

18 files changed:
docs/CompilerWriterInfo.rst
docs/Passes.rst
docs/tutorial/LangImpl1.rst
docs/tutorial/LangImpl2.rst
docs/tutorial/LangImpl3.rst
docs/tutorial/LangImpl4.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl6.rst
docs/tutorial/LangImpl7.rst
docs/tutorial/LangImpl8.rst
docs/tutorial/OCamlLangImpl1.rst
docs/tutorial/OCamlLangImpl2.rst
docs/tutorial/OCamlLangImpl3.rst
docs/tutorial/OCamlLangImpl4.rst
docs/tutorial/OCamlLangImpl5.rst
docs/tutorial/OCamlLangImpl6.rst
docs/tutorial/OCamlLangImpl7.rst
docs/tutorial/OCamlLangImpl8.rst

index bc0b99680ea52efa0acad57c2cb68859b159406d..87add670afb2b7ff7679ce0453909e0f86664ae8 100644 (file)
@@ -10,8 +10,6 @@ Architecture & Platform Information for Compiler Writers
   This document is a work-in-progress.  Additions and clarifications are
   welcome.
 
-  Compiled by `Misha Brukman <http://misha.brukman.net>`_.
-
 Hardware
 ========
 
index ed721666638f3dd889b7dc91d310870523918642..9cb8ba0c34bca6ddc9ece7ce3fd293f6df9e9e6d 100644 (file)
@@ -34,9 +34,6 @@ LLVM's Analysis and Transform Passes
 .. contents::
     :local:
 
-Written by `Reid Spencer <mailto:rspencer@x10sys.com>`_
-    and Gordon Henriksen
-
 Introduction
 ============
 
index eb84e4c923b44f6383e7ce3a0242bf9d7f39d2cd..aa619cf19f26ede5e9ec39067fd65599760c804c 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Tutorial Introduction and the Lexer
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Tutorial Introduction
 =====================
 
index 0d62894a24028434981b60ac896b03794b945082..7262afa8f374566bd697d3e7d52a47025fe1a805 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Implementing a Parser and AST
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Chapter 2 Introduction
 ======================
 
index 01935a443b455ad4f2625853d87c608266151abb..9d5f90839edc0ff38983117cd68786a4d21014d2 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Code generation to LLVM IR
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Chapter 3 Introduction
 ======================
 
index 8484c57f9dc9461cc59ef6e45c862130228e1f4c..96c06d124ef1a23a95c7b7ba292e63b1f110195a 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Adding JIT and Optimizer Support
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Chapter 4 Introduction
 ======================
 
index 8405e1a917c723f3db3511feb195f48b01831554..80d5f37bc4cd80136c777b1a4dc570215355a2df 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Control Flow
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Chapter 5 Introduction
 ======================
 
index 30f4e90d033befd70a4b13fef5bdf28dfd75516a..a5a60bffe04a5afaf1870daa74345857adfb8d93 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: User-defined Operators
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Chapter 6 Introduction
 ======================
 
index 602dcb5f6f41e2d5a43e93bd3f98824876188f9e..6dde2fe41d1ae72c10ce505f3b33993a370a3fc0 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Mutable Variables
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Chapter 7 Introduction
 ======================
 
index 4058991f19856e676a355695e4e160a83fb4fa9e..3534b2e0c931ca4a2c5cc4b2b4fe4fd04eafe56d 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other useful LLVM tidbits
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Tutorial Conclusion
 ===================
 
index daa482507d9149d88fc0432d0960436d420d6755..94ca3a5aa4d3cef12655573cf8147c56d9df7719 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Tutorial Introduction and the Lexer
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Tutorial Introduction
 =====================
 
index 07490e1f67df87805adda2af0146c45d3c6f681d..83a22ab22d4f438d73fed8a6aa2346ec7a754fb1 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Implementing a Parser and AST
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Chapter 2 Introduction
 ======================
 
index d2a47b486ca329c4dbdd6e345019178d0fde8e18..fd9f0e5cd3f46eb50e2256217e69de861a897a19 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Code generation to LLVM IR
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Chapter 3 Introduction
 ======================
 
index 865a03dfb781021e5db882d62110500e40f7b47a..b13b2afa88837bbfbe0aa36e128fc1ee436f7ce7 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Adding JIT and Optimizer Support
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Chapter 4 Introduction
 ======================
 
index 203fb6f73b027cb634ea4f03f47358f0483e03c2..b8ae3c58ddff6ba2577d9cb4da8d3cda16a34ff8 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Extending the Language: Control Flow
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Chapter 5 Introduction
 ======================
 
index 7665647736a73ae54fd2d902462bce5982b6dab7..36bffa8e9696c529385f156a5e4440971d673e99 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Extending the Language: User-defined Operators
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Chapter 6 Introduction
 ======================
 
index 07da3a8ff963f8125064a711dea742d7bfc89c05..cfb49312c50faa362a927d79caa118d617d28899 100644 (file)
@@ -5,9 +5,6 @@ Kaleidoscope: Extending the Language: Mutable Variables
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub@users.sourceforge.net>`_
-
 Chapter 7 Introduction
 ======================
 
index 4058991f19856e676a355695e4e160a83fb4fa9e..3534b2e0c931ca4a2c5cc4b2b4fe4fd04eafe56d 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other useful LLVM tidbits
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Tutorial Conclusion
 ===================