From e2c3a49c8029ebd9ef530101cc24c66562e3dff5 Mon Sep 17 00:00:00 2001 From: mike-m Date: Fri, 7 May 2010 00:28:04 +0000 Subject: Revert r103213. It broke several sections of live website. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerWriterInfo.html | 263 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 docs/CompilerWriterInfo.html (limited to 'docs/CompilerWriterInfo.html') diff --git a/docs/CompilerWriterInfo.html b/docs/CompilerWriterInfo.html new file mode 100644 index 0000000..5d071f7 --- /dev/null +++ b/docs/CompilerWriterInfo.html @@ -0,0 +1,263 @@ + + + + + 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. Alpha
    2. +
    3. ARM
    4. +
    5. Itanium
    6. +
    7. MIPS
    8. +
    9. PowerPC
    10. +
    11. SPARC
    12. +
    13. X86
    14. +
    15. Other lists
    16. +
  2. +
  3. Application Binary Interface (ABI) +
      +
    1. Linux
    2. +
    3. OS X
    4. +
  4. +
  5. Miscellaneous resources
  6. +
+ +
+

Compiled by Misha Brukman

+
+ + +
Hardware
+ + + +
Alpha
+ +
+ +
+ + +
ARM
+ +
+ +
+ + +
Itanium (ia64)
+ +
+ +
+ + +
MIPS
+ +
+ +
+ + +
PowerPC
+ + +
IBM - Official manuals and docs
+ +
+ + + +
+ + +
Other documents, collections, notes
+ +
+ + + +
+ + +
SPARC
+ +
+ + + +
+ + +
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. +
+ +
+ + +
Miscellaneous resources
+ + + + + + +
+
+ Valid CSS + Valid HTML 4.01 + + Misha Brukman
+ LLVM Compiler Infrastructure
+ Last modified: $Date$ +
+ + + -- cgit v1.1