X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCompilerWriterInfo.rst;h=e69cd1a6107c6bb04c0aefcd0a2a3c4d63e754a6;hb=6e16651174a136fc6c6e88494a077c396edeca9b;hp=8d353da35b07b6ce61c1e29bfef253e6e47eff94;hpb=b1301e48b5cd40b91d822b32715c75f2e9051aa9;p=oota-llvm.git diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index 8d353da35b0..e69cd1a6107 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -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 `_. - Hardware ======== @@ -22,11 +20,17 @@ ARM * `ABI `_ +* `ABI Addenda and Errata `_ + +* `ARM C Language Extensions `_ + AArch64 ------- * `ARMv8 Instruction Set Overview `_ +* `ARM C Language Extensions `_ + Itanium (ia64) -------------- @@ -35,7 +39,7 @@ Itanium (ia64) MIPS ---- -* `MIPS Processor Architecture `_ +* `MIPS Processor Architecture `_ PowerPC ------- @@ -43,19 +47,15 @@ PowerPC IBM - Official manuals and docs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* `PowerPC Architecture Book `_ - - * Book I: `PowerPC User Instruction Set Architecture `_ +* `Power Instruction Set Architecture, Versions 2.03 through 2.06 (authentication required, free sign-up) `_ - * Book II: `PowerPC Virtual Environment Architecture `_ +* `PowerPC Compiler Writer's Guide `_ - * Book III: `PowerPC Operating Environment Architecture `_ - -* `PowerPC Compiler Writer's Guide `_ +* `Intro to PowerPC Architecture `_ -* `PowerPC Processor Manuals `_ +* `PowerPC Processor Manuals (embedded) `_ -* `Intro to PowerPC Architecture `_ +* `Various IBM specifications and white papers `_ * `IBM AIX/5L for POWER Assembly Reference `_ @@ -66,11 +66,28 @@ Other documents, collections, notes * `PowerPC64 alignment of long doubles (from GCC) `_ * `Long branch stubs for powerpc64-linux (from binutils) `_ +R600 +---- + +* `AMD R6xx shader ISA `_ +* `AMD R7xx shader ISA `_ +* `AMD Evergreen shader ISA `_ +* `AMD Cayman/Trinity shader ISA `_ +* `AMD Southern Islands Series ISA `_ +* `AMD GPU Programming Guide `_ +* `AMD Compute Resources `_ + SPARC ----- -* `SPARC resources `_ -* `SPARC standards `_ +* `SPARC standards `_ +* `SPARC V9 ABI `_ +* `SPARC V8 ABI `_ + +SystemZ +------- + +* `z/Architecture Principles of Operation (registration required, free sign-up) `_ X86 --- @@ -100,12 +117,17 @@ Other relevant lists ABI === +* `System V Application Binary Interface `_ +* `Itanium C++ ABI `_ + Linux ----- * `PowerPC 64-bit ELF ABI Supplement `_ * `Procedure Call Standard for the AArch64 Architecture `_ +* `ELF for the ARM Architecture `_ * `ELF for the ARM 64-bit Architecture (AArch64) `_ +* `System z ELF ABI Supplement `_ OS X ---- @@ -113,6 +135,17 @@ OS X * `Mach-O Runtime Architecture `_ * `Notes on Mach-O ABI `_ +Windows +------- + +* `Microsoft PE/COFF Specification `_ + +NVPTX +===== + +* `CUDA Documentation `_ includes the PTX + ISA and Driver API documentation + Miscellaneous Resources =======================