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">
12 <div class=
"doc_title">
13 Architecture/platform information for compiler writers
16 <div class=
"doc_warning">
17 <p>Note: This document is a work-in-progress. Additions and clarifications
22 <li><a href=
"#hw">Hardware
</a>
24 <li><a href=
"#alpha">Alpha
</a></li>
25 <li><a href=
"#arm">ARM
</a></li>
26 <li><a href=
"#ia64">Itanium
</a></li>
27 <li><a href=
"#mips">MIPS
</a></li>
28 <li><a href=
"#ppc">PowerPC
</a></li>
29 <li><a href=
"#sparc">SPARC
</a></li>
30 <li><a href=
"#x86">X86
</a></li>
31 <li><a href=
"#other">Other lists
</a></li>
33 <li><a href=
"#abi">Application Binary Interface (ABI)
</a>
35 <li><a href=
"#linux">Linux
</a></li>
36 <li><a href=
"#osx">OS X
</a></li>
38 <li><a href=
"#misc">Miscellaneous resources
</a></li>
41 <div class=
"doc_author">
42 <p>Compiled by
<a href=
"http://misha.brukman.net">Misha Brukman
</a></p>
45 <!-- *********************************************************************** -->
46 <div class=
"doc_section"><a name=
"hw">Hardware
</a></div>
47 <!-- *********************************************************************** -->
49 <!-- ======================================================================= -->
50 <div class=
"doc_subsection"><a name=
"alpha">Alpha
</a></div>
52 <div class=
"doc_text">
55 href=
"http://ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html">Alpha manuals
</a>
60 <!-- ======================================================================= -->
61 <div class=
"doc_subsection"><a name=
"arm">ARM
</a></div>
63 <div class=
"doc_text">
65 <li><a href=
"http://www.arm.com/documentation/">ARM documentation
</a>
66 (
<a href=
"http://www.arm.com/documentation/ARMProcessor_Cores/">Processor
68 <li><a href=
"http://www.arm.com/products/DevTools/ABI.html">ABI
</a></li>
72 <!-- ======================================================================= -->
73 <div class=
"doc_subsection"><a name=
"ia64">Itanium (ia64)
</a></div>
75 <div class=
"doc_text">
78 href=
"http://developer.intel.com/design/itanium2/documentation.htm">Itanium documentation
</a>
83 <!-- ======================================================================= -->
84 <div class=
"doc_subsection"><a name=
"mips">MIPS
</a></div>
86 <div class=
"doc_text">
89 href=
"http://mips.com/content/Documentation/MIPSDocumentation/ProcessorArchitecture/doclibrary">MIPS
90 Processor Architecture
</a></li>
94 <!-- ======================================================================= -->
95 <div class=
"doc_subsection"><a name=
"ppc">PowerPC
</a></div>
97 <!-- _______________________________________________________________________ -->
98 <div class=
"doc_subsubsection">IBM - Official manuals and docs
</div>
100 <div class=
"doc_text">
104 href=
"http://www-106.ibm.com/developerworks/eserver/articles/archguide.html">PowerPC
105 Architecture Book
</a>
108 href=
"http://www-106.ibm.com/developerworks/eserver/pdfs/archpub1.pdf">PowerPC
109 User Instruction Set Architecture
</a></li>
111 href=
"http://www-106.ibm.com/developerworks/eserver/pdfs/archpub2.pdf">PowerPC
112 Virtual Environment Architecture
</a></li>
114 href=
"http://www-106.ibm.com/developerworks/eserver/pdfs/archpub3.pdf">PowerPC
115 Operating Environment Architecture
</a></li>
118 href=
"http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6">PowerPC
119 Compiler Writer's Guide
</a></li>
121 href=
"http://www-3.ibm.com/chips/techlib/techlib.nsf/products/PowerPC">PowerPC
122 Processor Manuals
</a></li>
124 href=
"http://www-106.ibm.com/developerworks/linux/library/l-powarch/">Intro to
125 PowerPC architecture
</a></li>
126 <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>
131 <!-- _______________________________________________________________________ -->
132 <div class=
"doc_subsubsection">Other documents, collections, notes
</div>
134 <div class=
"doc_text">
137 <li><a href=
"http://penguinppc.org/dev/#library">PowerPC ABI documents
</a></li>
138 <li><a href=
"http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00997.html">PowerPC64
139 alignment of long doubles (from GCC)
</a></li>
140 <li><a href=
"http://sources.redhat.com/ml/binutils/2002-04/msg00573.html">Long
141 branch stubs for powerpc64-linux (from binutils)
</a></li>
146 <!-- ======================================================================= -->
147 <div class=
"doc_subsection"><a name=
"sparc">SPARC
</a></div>
149 <div class=
"doc_text">
152 <li><a href=
"http://www.sparc.org/resource.htm">SPARC resources
</a></li>
153 <li><a href=
"http://www.sparc.org/standards.html">SPARC standards
</a></li>
158 <!-- ======================================================================= -->
159 <div class=
"doc_subsection"><a name=
"x86">X86
</a></div>
161 <!-- _______________________________________________________________________ -->
162 <div class=
"doc_subsubsection">AMD - Official manuals and docs
</div>
164 <div class=
"doc_text">
167 href=
"http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.html">AMD processor manuals
</a></li>
168 <li><a href=
"http://www.x86-64.org/documentation">X86-
64 ABI
</a></li>
172 <!-- _______________________________________________________________________ -->
173 <div class=
"doc_subsubsection">Intel - Official manuals and docs
</div>
175 <div class=
"doc_text">
178 href=
"http://developer.intel.com/design/pentium4/manuals/index_new.htm">IA-
32
181 href=
"http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_proc_itanium2+techdocs">Intel
182 Itanium documentation
</a></li>
186 <!-- _______________________________________________________________________ -->
187 <div class=
"doc_subsubsection">Other x86-specific information
</div>
189 <div class=
"doc_text">
191 <li><a href=
"http://www.agner.org/assem/calling_conventions.pdf">Calling
192 conventions for different C++ compilers and operating systems
</a></li>
196 <!-- ======================================================================= -->
197 <div class=
"doc_subsection"><a name=
"other">Other relevant lists
</a></div>
199 <div class=
"doc_text">
202 <li><a href=
"http://gcc.gnu.org/readings.html">GCC reading list
</a></li>
207 <!-- *********************************************************************** -->
208 <div class=
"doc_section"><a name=
"abi">ABI
</a></div>
209 <!-- *********************************************************************** -->
211 <!-- ======================================================================= -->
212 <div class=
"doc_subsection"><a name=
"linux">Linux
</a></div>
214 <div class=
"doc_text">
216 <li><a href=
"http://www.linuxbase.org/spec/ELF/ppc64/">PowerPC
64-bit ELF ABI
221 <!-- ======================================================================= -->
222 <div class=
"doc_subsection"><a name=
"osx">OS X
</a></div>
224 <div class=
"doc_text">
227 href=
"http://developer.apple.com/documentation/Darwin/RuntimeArchitecture-date.html">Mach-O
228 Runtime Architecture
</a></li>
229 <li><a href=
"http://www.unsanity.org/archives/000044.php">Notes on Mach-O
235 <!-- *********************************************************************** -->
236 <div class=
"doc_section"><a name=
"misc">Miscellaneous resources
</a></div>
237 <!-- *********************************************************************** -->
241 href=
"http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/">Executable
242 File Format library
</a></li>
243 <li><a href=
"http://gcc.gnu.org/projects/prefetch.html">GCC prefetch project
</a>
244 page has a good survey of the prefetching capabilities of a variety of modern
248 <!-- *********************************************************************** -->
252 <a href=
"http://jigsaw.w3.org/css-validator/check/referer"><img
253 src=
"http://jigsaw.w3.org/css-validator/images/vcss-blue" alt=
"Valid CSS"></a>
254 <a href=
"http://validator.w3.org/check/referer"><img
255 src=
"http://www.w3.org/Icons/valid-html401-blue" alt=
"Valid HTML 4.01"></a>
257 <a href=
"http://misha.brukman.net">Misha Brukman
</a><br>
258 <a href=
"http://llvm.org">LLVM Compiler Infrastructure
</a><br>
259 Last modified: $Date$