mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[docs] Remove explicit authorship.
In the spirit of r172109. Version control keeps a far more detailed record of authorship anyways. llvm-svn: 176807
This commit is contained in:
parent
32506912d9
commit
0b315aa193
@ -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
|
||||
========
|
||||
|
||||
|
@ -34,9 +34,6 @@ LLVM's Analysis and Transform Passes
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Reid Spencer <mailto:rspencer@x10sys.com>`_
|
||||
and Gordon Henriksen
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Tutorial Introduction and the Lexer
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Tutorial Introduction
|
||||
=====================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Implementing a Parser and AST
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Chapter 2 Introduction
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Code generation to LLVM IR
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Chapter 3 Introduction
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Adding JIT and Optimizer Support
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Chapter 4 Introduction
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Control Flow
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Chapter 5 Introduction
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: User-defined Operators
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Chapter 6 Introduction
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Extending the Language: Mutable Variables
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Chapter 7 Introduction
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other useful LLVM tidbits
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Tutorial Conclusion
|
||||
===================
|
||||
|
||||
|
@ -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
|
||||
=====================
|
||||
|
||||
|
@ -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
|
||||
======================
|
||||
|
||||
|
@ -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
|
||||
======================
|
||||
|
||||
|
@ -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
|
||||
======================
|
||||
|
||||
|
@ -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
|
||||
======================
|
||||
|
||||
|
@ -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
|
||||
======================
|
||||
|
||||
|
@ -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
|
||||
======================
|
||||
|
||||
|
@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other useful LLVM tidbits
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_
|
||||
|
||||
Tutorial Conclusion
|
||||
===================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user