From 34363f6572fec2ad3064a66217639d7c3cff4672 Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Mon, 30 Dec 2019 20:21:46 +0000 Subject: [PATCH] [PowerPC][docs] Update Embedded PowerPC docs in Compiler Writers Info page Summary: Embedded PowerPC are still actively supported, especially SPE... So update some important references here: * adding EREF * adding SPE/VLE ref Delete deprecated ones into "Other documents..". Reviewers: #powerpc, jhibbits, hfinkel Reviewed By: #powerpc, jhibbits Subscribers: wuzish, merge_guards_bot, nemanjai, shchenz, steven.zhang, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D72008 --- docs/CompilerWriterInfo.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index 4cea523baa9..41e17629519 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -72,12 +72,22 @@ IBM - Official manuals and docs * `IBM AIX/5L for POWER Assembly Reference `_ +Embedded PowerPC Processors manuals and docs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* `Book E: Enhanced PowerPC Architecture `_ + +* `EREF: A Programmer's Reference Manual for Freescale Embedded Processors (EREFRM) `_ + +* `Signal Processing Engine (SPE) Programming Environments Manual: A Supplement to the EREF `_ + +* `Variable-Length Encoding (VLE) Programming Environments Manual: A Supplement to the EREF `_ + Other documents, collections, notes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * `PowerPC Compiler Writer's Guide `_ * `Intro to PowerPC Architecture `_ -* `PowerPC Processor Manuals (embedded) `_ * `Various IBM specifications and white papers `_ * `PowerPC ABI documents `_ * `PowerPC64 alignment of long doubles (from GCC) `_