1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
6 <title>Architecture/platform information for compiler writers
</title>
7 <link rel=
"stylesheet" href=
"llvm.css" type=
"text/css">
10 <div class=
"doc_title">
11 Architecture/platform information for compiler writers
14 <div class=
"doc_warning">
15 <p>Note: This document is a work-in-progress. Additions and clarifications
20 <li><a href=
"#hw">Hardware
</a>
22 <li><a href=
"#alpha">Alpha
</a></li>
23 <li><a href=
"#arm">ARM
</a></li>
24 <li><a href=
"#ia64">Itanium
</a></li>
25 <li><a href=
"#mips">MIPS
</a></li>
26 <li><a href=
"#ppc">PowerPC
</a></li>
27 <li><a href=
"#sparc">SPARC
</a></li>
28 <li><a href=
"#x86">X86
</a></li>
29 <li><a href=
"#other">Other lists
</a></li>
31 <li><a href=
"#abi">Application Binary Interface (ABI)
</a>
33 <li><a href=
"#linux">Linux
</a></li>
34 <li><a href=
"#osx">OS X
</a></li>
36 <li><a href=
"#misc">Miscellaneous resources
</a></li>
39 <div class=
"doc_author">
40 <p>Compiled by
<a href=
"http://misha.brukman.net">Misha Brukman
</a></p>
43 <!-- *********************************************************************** -->
44 <div class=
"doc_section"><a name=
"hw">Hardware
</a></div>
45 <!-- *********************************************************************** -->
47 <!-- ======================================================================= -->
48 <div class=
"doc_subsection"><a name=
"alpha">Alpha
</a></div>
50 <div class=
"doc_text">
53 href=
"http://ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html">Alpha manuals
</a>
58 <!-- ======================================================================= -->
59 <div class=
"doc_subsection"><a name=
"arm">ARM
</a></div>
61 <div class=
"doc_text">
63 <li><a href=
"http://www.arm.com/documentation/">ARM documentation
</a>
64 (
<a href=
"http://www.arm.com/documentation/ARMProcessor_Cores/">Processor
66 <li><a href=
"http://www.arm.com/products/DevTools/ABI.html">ABI
</a></li>
70 <!-- ======================================================================= -->
71 <div class=
"doc_subsection"><a name=
"ia64">Itanium (ia64)
</a></div>
73 <div class=
"doc_text">
76 href=
"http://developer.intel.com/design/itanium2/documentation.htm">Itanium documentation
</a>
81 <!-- ======================================================================= -->
82 <div class=
"doc_subsection"><a name=
"mips">MIPS
</a></div>
84 <div class=
"doc_text">
87 href=
"http://mips.com/content/Documentation/MIPSDocumentation/ProcessorArchitecture/doclibrary">MIPS
88 Processor Architecture
</a></li>
92 <!-- ======================================================================= -->
93 <div class=
"doc_subsection"><a name=
"ppc">PowerPC
</a></div>
95 <!-- _______________________________________________________________________ -->
96 <div class=
"doc_subsubsection">IBM - Official manuals and docs
</div>
98 <div class=
"doc_text">
102 href=
"http://www-106.ibm.com/developerworks/eserver/articles/archguide.html">PowerPC
103 Architecture Book
</a>
106 href=
"http://www-106.ibm.com/developerworks/eserver/pdfs/archpub1.pdf">PowerPC
107 User Instruction Set Architecture
</a></li>
109 href=
"http://www-106.ibm.com/developerworks/eserver/pdfs/archpub2.pdf">PowerPC
110 Virtual Environment Architecture
</a></li>
112 href=
"http://www-106.ibm.com/developerworks/eserver/pdfs/archpub3.pdf">PowerPC
113 Operating Environment Architecture
</a></li>
116 href=
"http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6">PowerPC
117 Compiler Writer's Guide
</a></li>
119 href=
"http://www-3.ibm.com/chips/techlib/techlib.nsf/products/PowerPC">PowerPC
120 Processor Manuals
</a></li>
122 href=
"http://www-106.ibm.com/developerworks/linux/library/l-powarch/">Intro to
123 PowerPC architecture
</a></li>
124 <li><a href=
"http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm">IBM AIX/
5L for POWER Assembly reference
</a></li>
129 <!-- _______________________________________________________________________ -->
130 <div class=
"doc_subsubsection">Other documents, collections, notes
</div>
132 <div class=
"doc_text">
135 <li><a href=
"http://penguinppc.org/dev/#library">PowerPC ABI documents
</a></li>
136 <li><a href=
"http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00997.html">PowerPC64
137 alignment of long doubles (from GCC)
</a></li>
138 <li><a href=
"http://sources.redhat.com/ml/binutils/2002-04/msg00573.html">Long
139 branch stubs for powerpc64-linux (from binutils)
</a></li>
144 <!-- ======================================================================= -->
145 <div class=
"doc_subsection"><a name=
"sparc">SPARC
</a></div>
147 <div class=
"doc_text">
150 <li><a href=
"http://www.sparc.org/resource.htm">SPARC resources
</a></li>
151 <li><a href=
"http://www.sparc.org/standards.html">SPARC standards
</a></li>
156 <!-- ======================================================================= -->
157 <div class=
"doc_subsection"><a name=
"x86">X86
</a></div>
159 <!-- _______________________________________________________________________ -->
160 <div class=
"doc_subsubsection">AMD - Official manuals and docs
</div>
162 <div class=
"doc_text">
165 href=
"http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.html">AMD processor manuals
</a></li>
166 <li><a href=
"http://www.x86-64.org/documentation">X86-
64 ABI
</a></li>
170 <!-- _______________________________________________________________________ -->
171 <div class=
"doc_subsubsection">Intel - Official manuals and docs
</div>
173 <div class=
"doc_text">
176 href=
"http://developer.intel.com/design/pentium4/manuals/index_new.htm">IA-
32
179 href=
"http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_proc_itanium2+techdocs">Intel
180 Itanium documentation
</a></li>
184 <!-- _______________________________________________________________________ -->
185 <div class=
"doc_subsubsection">Other x86-specific information
</div>
187 <div class=
"doc_text">
189 <li><a href=
"http://www.agner.org/assem/calling_conventions.pdf">Calling
190 conventions for different C++ compilers and operating systems
</a></li>
194 <!-- ======================================================================= -->
195 <div class=
"doc_subsection"><a name=
"other">Other relevant lists
</a></div>
197 <div class=
"doc_text">
200 <li><a href=
"http://gcc.gnu.org/readings.html">GCC reading list
</a></li>
205 <!-- *********************************************************************** -->
206 <div class=
"doc_section"><a name=
"abi">ABI
</a></div>
207 <!-- *********************************************************************** -->
209 <!-- ======================================================================= -->
210 <div class=
"doc_subsection"><a name=
"linux">Linux
</a></div>
212 <div class=
"doc_text">
214 <li><a href=
"http://www.linuxbase.org/spec/ELF/ppc64/">PowerPC
64-bit ELF ABI
219 <!-- ======================================================================= -->
220 <div class=
"doc_subsection"><a name=
"osx">OS X
</a></div>
222 <div class=
"doc_text">
225 href=
"http://developer.apple.com/documentation/Darwin/RuntimeArchitecture-date.html">Mach-O
226 Runtime Architecture
</a></li>
227 <li><a href=
"http://www.unsanity.org/archives/000044.php">Notes on Mach-O
233 <!-- *********************************************************************** -->
234 <div class=
"doc_section"><a name=
"misc">Miscellaneous resources
</a></div>
235 <!-- *********************************************************************** -->
239 href=
"http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/">Executable
240 File Format library
</a></li>
241 <li><a href=
"http://gcc.gnu.org/projects/prefetch.html">GCC prefetch project
</a>
242 page has a good survey of the prefetching capabilities of a variety of modern
246 <!-- *********************************************************************** -->
250 <a href=
"http://jigsaw.w3.org/css-validator/check/referer"><img
251 src=
"http://jigsaw.w3.org/css-validator/images/vcss" alt=
"Valid CSS!"></a>
252 <a href=
"http://validator.w3.org/check/referer"><img
253 src=
"http://www.w3.org/Icons/valid-html401" alt=
"Valid HTML 4.01!"></a>
255 <a href=
"http://misha.brukman.net">Misha Brukman
</a><br>
256 <a href=
"http://llvm.org">LLVM Compiler Infrastructure
</a><br>
257 Last modified: $Date$