[llvm] r176807 - [docs] Remove explicit authorship.
Sean Silva
silvas at purdue.edu
Mon Mar 11 09:25:17 PDT 2013
Author: silvas
Date: Mon Mar 11 11:25:16 2013
New Revision: 176807
URL: http://llvm.org/viewvc/llvm-project?rev=176807&view=rev
Log:
[docs] Remove explicit authorship.
In the spirit of r172109. Version control keeps a far more detailed
record of authorship anyways.
Modified:
llvm/trunk/docs/CompilerWriterInfo.rst
llvm/trunk/docs/Passes.rst
llvm/trunk/docs/tutorial/LangImpl1.rst
llvm/trunk/docs/tutorial/LangImpl2.rst
llvm/trunk/docs/tutorial/LangImpl3.rst
llvm/trunk/docs/tutorial/LangImpl4.rst
llvm/trunk/docs/tutorial/LangImpl5.rst
llvm/trunk/docs/tutorial/LangImpl6.rst
llvm/trunk/docs/tutorial/LangImpl7.rst
llvm/trunk/docs/tutorial/LangImpl8.rst
llvm/trunk/docs/tutorial/OCamlLangImpl1.rst
llvm/trunk/docs/tutorial/OCamlLangImpl2.rst
llvm/trunk/docs/tutorial/OCamlLangImpl3.rst
llvm/trunk/docs/tutorial/OCamlLangImpl4.rst
llvm/trunk/docs/tutorial/OCamlLangImpl5.rst
llvm/trunk/docs/tutorial/OCamlLangImpl6.rst
llvm/trunk/docs/tutorial/OCamlLangImpl7.rst
llvm/trunk/docs/tutorial/OCamlLangImpl8.rst
Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Mon Mar 11 11:25:16 2013
@@ -10,8 +10,6 @@ Architecture & Platform Information for
This document is a work-in-progress. Additions and clarifications are
welcome.
- Compiled by `Misha Brukman <http://misha.brukman.net>`_.
-
Hardware
========
Modified: llvm/trunk/docs/Passes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.rst (original)
+++ llvm/trunk/docs/Passes.rst Mon Mar 11 11:25:16 2013
@@ -34,9 +34,6 @@ LLVM's Analysis and Transform Passes
.. contents::
:local:
-Written by `Reid Spencer <mailto:rspencer at x10sys.com>`_
- and Gordon Henriksen
-
Introduction
============
Modified: llvm/trunk/docs/tutorial/LangImpl1.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl1.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl1.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl1.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Tutorial Introduction and
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Tutorial Introduction
=====================
Modified: llvm/trunk/docs/tutorial/LangImpl2.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl2.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl2.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl2.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Implementing a Parser and
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Chapter 2 Introduction
======================
Modified: llvm/trunk/docs/tutorial/LangImpl3.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Code generation to LLVM IR
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Chapter 3 Introduction
======================
Modified: llvm/trunk/docs/tutorial/LangImpl4.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl4.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl4.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl4.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Adding JIT and Optimizer S
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Chapter 4 Introduction
======================
Modified: llvm/trunk/docs/tutorial/LangImpl5.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl5.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl5.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl5.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Co
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Chapter 5 Introduction
======================
Modified: llvm/trunk/docs/tutorial/LangImpl6.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl6.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl6.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl6.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Us
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Chapter 6 Introduction
======================
Modified: llvm/trunk/docs/tutorial/LangImpl7.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl7.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl7.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl7.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Mu
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Chapter 7 Introduction
======================
Modified: llvm/trunk/docs/tutorial/LangImpl8.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl8.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl8.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl8.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other usefu
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Tutorial Conclusion
===================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl1.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl1.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl1.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl1.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Tutorial Introduction and
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Tutorial Introduction
=====================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl2.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl2.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl2.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl2.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Implementing a Parser and
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Chapter 2 Introduction
======================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl3.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl3.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl3.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl3.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Code generation to LLVM IR
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Chapter 3 Introduction
======================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl4.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl4.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl4.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl4.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Adding JIT and Optimizer S
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Chapter 4 Introduction
======================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl5.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl5.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl5.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl5.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Extending the Language: Co
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Chapter 5 Introduction
======================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl6.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl6.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl6.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl6.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Extending the Language: Us
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Chapter 6 Introduction
======================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl7.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl7.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl7.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl7.rst Mon Mar 11 11:25:16 2013
@@ -5,9 +5,6 @@ Kaleidoscope: Extending the Language: Mu
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_ and `Erick
-Tryzelaar <mailto:idadesub at users.sourceforge.net>`_
-
Chapter 7 Introduction
======================
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl8.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl8.rst?rev=176807&r1=176806&r2=176807&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl8.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl8.rst Mon Mar 11 11:25:16 2013
@@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other usefu
.. contents::
:local:
-Written by `Chris Lattner <mailto:sabre at nondot.org>`_
-
Tutorial Conclusion
===================
More information about the llvm-commits
mailing list