X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCompilerWriterInfo.rst;h=6c3ff4b10f1e67d504c8dd30aa1946f16d19361b;hb=c07a65e35ab86532fb638c3b1c0474a3b97d2d11;hp=bb2443614ab1a91ce7492ceda64cc2137674e806;hpb=f41d317054bc923c2f21d2529acae0e82e7341f3;p=oota-llvm.git diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index bb2443614ab..6c3ff4b10f1 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -20,14 +20,18 @@ ARM * `ABI `_ -* `ARM C Language Extensions `_ +* `ABI Addenda and Errata `_ + +* `ARM C Language Extensions `_ AArch64 ------- +* `ARMv8 Architecture Reference Manual `_ + * `ARMv8 Instruction Set Overview `_ -* `ARM C Language Extensions `_ +* `ARM C Language Extensions `_ Itanium (ia64) -------------- @@ -37,7 +41,9 @@ Itanium (ia64) MIPS ---- -* `MIPS Processor Architecture `_ +* `MIPS Processor Architecture `_ + +* `MIPS 64-bit ELF Object File Specification `_ PowerPC ------- @@ -64,11 +70,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 +114,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 -------------------- @@ -111,6 +136,7 @@ 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 `_ @@ -120,6 +146,11 @@ OS X * `Mach-O Runtime Architecture `_ * `Notes on Mach-O ABI `_ +Windows +------- + +* `Microsoft PE/COFF Specification `_ + NVPTX =====