blob: 74c9afbeaeb3be3842def8a95b8c021197d0c1b1 [file] [log] [blame]
Misha Brukman500bc302003-11-22 00:38:41 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
Reid Spencer6454ed32004-11-18 18:38:58 +00005 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Misha Brukman500bc302003-11-22 00:38:41 +00006 <link rel="stylesheet" href="llvm.css" type="text/css">
Chad Rosiere6291d02011-05-27 22:50:46 +00007 <title>LLVM 3.0 Release Notes</title>
Misha Brukman500bc302003-11-22 00:38:41 +00008</head>
9<body>
Chris Lattner79c3fe12003-10-02 04:57:28 +000010
Chad Rosiere6291d02011-05-27 22:50:46 +000011<h1>LLVM 3.0 Release Notes</h1>
Mikhail Glushenkovea65d7d2008-10-13 02:08:34 +000012
Chris Lattner0e464a92010-03-17 04:02:39 +000013<img align=right src="http://llvm.org/img/DragonSmall.png"
Gabor Greifee2187a2010-04-22 10:21:43 +000014 width="136" height="136" alt="LLVM Dragon Logo">
Chris Lattner0e464a92010-03-17 04:02:39 +000015
Chris Lattner79c3fe12003-10-02 04:57:28 +000016<ol>
Misha Brukman500bc302003-11-22 00:38:41 +000017 <li><a href="#intro">Introduction</a></li>
Chris Lattner96a445e2008-10-13 18:01:01 +000018 <li><a href="#subproj">Sub-project Status Update</a></li>
Chad Rosiere6291d02011-05-27 22:50:46 +000019 <li><a href="#externalproj">External Projects Using LLVM 3.0</a></li>
20 <li><a href="#whatsnew">What's New in LLVM 3.0?</a></li>
Chris Lattner4b538b92004-04-30 22:17:12 +000021 <li><a href="GettingStarted.html">Installation Instructions</a></li>
Dan Gohman44aa9212008-10-14 16:23:02 +000022 <li><a href="#knownproblems">Known Problems</a></li>
Misha Brukman500bc302003-11-22 00:38:41 +000023 <li><a href="#additionalinfo">Additional Information</a></li>
Chris Lattner79c3fe12003-10-02 04:57:28 +000024</ol>
25
Chris Lattner7911ce22004-05-23 21:07:27 +000026<div class="doc_author">
NAKAMURA Takumib9a33632011-04-09 02:13:37 +000027 <p>Written by the <a href="http://llvm.org/">LLVM Team</a></p>
Misha Brukman500bc302003-11-22 00:38:41 +000028</div>
Chris Lattner79c3fe12003-10-02 04:57:28 +000029
Chris Lattner49123fd2011-04-06 06:29:50 +000030<!--
Chad Rosiere6291d02011-05-27 22:50:46 +000031<h1 style="color:red">These are in-progress notes for the upcoming LLVM 3.0
Jeffrey Yasskinbec48772010-01-28 01:14:43 +000032release.<br>
33You may prefer the
Chad Rosiere6291d02011-05-27 22:50:46 +000034<a href="http://llvm.org/releases/2.9/docs/ReleaseNotes.html">LLVM 2.9
Dan Gohmanb44f6c62010-05-03 23:51:05 +000035Release Notes</a>.</h1>
Chris Lattner49123fd2011-04-06 06:29:50 +000036 -->
Jeffrey Yasskinbec48772010-01-28 01:14:43 +000037
Chris Lattner79c3fe12003-10-02 04:57:28 +000038<!-- *********************************************************************** -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +000039<h2>
Misha Brukman500bc302003-11-22 00:38:41 +000040 <a name="intro">Introduction</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +000041</h2>
Chris Lattner79c3fe12003-10-02 04:57:28 +000042<!-- *********************************************************************** -->
43
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +000044<div>
Misha Brukman500bc302003-11-22 00:38:41 +000045
Chris Lattnerf6662f92008-10-13 17:57:36 +000046<p>This document contains the release notes for the LLVM Compiler
Chad Rosiere6291d02011-05-27 22:50:46 +000047Infrastructure, release 3.0. Here we describe the status of LLVM, including
Chris Lattnerf6662f92008-10-13 17:57:36 +000048major improvements from the previous release and significant known problems.
Mikhail Glushenkovf795ef02009-03-01 18:09:47 +000049All LLVM releases may be downloaded from the <a
Chris Lattnerf6662f92008-10-13 17:57:36 +000050href="http://llvm.org/releases/">LLVM releases web site</a>.</p>
Chris Lattner19092612003-10-02 16:38:05 +000051
Chris Lattner7506b1d2004-12-07 08:04:13 +000052<p>For more information about LLVM, including information about the latest
Chris Lattnerc463b272005-10-29 07:07:09 +000053release, please check out the <a href="http://llvm.org/">main LLVM
Chris Lattner47ad72c2003-10-07 21:38:31 +000054web site</a>. If you have questions or comments, the <a
Chris Lattnerc66bfef2010-03-17 04:41:49 +000055href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM Developer's
56Mailing List</a> is a good place to send them.</p>
Chris Lattner79c3fe12003-10-02 04:57:28 +000057
Mikhail Glushenkovea65d7d2008-10-13 02:08:34 +000058<p>Note that if you are reading this file from a Subversion checkout or the
Chris Lattner84977642007-09-21 03:54:09 +000059main LLVM web page, this document applies to the <i>next</i> release, not the
Gabor Greiffa933f82008-10-14 11:00:32 +000060current one. To see the release notes for a specific release, please see the
Chris Lattner84977642007-09-21 03:54:09 +000061<a href="http://llvm.org/releases/">releases page</a>.</p>
Misha Brukman500bc302003-11-22 00:38:41 +000062
63</div>
Chris Lattner61358ab2009-10-13 17:48:04 +000064
Chris Lattnere4dc1962011-04-05 23:22:33 +000065<!-- Features that need text if they're finished for 3.1:
66 ARM EHABI
Chris Lattner914ce462010-04-22 06:28:20 +000067 combiner-aa?
Chris Lattner61358ab2009-10-13 17:48:04 +000068 strong phi elim
Chris Lattner61358ab2009-10-13 17:48:04 +000069 loop dependence analysis
Chris Lattnere07043c2010-09-29 05:30:03 +000070 CorrelatedValuePropagation
Chris Lattnere4dc1962011-04-05 23:22:33 +000071 lib/Transforms/IPO/MergeFunctions.cpp => consider for 3.1.
Chris Lattneracce85d2008-02-10 07:46:44 +000072 -->
Chris Lattnere07043c2010-09-29 05:30:03 +000073
Chris Lattner96a445e2008-10-13 18:01:01 +000074<!-- *********************************************************************** -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +000075<h2>
Chris Lattner96a445e2008-10-13 18:01:01 +000076 <a name="subproj">Sub-project Status Update</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +000077</h2>
Chris Lattner96a445e2008-10-13 18:01:01 +000078<!-- *********************************************************************** -->
Chris Lattnerea34f642008-06-08 21:34:41 +000079
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +000080<div>
Chris Lattner8348b472008-06-08 21:58:17 +000081<p>
Chad Rosiere6291d02011-05-27 22:50:46 +000082The LLVM 3.0 distribution currently consists of code from the core LLVM
Chris Lattner61358ab2009-10-13 17:48:04 +000083repository (which roughly includes the LLVM optimizers, code generators
84and supporting tools), the Clang repository and the llvm-gcc repository. In
85addition to this code, the LLVM Project includes other sub-projects that are in
86development. Here we include updates on these subprojects.
Bill Wendling63d8c552009-03-02 04:28:57 +000087</p>
Chris Lattner96a445e2008-10-13 18:01:01 +000088
Chris Lattner8348b472008-06-08 21:58:17 +000089<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +000090<h3>
Chris Lattnerfb97b2d2008-10-13 18:11:54 +000091<a name="clang">Clang: C/C++/Objective-C Frontend Toolkit</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +000092</h3>
Chris Lattner8348b472008-06-08 21:58:17 +000093
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +000094<div>
Chris Lattner8348b472008-06-08 21:58:17 +000095
Chris Lattner095539f2010-04-26 17:42:18 +000096<p><a href="http://clang.llvm.org/">Clang</a> is an LLVM front end for the C,
97C++, and Objective-C languages. Clang aims to provide a better user experience
98through expressive diagnostics, a high level of conformance to language
99standards, fast compilation, and low memory use. Like LLVM, Clang provides a
100modular, library-based architecture that makes it suitable for creating or
101integrating with other development tools. Clang is considered a
Chris Lattnere07043c2010-09-29 05:30:03 +0000102production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
Chris Lattner1efe27e2011-04-06 00:45:11 +0000103(32- and 64-bit), and for darwin/arm targets.</p>
Chris Lattner61358ab2009-10-13 17:48:04 +0000104
Chad Rosiere6291d02011-05-27 22:50:46 +0000105<p>In the LLVM 3.0 time-frame, the Clang team has made many improvements:</p>
Douglas Gregorba087df2011-10-15 00:48:01 +0000106
107<ul>
108 <li>Greatly improved support for building C++ applications, with greater stability and better diagnostics.</li>
109
110 <li><a href="http://clang.llvm.org/cxx_status.html">Improved support</a> for the <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372 ">C++ 2011</a> standard, including implementations of non-static data member initializers, alias templates, delegating constructors, the range-based for loop, and implicitly-generated move constructors and move assignment operators, among others.</li>
111
112 <li>Implemented support for some features of the upcoming C1x standard, including static assertions and generic selections.</li>
113
114 <li>Better detection of include and linking paths for system headers and libraries, especially for Linux distributions.</li>
115
116 <li>Implemented support for <a href="http://clang.llvm.org/docs/AutomaticReferenceCounting.html">Automatic Reference Counting</a> for Objective-C.</li>
117
118 <li>Implemented a number of optimizations in <tt>libclang</tt>, the Clang C interface, to improve the performance of code completion and the mapping from source locations to abstract syntax tree nodes.</li>
119</ul>
120
Chris Lattner0a6f6d52011-04-05 07:19:28 +0000121
Duncan Sandsf3ba7af2011-04-06 08:07:40 +0000122<p>If Clang rejects your code but another compiler accepts it, please take a
Chris Lattner0a6f6d52011-04-05 07:19:28 +0000123look at the <a href="http://clang.llvm.org/compatibility.html">language
Duncan Sandsf3ba7af2011-04-06 08:07:40 +0000124compatibility</a> guide to make sure this is not intentional or a known issue.
Chris Lattner0a6f6d52011-04-05 07:19:28 +0000125</p>
Bill Wendling741748a2008-10-27 09:27:33 +0000126
Chris Lattnerfb97b2d2008-10-13 18:11:54 +0000127</div>
128
129<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000130<h3>
Duncan Sands528a5102011-04-04 11:09:08 +0000131<a name="dragonegg">DragonEgg: GCC front-ends, LLVM back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000132</h3>
Chris Lattner61358ab2009-10-13 17:48:04 +0000133
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000134<div>
Chris Lattner61358ab2009-10-13 17:48:04 +0000135<p>
Duncan Sands528a5102011-04-04 11:09:08 +0000136<a href="http://dragonegg.llvm.org/">DragonEgg</a> is a
137<a href="http://gcc.gnu.org/wiki/plugins">gcc plugin</a> that replaces GCC's
138optimizers and code generators with LLVM's.
139Currently it requires a patched version of gcc-4.5.
140The plugin can target the x86-32 and x86-64 processor families and has been
141used successfully on the Darwin, FreeBSD and Linux platforms.
142The Ada, C, C++ and Fortran languages work well.
143The plugin is capable of compiling plenty of Obj-C, Obj-C++ and Java but it is
144not known whether the compiled code actually works or not!
Duncan Sands749fd832010-04-02 09:23:15 +0000145</p>
146
147<p>
Chad Rosiere6291d02011-05-27 22:50:46 +0000148The 3.0 release has the following notable changes:
Duncan Sands4b1da2b2010-09-30 17:37:34 +0000149<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000150<!--
151<li></li>
152-->
Duncan Sands4b1da2b2010-09-30 17:37:34 +0000153</ul>
Chris Lattner61358ab2009-10-13 17:48:04 +0000154
155</div>
156
Chris Lattner75547712010-10-03 23:49:06 +0000157<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000158<h3>
Chris Lattner75547712010-10-03 23:49:06 +0000159<a name="compiler-rt">compiler-rt: Compiler Runtime Library</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000160</h3>
Chris Lattner75547712010-10-03 23:49:06 +0000161
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000162<div>
Chris Lattner75547712010-10-03 23:49:06 +0000163<p>
164The new LLVM <a href="http://compiler-rt.llvm.org/">compiler-rt project</a>
165is a simple library that provides an implementation of the low-level
166target-specific hooks required by code generation and other runtime components.
167For example, when compiling for a 32-bit target, converting a double to a 64-bit
168unsigned integer is compiled into a runtime call to the "__fixunsdfdi"
169function. The compiler-rt library provides highly optimized implementations of
170this and other low-level routines (some are 3x faster than the equivalent
171libgcc routines).</p>
172
Chad Rosiere6291d02011-05-27 22:50:46 +0000173<p>In the LLVM 3.0 timeframe,</p>
Chris Lattner75547712010-10-03 23:49:06 +0000174
175</div>
Chris Lattner61358ab2009-10-13 17:48:04 +0000176
177<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000178<h3>
Chris Lattnere07043c2010-09-29 05:30:03 +0000179<a name="lldb">LLDB: Low Level Debugger</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000180</h3>
Chris Lattnere07043c2010-09-29 05:30:03 +0000181
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000182<div>
Chris Lattnere07043c2010-09-29 05:30:03 +0000183<p>
Chris Lattner75547712010-10-03 23:49:06 +0000184<a href="http://lldb.llvm.org/">LLDB</a> is a brand new member of the LLVM
185umbrella of projects. LLDB is a next generation, high-performance debugger. It
186is built as a set of reusable components which highly leverage existing
187libraries in the larger LLVM Project, such as the Clang expression parser, the
188LLVM disassembler and the LLVM JIT.</p>
Chris Lattnere07043c2010-09-29 05:30:03 +0000189
190<p>
Chad Rosiere6291d02011-05-27 22:50:46 +0000191LLDB is has advanced by leaps and bounds in the 3.0 timeframe. It is
Chris Lattnerdf448a32011-04-06 00:56:12 +0000192dramatically more stable and useful, and includes both a new <a
193href="http://lldb.llvm.org/tutorial.html">tutorial</a> and a <a
194href="http://lldb.llvm.org/lldb-gdb.html">side-by-side comparison with
195GDB</a>.</p>
Chris Lattnere07043c2010-09-29 05:30:03 +0000196
197</div>
198
199<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000200<h3>
Chris Lattnere07043c2010-09-29 05:30:03 +0000201<a name="libc++">libc++: C++ Standard Library</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000202</h3>
Chris Lattnere07043c2010-09-29 05:30:03 +0000203
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000204<div>
Chris Lattnere07043c2010-09-29 05:30:03 +0000205<p>
Tobias Grossercdce44b2010-10-06 21:07:30 +0000206<a href="http://libcxx.llvm.org/">libc++</a> is another new member of the LLVM
Chris Lattner75547712010-10-03 23:49:06 +0000207family. It is an implementation of the C++ standard library, written from the
208ground up to specifically target the forthcoming C++'0X standard and focus on
209delivering great performance.</p>
Chris Lattnere07043c2010-09-29 05:30:03 +0000210
211<p>
Chad Rosiere6291d02011-05-27 22:50:46 +0000212In the LLVM 3.0 timeframe,</p>
Chris Lattner0a6f6d52011-04-05 07:19:28 +0000213
Chris Lattner2009c492011-04-06 00:59:18 +0000214<p>
215Like compiler_rt, libc++ is now <a href="DeveloperPolicy.html#license">dual
216 licensed</a> under the MIT and UIUC license, allowing it to be used more
217 permissively.
Chris Lattnere07043c2010-09-29 05:30:03 +0000218</p>
219
220</div>
221
Chris Lattner61358ab2009-10-13 17:48:04 +0000222
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000223<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000224<h3>
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000225<a name="LLBrowse">LLBrowse: IR Browser</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000226</h3>
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000227
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000228<div>
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000229<p>
230<a href="http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html">
231 LLBrowse</a> is an interactive viewer for LLVM modules. It can load any LLVM
232 module and displays its contents as an expandable tree view, facilitating an
233 easy way to inspect types, functions, global variables, or metadata nodes. It
234 is fully cross-platform, being based on the popular wxWidgets GUI toolkit.
235</p>
236</div>
237
238<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000239<h3>
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000240<a name="vmkit">VMKit</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000241</h3>
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000242
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000243<div>
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000244<p>The <a href="http://vmkit.llvm.org/">VMKit project</a> is an implementation
245 of a Java Virtual Machine (Java VM or JVM) that uses LLVM for static and
Chad Rosiere6291d02011-05-27 22:50:46 +0000246 just-in-time compilation. As of LLVM 3.0, VMKit now supports generational
Chris Lattner3d6a80a2011-04-07 03:08:22 +0000247 garbage collectors. The garbage collectors are provided by the MMTk framework,
248 and VMKit can be configured to use one of the numerous implemented collectors
249 of MMTk.
250</p>
251</div>
252
253
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000254<!--=========================================================================-->
Chris Lattner7a8e6c52011-04-05 18:38:45 +0000255<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000256<h3>
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000257<a name="klee">KLEE: A Symbolic Execution Virtual Machine</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000258</h3>
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000259
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000260<div>
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000261<p>
262<a href="http://klee.llvm.org/">KLEE</a> is a symbolic execution framework for
263programs in LLVM bitcode form. KLEE tries to symbolically evaluate "all" paths
264through the application and records state transitions that lead to fault
265states. This allows it to construct testcases that lead to faults and can even
266be used to verify some algorithms.
267</p>
268
Chris Lattnerbe2e1b52011-03-10 07:43:44 +0000269<p>UPDATE!</p>
Chris Lattner7a8e6c52011-04-05 18:38:45 +0000270</div>-->
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000271
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000272</div>
Daniel Dunbar97b01a82010-10-04 17:39:47 +0000273
Chris Lattnerab68e9e2009-02-26 22:33:38 +0000274<!-- *********************************************************************** -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000275<h2>
Chad Rosiere6291d02011-05-27 22:50:46 +0000276 <a name="externalproj">External Open Source Projects Using LLVM 3.0</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000277</h2>
Chris Lattnerab68e9e2009-02-26 22:33:38 +0000278<!-- *********************************************************************** -->
279
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000280<div>
Chris Lattner61358ab2009-10-13 17:48:04 +0000281
282<p>An exciting aspect of LLVM is that it is used as an enabling technology for
283 a lot of other language and tools projects. This section lists some of the
Chad Rosiere6291d02011-05-27 22:50:46 +0000284 projects that have already been updated to work with LLVM 3.0.</p>
Chris Lattner75547712010-10-03 23:49:06 +0000285
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000286<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000287
288<!-- FIXME: Comment out
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000289<h3>Crack Programming Language</h3>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000290
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000291<div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000292<p>
293<a href="http://code.google.com/p/crack-language/">Crack</a> aims to provide the
294ease of development of a scripting language with the performance of a compiled
295language. The language derives concepts from C++, Java and Python, incorporating
296object-oriented programming, operator overloading and strong typing.</p>
297</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000298-->
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000299
300<!--=========================================================================-->
Bill Wendling2d7b4af2011-10-25 20:24:32 +0000301<h3>TTA-based Co-design Environment (TCE)</h3>
302
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000303<div>
Bill Wendling2d7b4af2011-10-25 20:24:32 +0000304
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000305<p>TCE is a toolset for designing application-specific processors (ASP) based on
Bill Wendling2d7b4af2011-10-25 20:24:32 +0000306 the Transport triggered architecture (TTA). The toolset provides a complete
307 co-design flow from C/C++ programs down to synthesizable VHDL and parallel
308 program binaries. Processor customization points include the register files,
309 function units, supported operations, and the interconnection network.</p>
310
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000311<p>TCE uses Clang and LLVM for C/C++ language support, target independent
Bill Wendling2d7b4af2011-10-25 20:24:32 +0000312 optimizations and also for parts of code generation. It generates new
313 LLVM-based code generators <i>on the fly</i> for the designed TTA processors
314 and loads them in to the compiler backend as runtime libraries to avoid
315 per-target recompilation of larger parts of the compiler chain.</p>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000316</div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000317
318
319<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000320<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000321<h3>PinaVM</h3>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000322
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000323<div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000324<p><a href="http://gitorious.org/pinavm/pages/Home">PinaVM</a> is an open
325source, <a href="http://www.systemc.org/">SystemC</a> front-end. Unlike many
326other front-ends, PinaVM actually executes the elaboration of the
327program analyzed using LLVM's JIT infrastructure. It later enriches the
328bitcode with SystemC-specific information.</p>
329</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000330-->
331
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000332
333<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000334<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000335<h3>Pure</h3>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000336
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000337<div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000338<p><a href="http://pure-lang.googlecode.com/">Pure</a> is an
339 algebraic/functional
340 programming language based on term rewriting. Programs are collections
341 of equations which are used to evaluate expressions in a symbolic
342 fashion. The interpreter uses LLVM as a backend to JIT-compile Pure
343 programs to fast native code. Pure offers dynamic typing, eager and lazy
344 evaluation, lexical closures, a hygienic macro system (also based on
345 term rewriting), built-in list and matrix support (including list and
346 matrix comprehensions) and an easy-to-use interface to C and other
347 programming languages (including the ability to load LLVM bitcode
348 modules, and inline C, C++, Fortran and Faust code in Pure programs if
349 the corresponding LLVM-enabled compilers are installed).</p>
350
Chad Rosiere6291d02011-05-27 22:50:46 +0000351<p>Pure version 0.47 has been tested and is known to work with LLVM 3.0
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000352 (and continues to work with older LLVM releases &gt;= 2.5).</p>
353</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000354-->
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000355
356<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000357<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000358<h3 id="icedtea">IcedTea Java Virtual Machine Implementation</h3>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000359
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000360<div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000361<p>
362<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea</a> provides a
363harness to build OpenJDK using only free software build tools and to provide
364replacements for the not-yet free parts of OpenJDK. One of the extensions that
365IcedTea provides is a new JIT compiler named <a
366href="http://icedtea.classpath.org/wiki/ZeroSharkFaq">Shark</a> which uses LLVM
367to provide native code generation without introducing processor-dependent
368code.
369</p>
370
371<p> OpenJDK 7 b112, IcedTea6 1.9 and IcedTea7 1.13 and later have been tested
Chad Rosiere6291d02011-05-27 22:50:46 +0000372and are known to work with LLVM 3.0 (and continue to work with older LLVM
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000373releases &gt;= 2.6 as well).</p>
374</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000375-->
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000376
377<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000378<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000379<h3>Glasgow Haskell Compiler (GHC)</h3>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000380
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000381<div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000382<p>GHC is an open source, state-of-the-art programming suite for Haskell,
383a standard lazy functional programming language. It includes an
384optimizing static compiler generating good code for a variety of
385platforms, together with an interactive system for convenient, quick
386development.</p>
387
388<p>In addition to the existing C and native code generators, GHC 7.0 now
389supports an LLVM code generator. GHC supports LLVM 2.7 and later.</p>
390</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000391-->
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000392
393<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000394<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000395<h3>Polly - Polyhedral optimizations for LLVM</h3>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000396
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000397<div>
Chris Lattner3bfe57e2011-04-06 01:13:49 +0000398<p>Polly is a project that aims to provide advanced memory access optimizations
399to better take advantage of SIMD units, cache hierarchies, multiple cores or
400even vector accelerators for LLVM. Built around an abstract mathematical
401description based on Z-polyhedra, it provides the infrastructure to develop
402advanced optimizations in LLVM and to connect complex external optimizers. In
403its first year of existence Polly already provides an exact value-based
404dependency analysis as well as basic SIMD and OpenMP code generation support.
405Furthermore, Polly can use PoCC(Pluto) an advanced optimizer for data-locality
406and parallelism.</p>
407</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000408-->
Chris Lattner75547712010-10-03 23:49:06 +0000409
Chris Lattner0fa5da92011-04-06 16:14:25 +0000410<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000411<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000412<h3>Rubinius</h3>
Chris Lattner0fa5da92011-04-06 16:14:25 +0000413
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000414<div>
Chris Lattner0fa5da92011-04-06 16:14:25 +0000415 <p><a href="http://github.com/evanphx/rubinius">Rubinius</a> is an environment
416 for running Ruby code which strives to write as much of the implementation in
417 Ruby as possible. Combined with a bytecode interpreting VM, it uses LLVM to
418 optimize and compile ruby code down to machine code. Techniques such as type
419 feedback, method inlining, and deoptimization are all used to remove dynamism
420 from ruby execution and increase performance.</p>
421</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000422-->
Chris Lattner0fa5da92011-04-06 16:14:25 +0000423
Chris Lattnera844a3e2011-04-07 03:09:21 +0000424<!--=========================================================================-->
Bill Wendlingf2a78332011-10-25 01:01:42 +0000425<!--
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000426<h3>
Chris Lattnera844a3e2011-04-07 03:09:21 +0000427<a name="FAUST">FAUST Real-Time Audio Signal Processing Language</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000428</h3>
Chris Lattnere0518442010-10-01 06:34:49 +0000429
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000430<div>
Chris Lattnera844a3e2011-04-07 03:09:21 +0000431<p>
432<a href="http://faust.grame.fr">FAUST</a> is a compiled language for real-time
433audio signal processing. The name FAUST stands for Functional AUdio STream. Its
434programming model combines two approaches: functional programming and block
435diagram composition. In addition with the C, C++, JAVA output formats, the
Chad Rosiere6291d02011-05-27 22:50:46 +0000436Faust compiler can now generate LLVM bitcode, and works with LLVM 2.7-3.0.</p>
Chris Lattnera844a3e2011-04-07 03:09:21 +0000437
438</div>
Bill Wendlingf2a78332011-10-25 01:01:42 +0000439-->
Chris Lattnera844a3e2011-04-07 03:09:21 +0000440
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000441</div>
442
Chris Lattner8348b472008-06-08 21:58:17 +0000443<!-- *********************************************************************** -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000444<h2>
Chad Rosiere6291d02011-05-27 22:50:46 +0000445 <a name="whatsnew">What's New in LLVM 3.0?</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000446</h2>
Chris Lattner8348b472008-06-08 21:58:17 +0000447<!-- *********************************************************************** -->
448
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000449<div>
Chris Lattnerf8e0b4e2008-06-08 22:59:35 +0000450
Chris Lattner61358ab2009-10-13 17:48:04 +0000451<p>This release includes a huge number of bug fixes, performance tweaks and
Chris Lattnerf6662f92008-10-13 17:57:36 +0000452minor improvements. Some of the major improvements and new features are listed
453in this section.
Chris Lattnerf8e0b4e2008-06-08 22:59:35 +0000454</p>
Chris Lattner61358ab2009-10-13 17:48:04 +0000455
Chris Lattner914ce462010-04-22 06:28:20 +0000456<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000457<h3>
Chris Lattner252b83d2008-02-06 18:00:06 +0000458<a name="majorfeatures">Major New Features</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000459</h3>
Chris Lattner252b83d2008-02-06 18:00:06 +0000460
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000461<div>
Chris Lattner252b83d2008-02-06 18:00:06 +0000462
Chad Rosiere6291d02011-05-27 22:50:46 +0000463<p>LLVM 3.0 includes several major new capabilities:</p>
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000464
465<ul>
Chris Lattner1efe27e2011-04-06 00:45:11 +0000466
Chad Rosiere6291d02011-05-27 22:50:46 +0000467<!--
468<li></li>
469-->
Chris Lattner7a8e6c52011-04-05 18:38:45 +0000470
Chris Lattner8170c102008-02-10 08:18:42 +0000471</ul>
Chris Lattner0a6f6d52011-04-05 07:19:28 +0000472
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000473</div>
474
Chris Lattner84977642007-09-21 03:54:09 +0000475<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000476<h3>
Chris Lattner917cc712009-03-02 02:37:32 +0000477<a name="coreimprovements">LLVM IR and Core Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000478</h3>
Chris Lattnerf304ffc2008-02-10 08:17:19 +0000479
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000480<div>
Chris Lattner61358ab2009-10-13 17:48:04 +0000481<p>LLVM IR has several new features for better support of new targets and that
482expose new optimization opportunities:</p>
Chris Lattnerf304ffc2008-02-10 08:17:19 +0000483
Chris Lattner791f77b2008-06-05 06:25:56 +0000484<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000485<!--
486<li></li>
487-->
Chris Lattnerf304ffc2008-02-10 08:17:19 +0000488</ul>
Mikhail Glushenkovea65d7d2008-10-13 02:08:34 +0000489
Chris Lattnerf304ffc2008-02-10 08:17:19 +0000490</div>
491
492<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000493<h3>
Chris Lattneracce85d2008-02-10 07:46:44 +0000494<a name="optimizer">Optimizer Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000495</h3>
Chris Lattneracce85d2008-02-10 07:46:44 +0000496
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000497<div>
Chris Lattneracce85d2008-02-10 07:46:44 +0000498
Chris Lattner61358ab2009-10-13 17:48:04 +0000499<p>In addition to a large array of minor performance tweaks and bug fixes, this
Chris Lattnerf3013872008-10-13 21:50:36 +0000500release includes a few major enhancements and additions to the optimizers:</p>
Chris Lattneracce85d2008-02-10 07:46:44 +0000501
502<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000503<!--
504<li></li>
505-->
Chris Lattnerc5ac61d2011-04-06 05:50:04 +0000506</li>
Chris Lattner1efe27e2011-04-06 00:45:11 +0000507
Chris Lattner11b66112010-10-04 02:42:39 +0000508</ul>
509
Chris Lattner61358ab2009-10-13 17:48:04 +0000510</div>
Chris Lattner917cc712009-03-02 02:37:32 +0000511
Chris Lattner0b832202008-06-08 02:45:07 +0000512<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000513<h3>
Chris Lattner4ba2b652010-09-30 16:31:33 +0000514<a name="mc">MC Level Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000515</h3>
Chris Lattner4ba2b652010-09-30 16:31:33 +0000516
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000517<div>
Chris Lattner4ba2b652010-09-30 16:31:33 +0000518<p>
Chris Lattner7d9b6b42010-10-02 21:59:30 +0000519The LLVM Machine Code (aka MC) subsystem was created to solve a number
Chris Lattner4ba2b652010-09-30 16:31:33 +0000520of problems in the realm of assembly, disassembly, object file format handling,
521and a number of other related areas that CPU instruction-set level tools work
Chris Lattner7d9b6b42010-10-02 21:59:30 +0000522in.</p>
523
Chris Lattner7d9b6b42010-10-02 21:59:30 +0000524<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000525<!--
526<li></li>
527-->
Chris Lattner7d9b6b42010-10-02 21:59:30 +0000528</ul>
529
530<p>For more information, please see the <a
Chris Lattner4ba2b652010-09-30 16:31:33 +0000531href="http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html">Intro to the
532LLVM MC Project Blog Post</a>.
533</p>
534
NAKAMURA Takumi45c435a2011-04-05 08:24:22 +0000535</div>
Chris Lattner4ba2b652010-09-30 16:31:33 +0000536
Chris Lattner4ba2b652010-09-30 16:31:33 +0000537<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000538<h3>
Chris Lattner511433e2009-03-02 03:24:11 +0000539<a name="codegen">Target Independent Code Generator Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000540</h3>
Chris Lattner0b832202008-06-08 02:45:07 +0000541
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000542<div>
Chris Lattner0b832202008-06-08 02:45:07 +0000543
Mikhail Glushenkovf795ef02009-03-01 18:09:47 +0000544<p>We have put a significant amount of work into the code generator
545infrastructure, which allows us to implement more aggressive algorithms and make
546it run faster:</p>
Chris Lattner0b832202008-06-08 02:45:07 +0000547
548<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000549<!--
550<li></li>
551-->
Chris Lattner84977642007-09-21 03:54:09 +0000552</ul>
Chris Lattner84977642007-09-21 03:54:09 +0000553</div>
554
Chris Lattner917cc712009-03-02 02:37:32 +0000555<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000556<h3>
Chris Lattner917cc712009-03-02 02:37:32 +0000557<a name="x86">X86-32 and X86-64 Target Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000558</h3>
Chris Lattner917cc712009-03-02 02:37:32 +0000559
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000560<div>
Chris Lattner7714c912010-10-04 04:39:25 +0000561<p>New features and major changes in the X86 target include:
Chris Lattner917cc712009-03-02 02:37:32 +0000562</p>
563
564<ul>
Chad Rosierf94c9c12011-05-27 20:13:10 +0000565<li>The CRC32 intrinsics have been renamed. The intrinsics were previously
566 @llvm.x86.sse42.crc32.[8|16|32] and @llvm.x86.sse42.crc64.[8|64]. They have
567 been renamed to @llvm.x86.sse42.crc32.32.[8|16|32] and
568 @llvm.x86.sse42.crc32.64.[8|64].</li>
569
Chris Lattner917cc712009-03-02 02:37:32 +0000570</ul>
571
Chris Lattner917cc712009-03-02 02:37:32 +0000572</div>
Chris Lattner84977642007-09-21 03:54:09 +0000573
574<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000575<h3>
Chris Lattner61358ab2009-10-13 17:48:04 +0000576<a name="ARM">ARM Target Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000577</h3>
Chris Lattnerc441fb82009-03-01 02:30:21 +0000578
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000579<div>
Chris Lattner61358ab2009-10-13 17:48:04 +0000580<p>New features of the ARM target include:
581</p>
Chris Lattnerc441fb82009-03-01 02:30:21 +0000582
583<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000584<!--
585<li></li>
586-->
Bob Wilsone8472772010-09-13 17:39:35 +0000587</ul>
Chris Lattner61358ab2009-10-13 17:48:04 +0000588</div>
Chris Lattner1efe27e2011-04-06 00:45:11 +0000589
590<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000591<h3>
Chris Lattner1efe27e2011-04-06 00:45:11 +0000592<a name="OtherTS">Other Target Specific Improvements</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000593</h3>
Chris Lattnerc441fb82009-03-01 02:30:21 +0000594
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000595<div>
Chris Lattner1efe27e2011-04-06 00:45:11 +0000596<ul>
Chad Rosiere6291d02011-05-27 22:50:46 +0000597<!--
598<li></li>
599-->
Chris Lattner1efe27e2011-04-06 00:45:11 +0000600</ul>
601</div>
Chris Lattner77d29b12008-06-05 08:02:49 +0000602
603<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000604<h3>
Chris Lattnerf6662f92008-10-13 17:57:36 +0000605<a name="changes">Major Changes and Removed Features</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000606</h3>
Chris Lattnerf6662f92008-10-13 17:57:36 +0000607
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000608<div>
Chris Lattnerf6662f92008-10-13 17:57:36 +0000609
Bill Wendling2626dba2011-08-03 22:18:20 +0000610<p>If you're already an LLVM user or developer with out-of-tree changes based on
611 LLVM 2.9, this section lists some "gotchas" that you may run into upgrading
612 from the previous release.</p>
Chris Lattnerf6662f92008-10-13 17:57:36 +0000613
614<ul>
Eric Christopher90d6ec52011-09-28 19:47:28 +0000615 <li>The <code>LLVMC</code> front end code was removed while separating
616 out language independence.</li>
Jay Foadf42e9b22011-08-04 10:43:43 +0000617 <li>The <code>LowerSetJmp</code> pass wasn't used effectively by any
618 target and has been removed.</li>
Rafael Espindolaf940a1a2011-08-30 23:03:45 +0000619 <li>The old <code>TailDup</code> pass was not used in the standard pipeline
620 and was unable to update ssa form, so it has been removed.
Eli Friedmanf03bb262011-08-12 22:50:01 +0000621 <li>The syntax of volatile loads and stores in IR has been changed to
622 "<code>load volatile</code>"/"<code>store volatile</code>". The old
623 syntax ("<code>volatile load</code>"/"<code>volatile store</code>")
624 is still accepted, but is now considered deprecated.</li>
Devang Patelb34dd132008-10-14 20:03:43 +0000625</ul>
Chris Lattnerf6662f92008-10-13 17:57:36 +0000626
NAKAMURA Takumi2026de22011-08-22 23:22:05 +0000627<h4>Windows (32-bit)</h4>
628<div>
629<ul>
630 <li>On Win32(MinGW32 and MSVC), Windows 2000 will not be supported.
631 Windows XP or higher is required.</li>
632</ul>
633</div>
634
Chris Lattnerf6662f92008-10-13 17:57:36 +0000635</div>
636
Daniel Dunbarf0233c62010-10-04 20:11:41 +0000637<!--=========================================================================-->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000638<h3>
Chris Lattner1efe27e2011-04-06 00:45:11 +0000639<a name="api_changes">Internal API Changes</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000640</h3>
Daniel Dunbarf0233c62010-10-04 20:11:41 +0000641
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000642<div>
Daniel Dunbarf0233c62010-10-04 20:11:41 +0000643
Chris Lattner1efe27e2011-04-06 00:45:11 +0000644<p>In addition, many APIs have changed in this release. Some of the major
Bill Wendling16005252011-08-02 06:20:17 +0000645 LLVM API changes are:</p>
Daniel Dunbarf0233c62010-10-04 20:11:41 +0000646
647<ul>
Chris Lattnerd1324302011-07-18 04:56:02 +0000648<li>The biggest and most pervasive change is that llvm::Type's are no longer
649 returned or accepted as 'const' values. Instead, just pass around non-const
650 Type's.</li>
651
Jay Foad558d3762011-07-14 09:19:05 +0000652<li><code>PHINode::reserveOperandSpace</code> has been removed. Instead, you
653 must specify how many operands to reserve space for when you create the
654 PHINode, by passing an extra argument into <code>PHINode::Create</code>.</li>
655
656<li>PHINodes no longer store their incoming BasicBlocks as operands. Instead,
657 the list of incoming BasicBlocks is stored separately, and can be accessed
658 with new functions <code>PHINode::block_begin</code>
659 and <code>PHINode::block_end</code>.</li>
660
661<li>Various functions now take an <code>ArrayRef</code> instead of either a pair
662 of pointers (or iterators) to the beginning and end of a range, or a pointer
663 and a length. Others now return an <code>ArrayRef</code> instead of a
664 reference to a <code>SmallVector</code> or <code>std::vector</code>. These
665 include:
666<ul>
667<!-- Please keep this list sorted. -->
Jay Foada3efbb12011-07-15 08:37:34 +0000668<li><code>CallInst::Create</code></li>
Jay Foad558d3762011-07-14 09:19:05 +0000669<li><code>ComputeLinearIndex</code> (in <code>llvm/CodeGen/Analysis.h</code>)</li>
670<li><code>ConstantArray::get</code></li>
671<li><code>ConstantExpr::getExtractElement</code></li>
Jay Foaddab3d292011-07-21 14:31:17 +0000672<li><code>ConstantExpr::getGetElementPtr</code></li>
673<li><code>ConstantExpr::getInBoundsGetElementPtr</code></li>
Jay Foad558d3762011-07-14 09:19:05 +0000674<li><code>ConstantExpr::getIndices</code></li>
675<li><code>ConstantExpr::getInsertElement</code></li>
676<li><code>ConstantExpr::getWithOperands</code></li>
Jay Foad1d2f5692011-07-19 13:32:40 +0000677<li><code>ConstantFoldCall</code> (in <code>llvm/Analysis/ConstantFolding.h</code>)</li>
678<li><code>ConstantFoldInstOperands</code> (in <code>llvm/Analysis/ConstantFolding.h</code>)</li>
Jay Foad558d3762011-07-14 09:19:05 +0000679<li><code>ConstantVector::get</code></li>
680<li><code>DIBuilder::createComplexVariable</code></li>
681<li><code>DIBuilder::getOrCreateArray</code></li>
682<li><code>ExtractValueInst::Create</code></li>
683<li><code>ExtractValueInst::getIndexedType</code></li>
684<li><code>ExtractValueInst::getIndices</code></li>
685<li><code>FindInsertedValue</code> (in <code>llvm/Analysis/ValueTracking.h</code>)</li>
Jay Foadca12a212011-07-19 14:42:50 +0000686<li><code>gep_type_begin</code> (in <code>llvm/Support/GetElementPtrTypeIterator.h</code>)</li>
687<li><code>gep_type_end</code> (in <code>llvm/Support/GetElementPtrTypeIterator.h</code>)</li>
Jay Foada9203102011-07-25 09:48:08 +0000688<li><code>GetElementPtrInst::Create</code></li>
689<li><code>GetElementPtrInst::CreateInBounds</code></li>
690<li><code>GetElementPtrInst::getIndexedType</code></li>
Jay Foadb60e8512011-07-21 14:42:51 +0000691<li><code>InsertValueInst::Create</code></li>
692<li><code>InsertValueInst::getIndices</code></li>
693<li><code>InvokeInst::Create</code></li>
Jay Foada3efbb12011-07-15 08:37:34 +0000694<li><code>IRBuilder::CreateCall</code></li>
Jay Foad558d3762011-07-14 09:19:05 +0000695<li><code>IRBuilder::CreateExtractValue</code></li>
Jay Foad0a2a60a2011-07-22 08:16:57 +0000696<li><code>IRBuilder::CreateGEP</code></li>
697<li><code>IRBuilder::CreateInBoundsGEP</code></li>
Jay Foad558d3762011-07-14 09:19:05 +0000698<li><code>IRBuilder::CreateInsertValue</code></li>
Jay Foada3efbb12011-07-15 08:37:34 +0000699<li><code>IRBuilder::CreateInvoke</code></li>
Jay Foad558d3762011-07-14 09:19:05 +0000700<li><code>MDNode::get</code></li>
701<li><code>MDNode::getIfExists</code></li>
702<li><code>MDNode::getTemporary</code></li>
703<li><code>MDNode::getWhenValsUnresolved</code></li>
Jay Foadb9b54eb2011-07-19 15:07:52 +0000704<li><code>SimplifyGEPInst</code> (in <code>llvm/Analysis/InstructionSimplify.h</code>)</li>
Jay Foad8fbbb392011-07-19 14:01:37 +0000705<li><code>TargetData::getIndexedOffset</code></li>
Jay Foad558d3762011-07-14 09:19:05 +0000706</ul></li>
707
708<li>All forms of <code>StringMap::getOrCreateValue</code> have been remove
709 except for the one which takes a <code>StringRef</code>.</li>
710
Bill Wendling16005252011-08-02 06:20:17 +0000711<li>The <code>LLVMBuildUnwind</code> function from the C API was removed. The
712 LLVM <code>unwind</code> instruction has been deprecated for a long time and
Bill Wendling086da7e2011-08-02 06:39:13 +0000713 isn't used by the current front-ends. So this was removed during the
Bill Wendling16005252011-08-02 06:20:17 +0000714 exception handling rewrite.</li>
715
Bill Wendling2626dba2011-08-03 22:18:20 +0000716<li>The <code>LLVMAddLowerSetJmpPass</code> function from the C API was removed
717 because the <code>LowerSetJmp</code> pass was removed.</li>
718
Devang Patel6326a422011-08-15 23:00:00 +0000719<li>The <code>DIBuilder</code> interface used by front ends to encode debugging
720 information in the LLVM IR now expects clients to use <code>DIBuilder::finalize()</code>
721 at the end of translation unit to complete debugging information encoding.</li>
722
Torok Edwinf16e2d42011-09-30 13:07:52 +0000723<li>The way the type system works has been rewritten: <code>PATypeHolder</code>
724and <code>OpaqueType</code> are gone, and all APIs deal with <code>Type*</code>
725instead of <code>const Type*</code>.
726If you need to create recursive structures, then create a named structure,
727and use <code>setBody()</code> when all its elements are built.
728Type merging and refining is gone too: named structures are not
729merged with other structures, even if their layout is identical.
730(of course anonymous structures are still uniqued by layout).
731</li>
732
733<li>TargetSelect.h moved to Support/ from Target/</li>
734
735<li>UpgradeIntrinsicCall no longer upgrades pre-2.9 intrinsic calls
736(for example <code>llvm.memset.i32</code>).</li>
737
738<li>It is mandatory to initialize all out-of-tree passes too and their dependencies now with
739<code>INITIALIZE_PASS{BEGIN,END,}</code> and <code>INITIALIZE_{PASS,AG}_DEPENDENCY</code>.</li>
740
Eli Friedmanb4141422011-10-13 22:14:57 +0000741<li>The interface for MemDepResult in MemoryDependenceAnalysis has been enhanced
742 with new return types Unknown and NonFuncLocal, in addition to the existing
743 types Clobber, Def, and NonLocal.</li>
744
Daniel Dunbarf0233c62010-10-04 20:11:41 +0000745</ul>
746</div>
Chris Lattnerf6662f92008-10-13 17:57:36 +0000747
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000748</div>
749
Chris Lattner79c3fe12003-10-02 04:57:28 +0000750<!-- *********************************************************************** -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000751<h2>
Misha Brukman500bc302003-11-22 00:38:41 +0000752 <a name="knownproblems">Known Problems</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000753</h2>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000754<!-- *********************************************************************** -->
755
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000756<div>
Misha Brukman500bc302003-11-22 00:38:41 +0000757
Mikhail Glushenkovf795ef02009-03-01 18:09:47 +0000758<p>This section contains significant known problems with the LLVM system,
Chris Lattnere18b32e2008-11-10 05:40:34 +0000759listed by component. If you run into a problem, please check the <a
Chris Lattnerc463b272005-10-29 07:07:09 +0000760href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if
Chris Lattner5eccca42003-12-12 21:22:16 +0000761there isn't already one.</p>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000762
Chris Lattnerf5ee1702004-03-14 02:03:02 +0000763<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000764<h3>
Chris Lattnerf5ee1702004-03-14 02:03:02 +0000765 <a name="experimental">Experimental features included with this release</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000766</h3>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000767
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000768<div>
Chris Lattnerf5ee1702004-03-14 02:03:02 +0000769
Misha Brukman6df9e2c2004-05-12 21:46:05 +0000770<p>The following components of this LLVM release are either untested, known to
771be broken or unreliable, or are in early development. These components should
772not be relied on, and bugs should not be filed against them, but they may be
773useful to some people. In particular, if you would like to work on one of these
Chris Lattner2b659ef2008-02-12 06:29:45 +0000774components, please contact us on the <a
775href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p>
Chris Lattnerf5ee1702004-03-14 02:03:02 +0000776
777<ul>
Dan Gohman3e6157d2011-10-25 00:05:42 +0000778<li>The Alpha, CellSPU, MicroBlaze, MSP430, MIPS, PTX,
Chris Lattnerbb117712010-10-04 01:29:06 +0000779 and XCore backends are experimental.</li>
Chris Lattner7d9b6b42010-10-02 21:59:30 +0000780<li><tt>llc</tt> "<tt>-filetype=obj</tt>" is experimental on all targets
Chris Lattner49123fd2011-04-06 06:29:50 +0000781 other than darwin and ELF X86 systems.</li>
Chris Lattnerbe2e1b52011-03-10 07:43:44 +0000782
Chris Lattnerf5ee1702004-03-14 02:03:02 +0000783</ul>
784
785</div>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000786
Misha Brukman500bc302003-11-22 00:38:41 +0000787<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000788<h3>
Chris Lattner26299222006-11-18 07:51:14 +0000789 <a name="x86-be">Known problems with the X86 back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000790</h3>
John Criswellc0c186d2005-11-08 21:11:33 +0000791
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000792<div>
John Criswellc0c186d2005-11-08 21:11:33 +0000793
794<ul>
Anton Korobeynikova6094be2008-06-08 10:24:13 +0000795 <li>The X86 backend does not yet support
796 all <a href="http://llvm.org/PR879">inline assembly that uses the X86
797 floating point stack</a>. It supports the 'f' and 't' constraints, but not
798 'u'.</li>
Dan Gohman8207ba92008-06-08 23:05:11 +0000799 <li>The X86-64 backend does not yet support the LLVM IR instruction
Chris Lattner914ce462010-04-22 06:28:20 +0000800 <tt>va_arg</tt>. Currently, front-ends support variadic
Dan Gohman8207ba92008-06-08 23:05:11 +0000801 argument constructs on X86-64 by lowering them manually.</li>
NAKAMURA Takumi45c435a2011-04-05 08:24:22 +0000802 <li>Windows x64 (aka Win64) code generator has a few issues.
803 <ul>
804 <li>llvm-gcc cannot build the mingw-w64 runtime currently
805 due to lack of support for the 'u' inline assembly
806 constraint and for X87 floating point inline assembly.</li>
807 <li>On mingw-w64, you will see unresolved symbol <tt>__chkstk</tt>
808 due to <a href="http://llvm.org/bugs/show_bug.cgi?id=8919">Bug 8919</a>.
809 It is fixed in <a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110321/118499.html">r128206</a>.</li>
810 <li>Miss-aligned MOVDQA might crash your program. It is due to
811 <a href="http://llvm.org/bugs/show_bug.cgi?id=9483">Bug 9483</a>,
812 lack of handling aligned internal globals.</li>
813 </ul>
814 </li>
815
Chris Lattner26299222006-11-18 07:51:14 +0000816</ul>
817
818</div>
819
820<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000821<h3>
Chris Lattner26299222006-11-18 07:51:14 +0000822 <a name="ppc-be">Known problems with the PowerPC back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000823</h3>
Chris Lattner26299222006-11-18 07:51:14 +0000824
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000825<div>
Chris Lattner26299222006-11-18 07:51:14 +0000826
827<ul>
Nicolas Geoffraye4285dc2007-05-15 09:21:28 +0000828<li>The Linux PPC32/ABI support needs testing for the interpreter and static
Chris Lattner57a460e2007-05-23 04:39:32 +0000829compilation, and lacks support for debug information.</li>
Chris Lattner26299222006-11-18 07:51:14 +0000830</ul>
831
832</div>
833
834<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000835<h3>
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000836 <a name="arm-be">Known problems with the ARM back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000837</h3>
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000838
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000839<div>
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000840
841<ul>
Chris Lattner57a460e2007-05-23 04:39:32 +0000842<li>Thumb mode works only on ARMv6 or higher processors. On sub-ARMv6
Duncan Sandsc90d68b2007-09-26 15:59:54 +0000843processors, thumb programs can crash or produce wrong
Chris Lattner57a460e2007-05-23 04:39:32 +0000844results (<a href="http://llvm.org/PR1388">PR1388</a>).</li>
John Criswell524a5dd2009-03-02 15:28:15 +0000845<li>Compilation for ARM Linux OABI (old ABI) is supported but not fully tested.
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000846</li>
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000847</ul>
848
849</div>
850
851<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000852<h3>
Chris Lattner26299222006-11-18 07:51:14 +0000853 <a name="sparc-be">Known problems with the SPARC back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000854</h3>
Chris Lattner26299222006-11-18 07:51:14 +0000855
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000856<div>
Chris Lattner26299222006-11-18 07:51:14 +0000857
858<ul>
John Criswell524a5dd2009-03-02 15:28:15 +0000859<li>The SPARC backend only supports the 32-bit SPARC ABI (-m32); it does not
Chris Lattner26299222006-11-18 07:51:14 +0000860 support the 64-bit SPARC ABI (-m64).</li>
861</ul>
862
863</div>
864
865<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000866<h3>
Bruno Cardoso Lopesb7e1a4f2008-10-25 14:56:26 +0000867 <a name="mips-be">Known problems with the MIPS back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000868</h3>
Bruno Cardoso Lopesb7e1a4f2008-10-25 14:56:26 +0000869
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000870<div>
Bruno Cardoso Lopesb7e1a4f2008-10-25 14:56:26 +0000871
872<ul>
Bruno Cardoso Lopesb7e1a4f2008-10-25 14:56:26 +0000873<li>64-bit MIPS targets are not supported yet.</li>
874</ul>
875
876</div>
877
878<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000879<h3>
Chris Lattner26299222006-11-18 07:51:14 +0000880 <a name="alpha-be">Known problems with the Alpha back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000881</h3>
Chris Lattner26299222006-11-18 07:51:14 +0000882
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000883<div>
Chris Lattner26299222006-11-18 07:51:14 +0000884
885<ul>
886
887<li>On 21164s, some rare FP arithmetic sequences which may trap do not have the
888appropriate nops inserted to ensure restartability.</li>
889
John Criswellc0c186d2005-11-08 21:11:33 +0000890</ul>
891</div>
892
Chris Lattner26299222006-11-18 07:51:14 +0000893<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000894<h3>
Chris Lattnerf3e5bc62007-05-14 06:56:09 +0000895 <a name="c-be">Known problems with the C back-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000896</h3>
Chris Lattner26299222006-11-18 07:51:14 +0000897
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000898<div>
Chris Lattner26299222006-11-18 07:51:14 +0000899
Chris Lattner3016ee92010-09-29 05:34:42 +0000900<p>The C backend has numerous problems and is not being actively maintained.
901Depending on it for anything serious is not advised.</p>
902
Chris Lattner26299222006-11-18 07:51:14 +0000903<ul>
Chris Lattner5733b272008-06-05 06:35:40 +0000904<li><a href="http://llvm.org/PR802">The C backend has only basic support for
905 inline assembly code</a>.</li>
Chris Lattner725a0d82007-09-26 06:01:35 +0000906<li><a href="http://llvm.org/PR1658">The C backend violates the ABI of common
907 C++ programs</a>, preventing intermixing between C++ compiled by the CBE and
Gabor Greif4906abe2009-03-02 12:02:51 +0000908 C++ code compiled with <tt>llc</tt> or native compilers.</li>
Duncan Sandsf74c0cc2008-02-10 13:40:55 +0000909<li>The C backend does not support all exception handling constructs.</li>
Duncan Sands50723a92009-02-25 11:51:54 +0000910<li>The C backend does not support arbitrary precision integers.</li>
Chris Lattner26299222006-11-18 07:51:14 +0000911</ul>
912
913</div>
John Criswellc0c186d2005-11-08 21:11:33 +0000914
Misha Brukman500bc302003-11-22 00:38:41 +0000915
916<!-- ======================================================================= -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000917<h3>
Chris Lattner3016ee92010-09-29 05:34:42 +0000918 <a name="llvm-gcc">Known problems with the llvm-gcc front-end</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000919</h3>
Chris Lattner47588f92003-10-02 05:07:23 +0000920
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000921<div>
Chris Lattnerc5d658a2006-03-03 00:34:26 +0000922
Chad Rosiere6291d02011-05-27 22:50:46 +0000923<p><b>LLVM 3.0 will be the last release of llvm-gcc.</b></p>
Chris Lattner49123fd2011-04-06 06:29:50 +0000924
Chris Lattner3016ee92010-09-29 05:34:42 +0000925<p>llvm-gcc is generally very stable for the C family of languages. The only
926 major language feature of GCC not supported by llvm-gcc is the
927 <tt>__builtin_apply</tt> family of builtins. However, some extensions
928 are only supported on some targets. For example, trampolines are only
929 supported on some targets (these are used when you take the address of a
930 nested function).</p>
Misha Brukman500bc302003-11-22 00:38:41 +0000931
Chris Lattner3016ee92010-09-29 05:34:42 +0000932<p>Fortran support generally works, but there are still several unresolved bugs
933 in <a href="http://llvm.org/bugs/">Bugzilla</a>. Please see the
934 tools/gfortran component for details. Note that llvm-gcc is missing major
935 Fortran performance work in the frontend and library that went into GCC after
936 4.2. If you are interested in Fortran, we recommend that you consider using
937 <a href="#dragonegg">dragonegg</a> instead.</p>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000938
Duncan Sands3af96332010-10-04 10:06:56 +0000939<p>The llvm-gcc 4.2 Ada compiler has basic functionality, but is no longer being
940actively maintained. If you are interested in Ada, we recommend that you
941consider using <a href="#dragonegg">dragonegg</a> instead.</p>
Chris Lattner2b659ef2008-02-12 06:29:45 +0000942</div>
943
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000944</div>
945
Chris Lattner79c3fe12003-10-02 04:57:28 +0000946<!-- *********************************************************************** -->
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000947<h2>
Misha Brukman500bc302003-11-22 00:38:41 +0000948 <a name="additionalinfo">Additional Information</a>
NAKAMURA Takumi06c6d9a2011-04-18 01:17:51 +0000949</h2>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000950<!-- *********************************************************************** -->
951
NAKAMURA Takumi074eeaa2011-04-21 01:52:00 +0000952<div>
Misha Brukman500bc302003-11-22 00:38:41 +0000953
Chris Lattner416db102005-05-16 17:13:10 +0000954<p>A wide variety of additional information is available on the <a
NAKAMURA Takumib9a33632011-04-09 02:13:37 +0000955href="http://llvm.org/">LLVM web page</a>, in particular in the <a
Chris Lattnerb4b0ce72007-05-18 00:44:29 +0000956href="http://llvm.org/docs/">documentation</a> section. The web page also
Reid Spencer669ed452007-07-09 08:04:31 +0000957contains versions of the API documentation which is up-to-date with the
958Subversion version of the source code.
Misha Brukman109d9e82005-03-30 19:14:24 +0000959You can access versions of these documents specific to this release by going
960into the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000961
Misha Brukman500bc302003-11-22 00:38:41 +0000962<p>If you have any questions or comments about LLVM, please feel free to contact
Chris Lattnerc463b272005-10-29 07:07:09 +0000963us via the <a href="http://llvm.org/docs/#maillist"> mailing
Chris Lattner5eccca42003-12-12 21:22:16 +0000964lists</a>.</p>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000965
Misha Brukman500bc302003-11-22 00:38:41 +0000966</div>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000967
968<!-- *********************************************************************** -->
Chris Lattner79c3fe12003-10-02 04:57:28 +0000969
Misha Brukman500bc302003-11-22 00:38:41 +0000970<hr>
Misha Brukman2061e892003-11-22 01:23:39 +0000971<address>
Misha Brukman38847d52003-12-21 22:53:21 +0000972 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
Misha Brukman44408702008-12-11 17:34:48 +0000973 src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
Misha Brukman2061e892003-11-22 01:23:39 +0000974 <a href="http://validator.w3.org/check/referer"><img
Misha Brukman44408702008-12-11 17:34:48 +0000975 src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
Misha Brukman2061e892003-11-22 01:23:39 +0000976
Chris Lattnerb4b0ce72007-05-18 00:44:29 +0000977 <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br>
Misha Brukman500bc302003-11-22 00:38:41 +0000978 Last modified: $Date$
Misha Brukman2061e892003-11-22 01:23:39 +0000979</address>
Chris Lattner79c3fe12003-10-02 04:57:28 +0000980
Misha Brukman500bc302003-11-22 00:38:41 +0000981</body>
982</html>