From e3c803c621863c0e75c24ab95de9836caa51732c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 8 Nov 2004 02:47:08 +0000 Subject: First draft of compendium of documents relevant to writers of LLVM machine target backends git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17609 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerWriterInfo.html | 246 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 docs/CompilerWriterInfo.html (limited to 'docs') diff --git a/docs/CompilerWriterInfo.html b/docs/CompilerWriterInfo.html new file mode 100644 index 0000000..70f5c71 --- /dev/null +++ b/docs/CompilerWriterInfo.html @@ -0,0 +1,246 @@ + + + + + Architecture/platform information for compiler writers + + + +
+ Architecture/platform information for compiler writers +
+ +
+

Note: This document is a work-in-progress. Additions and clarifications + are welcome.

+
+ +
    +
  1. Hardware +
      +
    1. ARM
    2. +
    3. MIPS
    4. +
    5. PowerPC
    6. +
    7. SPARC
    8. +
    9. X86
    10. +
    11. Other lists
    12. +
  2. +
  3. Application Binary Interface (ABI) +
      +
    1. Linux
    2. +
    3. OS X
    4. +
  4. +
  5. Binary File Formats +
      +
    1. ...
    2. +
  6. +
+ +
+

Compiled by Misha Brukman

+
+ + +
Hardware
+ + + +
ARM
+ + +
ARM - Official manuals and docs
+ +
+ +
+ + +
MIPS
+ + +
MIPS - Official manuals and docs
+ +
+ + + +
+ + +
PowerPC
+ + +
IBM - Official manuals and docs
+ +
+ + + +
+ + +
Other documents, collections, notes
+ +
+ + + +
+ + +
SPARC
+ + +
Official manuals and docs
+ +
+ + + +
+ + +
X86
+ + +
AMD - Official manuals and docs
+ +
+ +
+ + +
Intel - Official manuals and docs
+ +
+ +
+ + +
Other x86-specific information
+ +
+ +
+ + +
Other relevant lists
+ +
+ + + +
+ + +
ABI
+ + + +
Linux
+ +
+
    +
  1. PowerPC 64-bit ELF ABI +Supplement
  2. +
+
+ + +
OS X
+ +
+
    +
  1. Mach-O +Runtime Architecture
  2. +
  3. Notes on Mach-O +ABI
  4. +
+ +
+ + +
Binary File Formats
+ + + + + + +
+
+ Valid CSS! + Valid HTML 4.01! + + Misha Brukman
+ LLVM Compiler Infrastructure
+ Last modified: $Date$ +
+ + + -- cgit v1.1