mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6b6c37ca2
commit
2ba4bd97d1
@ -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
|
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
|
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
|
manual to figure out how stuff works.
|
||||||
want an extension to the library), nag the author, `Chris
|
|
||||||
Lattner <mailto:sabre@nondot.org>`_.
|
|
||||||
|
|
||||||
Quick Start Guide
|
Quick Start Guide
|
||||||
=================
|
=================
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
Debugging JIT-ed Code With GDB
|
Debugging JIT-ed Code With GDB
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
.. sectionauthor:: Reid Kleckner and Eli Bendersky
|
|
||||||
|
|
||||||
Background
|
Background
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
@ -5,9 +5,6 @@ Accurate Garbage Collection with LLVM
|
|||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
.. sectionauthor:: Chris Lattner <sabre@nondot.org> and
|
|
||||||
Gordon Henriksen
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
The LLVM gold plugin
|
The LLVM gold plugin
|
||||||
====================
|
====================
|
||||||
|
|
||||||
.. sectionauthor:: Nick Lewycky
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
How To Add Your Build Configuration To LLVM Buildbot Infrastructure
|
How To Add Your Build Configuration To LLVM Buildbot Infrastructure
|
||||||
===================================================================
|
===================================================================
|
||||||
|
|
||||||
.. sectionauthor:: Galina Kistanova <gkistanova@gmail.com>
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
How To Build On ARM
|
How To Build On ARM
|
||||||
===================================================================
|
===================================================================
|
||||||
|
|
||||||
.. sectionauthor:: Wei-Ren Chen (陳韋任) <chenwj@iis.sinica.edu.tw>
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -6,11 +6,6 @@ How To Release LLVM To The Public
|
|||||||
:local:
|
:local:
|
||||||
:depth: 1
|
: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
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
How to set up LLVM-style RTTI for your class hierarchy
|
How to set up LLVM-style RTTI for your class hierarchy
|
||||||
======================================================
|
======================================================
|
||||||
|
|
||||||
.. sectionauthor:: Sean Silva <silvas@purdue.edu>
|
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
Background
|
Background
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
How to submit an LLVM bug report
|
How to submit an LLVM bug report
|
||||||
================================
|
================================
|
||||||
|
|
||||||
.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Misha Brukman <http://misha.brukman.net>
|
|
||||||
|
|
||||||
Introduction - Got bugs?
|
Introduction - Got bugs?
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
How To Use Instruction Mappings
|
How To Use Instruction Mappings
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
.. sectionauthor:: Jyotsna Verma <jverma@codeaurora.org>
|
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
|
@ -6,14 +6,7 @@ LLVM Programmer's Manual
|
|||||||
:local:
|
:local:
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
This is a work in progress.
|
This is always 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>
|
|
||||||
|
|
||||||
.. _introduction:
|
.. _introduction:
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
Source Level Debugging with LLVM
|
Source Level Debugging with LLVM
|
||||||
================================
|
================================
|
||||||
|
|
||||||
.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Jim Laskey <jlaskey@mac.com>
|
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
Sphinx Quickstart Template
|
Sphinx Quickstart Template
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
.. sectionauthor:: Sean Silva <silvas@purdue.edu>
|
|
||||||
|
|
||||||
Introduction and Quickstart
|
Introduction and Quickstart
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
System Library
|
System Library
|
||||||
==============
|
==============
|
||||||
|
|
||||||
.. sectionauthor:: Reid Spencer <rspencer@x10sys.com>
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
LLVM test-suite Makefile Guide
|
LLVM test-suite Makefile Guide
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
|
|
||||||
Lattner
|
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
LLVM Testing Infrastructure Guide
|
LLVM Testing Infrastructure Guide
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya
|
|
||||||
Lattner
|
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
|
@ -7,8 +7,6 @@ Writing an LLVM Compiler Backend
|
|||||||
|
|
||||||
HowToUseInstrMappings
|
HowToUseInstrMappings
|
||||||
|
|
||||||
.. sectionauthor:: Mason Woo <http://www.woo.com> and Misha Brukman <http://misha.brukman.net>
|
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
|
@ -5,9 +5,6 @@ Writing an LLVM Pass
|
|||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
Written by `Chris Lattner <mailto:sabre@nondot.org>`_ and
|
|
||||||
`Jim Laskey <mailto:jlaskey@mac.com>`_
|
|
||||||
|
|
||||||
Introduction --- What is a pass?
|
Introduction --- What is a pass?
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user