X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCompilerWriterInfo.rst;h=900ba24e230f8dcf31cdd9b4f7a0afd245e08fc1;hb=bd1e605b5c8d11291800494eaa9f508193c943f5;hp=cfd353c4477a96445b5412807691702d66e9f40e;hpb=5434f123e9c3b31cc7783ab06be0358026212cd2;p=oota-llvm.git diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index cfd353c4477..900ba24e230 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -20,6 +20,8 @@ ARM * `ABI `_ +* `ABI Addenda and Errata `_ + * `ARM C Language Extensions `_ AArch64 @@ -37,7 +39,9 @@ Itanium (ia64) MIPS ---- -* `MIPS Processor Architecture `_ +* `MIPS Processor Architecture `_ + +* `MIPS 64-bit ELF Object File Specification `_ PowerPC ------- @@ -64,11 +68,24 @@ Other documents, collections, notes * `PowerPC64 alignment of long doubles (from GCC) `_ * `Long branch stubs for powerpc64-linux (from binutils) `_ +AMDGPU +------ + +* `AMD R6xx shader ISA `_ +* `AMD R7xx shader ISA `_ +* `AMD Evergreen shader ISA `_ +* `AMD Cayman/Trinity shader ISA `_ +* `AMD Southern Islands Series ISA `_ +* `AMD Sea Islands Series ISA `_ +* `AMD GPU Programming Guide `_ +* `AMD Compute Resources `_ + SPARC ----- -* `SPARC resources `_ -* `SPARC standards `_ +* `SPARC standards `_ +* `SPARC V9 ABI `_ +* `SPARC V8 ABI `_ SystemZ ------- @@ -95,6 +112,12 @@ Other x86-specific information * `Calling conventions for different C++ compilers and operating systems `_ +XCore +----- + +* `The XMOS XS1 Architecture (ISA) `_ +* `Tools Development Guide (includes ABI) `_ + Other relevant lists -------------------- @@ -103,11 +126,15 @@ 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 `_ @@ -117,6 +144,11 @@ OS X * `Mach-O Runtime Architecture `_ * `Notes on Mach-O ABI `_ +Windows +------- + +* `Microsoft PE/COFF Specification `_ + NVPTX =====