Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
| 3 | <html> |
| 4 | <head> |
Reid Spencer | 6454ed3 | 2004-11-18 18:38:58 +0000 | [diff] [blame] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
Daniel Dunbar | adea497 | 2012-04-19 20:20:34 +0000 | [diff] [blame] | 6 | <link rel="stylesheet" href="_static/llvm.css" type="text/css"> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 7 | <title>LLVM 3.1 Release Notes</title> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 8 | </head> |
| 9 | <body> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 10 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 11 | <h1>LLVM 3.1 Release Notes</h1> |
Mikhail Glushenkov | ea65d7d | 2008-10-13 02:08:34 +0000 | [diff] [blame] | 12 | |
Jakub Staszak | f8de54f | 2011-12-06 23:33:07 +0000 | [diff] [blame] | 13 | <div> |
| 14 | <img style="float:right" src="http://llvm.org/img/DragonSmall.png" |
| 15 | width="136" height="136" alt="LLVM Dragon Logo"> |
| 16 | </div> |
Chris Lattner | 0e464a9 | 2010-03-17 04:02:39 +0000 | [diff] [blame] | 17 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 18 | <ol> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 19 | <li><a href="#intro">Introduction</a></li> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 20 | <li><a href="#subproj">Sub-project Status Update</a></li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 21 | <li><a href="#externalproj">External Projects Using LLVM 3.1</a></li> |
| 22 | <li><a href="#whatsnew">What's New in LLVM?</a></li> |
Chris Lattner | 4b538b9 | 2004-04-30 22:17:12 +0000 | [diff] [blame] | 23 | <li><a href="GettingStarted.html">Installation Instructions</a></li> |
Dan Gohman | 44aa921 | 2008-10-14 16:23:02 +0000 | [diff] [blame] | 24 | <li><a href="#knownproblems">Known Problems</a></li> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 25 | <li><a href="#additionalinfo">Additional Information</a></li> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 26 | </ol> |
| 27 | |
Chris Lattner | 7911ce2 | 2004-05-23 21:07:27 +0000 | [diff] [blame] | 28 | <div class="doc_author"> |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 29 | <p>Written by the <a href="http://llvm.org/">LLVM Team</a></p> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 30 | </div> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 31 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 32 | <h1 style="color:red">These are in-progress notes for the upcoming LLVM 3.1 |
Jeffrey Yasskin | bec4877 | 2010-01-28 01:14:43 +0000 | [diff] [blame] | 33 | release.<br> |
| 34 | You may prefer the |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 35 | <a href="http://llvm.org/releases/3.0/docs/ReleaseNotes.html">LLVM 3.0 |
Dan Gohman | b44f6c6 | 2010-05-03 23:51:05 +0000 | [diff] [blame] | 36 | Release Notes</a>.</h1> |
Jeffrey Yasskin | bec4877 | 2010-01-28 01:14:43 +0000 | [diff] [blame] | 37 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 38 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 39 | <h2> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 40 | <a name="intro">Introduction</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 41 | </h2> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 42 | <!-- *********************************************************************** --> |
| 43 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 44 | <div> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 45 | |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 46 | <p>This document contains the release notes for the LLVM Compiler |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 47 | Infrastructure, release 3.1. Here we describe the status of LLVM, including |
Chris Lattner | 1ab8ce9 | 2011-11-27 18:47:37 +0000 | [diff] [blame] | 48 | major improvements from the previous release, improvements in various |
| 49 | subprojects of LLVM, and some of the current users of the code. |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 50 | All LLVM releases may be downloaded from |
| 51 | the <a href="http://llvm.org/releases/">LLVM releases web site</a>.</p> |
Chris Lattner | 1909261 | 2003-10-02 16:38:05 +0000 | [diff] [blame] | 52 | |
Chris Lattner | 7506b1d | 2004-12-07 08:04:13 +0000 | [diff] [blame] | 53 | <p>For more information about LLVM, including information about the latest |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 54 | release, please check out the <a href="http://llvm.org/">main LLVM web |
| 55 | site</a>. If you have questions or comments, |
| 56 | the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM |
| 57 | Developer's Mailing List</a> is a good place to send them.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 58 | |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 59 | <p>Note that if you are reading this file from a Subversion checkout or the main |
| 60 | LLVM web page, this document applies to the <i>next</i> release, not the |
| 61 | current one. To see the release notes for a specific release, please see the |
| 62 | <a href="http://llvm.org/releases/">releases page</a>.</p> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 63 | |
| 64 | </div> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 65 | |
| 66 | |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 67 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 68 | <h2> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 69 | <a name="subproj">Sub-project Status Update</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 70 | </h2> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 71 | <!-- *********************************************************************** --> |
Chris Lattner | ea34f64 | 2008-06-08 21:34:41 +0000 | [diff] [blame] | 72 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 73 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 74 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 75 | <p>The LLVM 3.1 distribution currently consists of code from the core LLVM |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 76 | repository (which roughly includes the LLVM optimizers, code generators and |
Chris Lattner | c343e31 | 2011-11-10 20:15:40 +0000 | [diff] [blame] | 77 | supporting tools), and the Clang repository. In |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 78 | addition to this code, the LLVM Project includes other sub-projects that are |
| 79 | in development. Here we include updates on these subprojects.</p> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 80 | |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 81 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 82 | <h3> |
Chris Lattner | fb97b2d | 2008-10-13 18:11:54 +0000 | [diff] [blame] | 83 | <a name="clang">Clang: C/C++/Objective-C Frontend Toolkit</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 84 | </h3> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 85 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 86 | <div> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 87 | |
Chris Lattner | 095539f | 2010-04-26 17:42:18 +0000 | [diff] [blame] | 88 | <p><a href="http://clang.llvm.org/">Clang</a> is an LLVM front end for the C, |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 89 | C++, and Objective-C languages. Clang aims to provide a better user |
| 90 | experience through expressive diagnostics, a high level of conformance to |
| 91 | language standards, fast compilation, and low memory use. Like LLVM, Clang |
| 92 | provides a modular, library-based architecture that makes it suitable for |
| 93 | creating or integrating with other development tools. Clang is considered a |
| 94 | production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86 |
Chris Lattner | 1ab8ce9 | 2011-11-27 18:47:37 +0000 | [diff] [blame] | 95 | (32- and 64-bit), and for Darwin/ARM targets.</p> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 96 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 97 | <p>In the LLVM 3.1 time-frame, the Clang team has made many improvements:</p> |
Douglas Gregor | ba087df | 2011-10-15 00:48:01 +0000 | [diff] [blame] | 98 | <ul> |
Seth Cantrell | acc472a | 2012-05-08 23:34:38 +0000 | [diff] [blame] | 99 | <li>C++11 support is greatly expanded including lambdas, initializer lists, constexpr, user-defined literals, and atomics.</li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 100 | <li>...</li> |
Douglas Gregor | ba087df | 2011-10-15 00:48:01 +0000 | [diff] [blame] | 101 | </ul> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 102 | |
| 103 | <p>For more details about the changes to Clang since the 2.9 release, see the |
Chandler Carruth | cc966de | 2011-11-29 00:32:43 +0000 | [diff] [blame] | 104 | <a href="http://clang.llvm.org/docs/ReleaseNotes.html">Clang release notes</a> |
| 105 | </p> |
Douglas Gregor | ba087df | 2011-10-15 00:48:01 +0000 | [diff] [blame] | 106 | |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 107 | |
Duncan Sands | f3ba7af | 2011-04-06 08:07:40 +0000 | [diff] [blame] | 108 | <p>If Clang rejects your code but another compiler accepts it, please take a |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 109 | look at the <a href="http://clang.llvm.org/compatibility.html">language |
| 110 | compatibility</a> guide to make sure this is not intentional or a known |
| 111 | issue.</p> |
Bill Wendling | 741748a | 2008-10-27 09:27:33 +0000 | [diff] [blame] | 112 | |
Chris Lattner | fb97b2d | 2008-10-13 18:11:54 +0000 | [diff] [blame] | 113 | </div> |
| 114 | |
| 115 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 116 | <h3> |
Duncan Sands | 528a510 | 2011-04-04 11:09:08 +0000 | [diff] [blame] | 117 | <a name="dragonegg">DragonEgg: GCC front-ends, LLVM back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 118 | </h3> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 119 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 120 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 121 | <p><a href="http://dragonegg.llvm.org/">DragonEgg</a> is a |
| 122 | <a href="http://gcc.gnu.org/wiki/plugins">gcc plugin</a> that replaces GCC's |
Duncan Sands | 5abd10a | 2012-05-11 19:59:43 +0000 | [diff] [blame] | 123 | optimizers and code generators with LLVM's. It works with gcc-4.5 and gcc-4.6 |
| 124 | (and partially with gcc-4.7), can target the x86-32/x86-64 and ARM processor |
| 125 | families, and has been successfully used on the Darwin, FreeBSD, KFreeBSD, |
| 126 | Linux and OpenBSD platforms. It fully supports Ada, C, C++ and Fortran. It |
| 127 | has partial support for Go, Java, Obj-C and Obj-C++.</p> |
Duncan Sands | 749fd83 | 2010-04-02 09:23:15 +0000 | [diff] [blame] | 128 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 129 | <p>The 3.1 release has the following notable changes:</p> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 130 | |
Chris Lattner | 1ab8ce9 | 2011-11-27 18:47:37 +0000 | [diff] [blame] | 131 | <ul> |
Duncan Sands | 77352c9 | 2011-11-10 18:44:29 +0000 | [diff] [blame] | 132 | |
Duncan Sands | 5abd10a | 2012-05-11 19:59:43 +0000 | [diff] [blame] | 133 | <li>Partial support for gcc-4.7. Ada support is poor, but other languages work |
| 134 | fairly well.</li> |
| 135 | |
| 136 | <li>Support for ARM processors. Some essential gcc headers that are needed to |
| 137 | build DragonEgg for ARM are not installed by gcc. To work around this, |
| 138 | copy the missing headers from the gcc source tree.</li> |
| 139 | |
| 140 | <li>Better optimization for Fortran by exploiting the fact that Fortran scalar |
| 141 | arguments have 'restrict' semantics.</li> |
| 142 | |
| 143 | <li>Better optimization for all languages by passing information about type |
| 144 | aliasing and type ranges to the LLVM optimizers.</li> |
| 145 | |
| 146 | <li>A regression test-suite was added.</li> |
Duncan Sands | 77352c9 | 2011-11-10 18:44:29 +0000 | [diff] [blame] | 147 | |
Duncan Sands | 4b1da2b | 2010-09-30 17:37:34 +0000 | [diff] [blame] | 148 | </ul> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 149 | |
| 150 | </div> |
| 151 | |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 152 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 153 | <h3> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 154 | <a name="compiler-rt">compiler-rt: Compiler Runtime Library</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 155 | </h3> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 156 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 157 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 158 | |
| 159 | <p>The new LLVM <a href="http://compiler-rt.llvm.org/">compiler-rt project</a> |
| 160 | is a simple library that provides an implementation of the low-level |
| 161 | target-specific hooks required by code generation and other runtime |
| 162 | components. For example, when compiling for a 32-bit target, converting a |
| 163 | double to a 64-bit unsigned integer is compiled into a runtime call to the |
| 164 | "__fixunsdfdi" function. The compiler-rt library provides highly optimized |
| 165 | implementations of this and other low-level routines (some are 3x faster than |
| 166 | the equivalent libgcc routines).</p> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 167 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 168 | <p>....</p> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 169 | |
| 170 | </div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 171 | |
| 172 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 173 | <h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 174 | <a name="lldb">LLDB: Low Level Debugger</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 175 | </h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 176 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 177 | <div> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 178 | |
Chris Lattner | 9e89671 | 2011-11-27 18:53:41 +0000 | [diff] [blame] | 179 | <p>LLDB is a ground-up implementation of a command line debugger, as well as a |
| 180 | debugger API that can be used from other applications. LLDB makes use of the |
| 181 | Clang parser to provide high-fidelity expression parsing (particularly for |
| 182 | C++) and uses the LLVM JIT for target support.</p> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 183 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 184 | <p>...</p> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 185 | |
| 186 | </div> |
| 187 | |
| 188 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 189 | <h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 190 | <a name="libc++">libc++: C++ Standard Library</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 191 | </h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 192 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 193 | <div> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 194 | |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 195 | <p>Like compiler_rt, libc++ is now <a href="DeveloperPolicy.html#license">dual |
| 196 | licensed</a> under the MIT and UIUC license, allowing it to be used more |
| 197 | permissively.</p> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 198 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 199 | <p>...</p> |
David Chisnall | 553284e | 2011-11-26 10:56:17 +0000 | [diff] [blame] | 200 | |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 201 | </div> |
| 202 | |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 203 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 204 | <h3> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 205 | <a name="vmkit">VMKit</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 206 | </h3> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 207 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 208 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 209 | |
Nicolas Geoffray | 54d5df9 | 2011-11-10 23:37:56 +0000 | [diff] [blame] | 210 | <p>The <a href="http://vmkit.llvm.org/">VMKit project</a> is an |
| 211 | implementation of a Java Virtual Machine (Java VM or JVM) that uses LLVM for |
| 212 | static and just-in-time compilation. |
| 213 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 214 | <p>In the LLVM 3.1 time-frame, VMKit has had significant improvements on both |
Nicolas Geoffray | 54d5df9 | 2011-11-10 23:37:56 +0000 | [diff] [blame] | 215 | runtime and startup performance:</p> |
| 216 | |
| 217 | <ul> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 218 | <li>...</li> |
Nicolas Geoffray | 54d5df9 | 2011-11-10 23:37:56 +0000 | [diff] [blame] | 219 | </ul> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 220 | |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 221 | </div> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 222 | |
Tobias Grosser | 76213b8 | 2012-04-16 17:17:00 +0000 | [diff] [blame] | 223 | |
| 224 | <!--=========================================================================--> |
| 225 | <h3> |
Tobias Grosser | 99a0b28 | 2012-04-16 17:18:49 +0000 | [diff] [blame] | 226 | <a name="Polly">Polly: Polyhedral Optimizer</a> |
Tobias Grosser | 76213b8 | 2012-04-16 17:17:00 +0000 | [diff] [blame] | 227 | </h3> |
| 228 | |
| 229 | <div> |
| 230 | |
| 231 | <p><a href="http://polly.llvm.org/">Polly</a> is an <em>experimental</em> |
| 232 | optimizer for data locality and parallelism. It currently provides high-level |
| 233 | loop optimizations and automatic parallelisation (using the OpenMP run time). |
| 234 | Work in the area of automatic SIMD and accelerator code generation was |
| 235 | started. |
| 236 | |
| 237 | <p>Within the LLVM 3.1 time-frame there were the following highlights:</p> |
| 238 | |
| 239 | <ul> |
| 240 | <li>Polly became an official LLVM project</li> |
| 241 | <li>Polly can be loaded directly into clang (Enabled by '-O3 -mllvm -polly' |
| 242 | )</li> |
| 243 | <li>An automatic scheduling optimizer (derived from <a |
| 244 | href="http://pluto-compiler.sourceforge.net/">Pluto</a>) was integrated. It |
| 245 | performs loop transformations to optimize for data-locality and parallelism. |
| 246 | The transformations include, but are not limited to interchange, fusion, |
| 247 | fission, skewing and tiling. |
| 248 | </li> |
| 249 | </ul> |
| 250 | |
| 251 | </div> |
| 252 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 253 | </div> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 254 | |
Chris Lattner | ab68e9e | 2009-02-26 22:33:38 +0000 | [diff] [blame] | 255 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 256 | <h2> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 257 | <a name="externalproj">External Open Source Projects Using LLVM 3.1</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 258 | </h2> |
Chris Lattner | ab68e9e | 2009-02-26 22:33:38 +0000 | [diff] [blame] | 259 | <!-- *********************************************************************** --> |
| 260 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 261 | <div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 262 | |
| 263 | <p>An exciting aspect of LLVM is that it is used as an enabling technology for |
| 264 | a lot of other language and tools projects. This section lists some of the |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 265 | projects that have already been updated to work with LLVM 3.1.</p> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 266 | |
Bill Wendling | de86bea | 2012-05-11 21:42:37 +0000 | [diff] [blame^] | 267 | <h3>Glasgow Haskell Compiler (GHC)</h3> |
| 268 | |
| 269 | <div> |
| 270 | |
| 271 | <p>GHC is an open source compiler and programming suite for Haskell, a lazy |
| 272 | functional programming language. It includes an optimizing static compiler |
| 273 | generating good code for a variety of platforms, together with an interactive |
| 274 | system for convenient, quick development.</p> |
| 275 | |
| 276 | <p>GHC 7.0 and onwards include an LLVM code generator, supporting LLVM 2.8 and |
| 277 | later.</p> |
| 278 | |
| 279 | </div> |
| 280 | |
| 281 | <h3>Pure</h3> |
| 282 | |
| 283 | <div> |
| 284 | |
| 285 | <p>Pure (http://pure-lang.googlecode.com/) is an algebraic/functional |
| 286 | programming language based on term rewriting. Programs are collections of |
| 287 | equations which are used to evaluate expressions in a symbolic fashion. The |
| 288 | interpreter uses LLVM as a backend to JIT-compile Pure programs to fast |
| 289 | native code. Pure offers dynamic typing, eager and lazy evaluation, lexical |
| 290 | closures, a hygienic macro system (also based on term rewriting), built-in |
| 291 | list and matrix support (including list and matrix comprehensions) and an |
| 292 | easy-to-use interface to C and other programming languages (including the |
| 293 | ability to load LLVM bitcode modules, and inline C, C++, Fortran and Faust |
| 294 | code in Pure programs if the corresponding LLVM-enabled compilers are |
| 295 | installed).</p> |
| 296 | |
| 297 | <p>Pure version 0.54 has been tested and is known to work with LLVM 3.1 (and |
| 298 | continues to work with older LLVM releases >= 2.5).</p> |
| 299 | |
| 300 | </div> |
Bill Wendling | 644ce53 | 2011-10-26 09:25:01 +0000 | [diff] [blame] | 301 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 302 | </div> |
| 303 | |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 304 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 305 | <h2> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 306 | <a name="whatsnew">What's New in LLVM 3.1?</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 307 | </h2> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 308 | <!-- *********************************************************************** --> |
| 309 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 310 | <div> |
Chris Lattner | f8e0b4e | 2008-06-08 22:59:35 +0000 | [diff] [blame] | 311 | |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 312 | <p>This release includes a huge number of bug fixes, performance tweaks and |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 313 | minor improvements. Some of the major improvements and new features are |
| 314 | listed in this section.</p> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 315 | |
Chris Lattner | 914ce46 | 2010-04-22 06:28:20 +0000 | [diff] [blame] | 316 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 317 | <h3> |
Chris Lattner | 252b83d | 2008-02-06 18:00:06 +0000 | [diff] [blame] | 318 | <a name="majorfeatures">Major New Features</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 319 | </h3> |
Chris Lattner | 252b83d | 2008-02-06 18:00:06 +0000 | [diff] [blame] | 320 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 321 | <div> |
Chris Lattner | 252b83d | 2008-02-06 18:00:06 +0000 | [diff] [blame] | 322 | |
Chris Lattner | 1ab8ce9 | 2011-11-27 18:47:37 +0000 | [diff] [blame] | 323 | <!-- Features that need text if they're finished for 3.1: |
| 324 | ARM EHABI |
| 325 | combiner-aa? |
| 326 | strong phi elim |
| 327 | loop dependence analysis |
| 328 | CorrelatedValuePropagation |
| 329 | lib/Transforms/IPO/MergeFunctions.cpp => consider for 3.1. |
Chris Lattner | 1c80fbf | 2011-11-27 20:51:47 +0000 | [diff] [blame] | 330 | Integrated assembler on by default for arm/thumb? |
| 331 | |
Chris Lattner | 1ab8ce9 | 2011-11-27 18:47:37 +0000 | [diff] [blame] | 332 | --> |
| 333 | |
Chris Lattner | 1c80fbf | 2011-11-27 20:51:47 +0000 | [diff] [blame] | 334 | <!-- Near dead: |
Chris Lattner | dec23b6 | 2011-11-15 22:13:27 +0000 | [diff] [blame] | 335 | Analysis/RegionInfo.h + Dom Frontiers |
| 336 | SparseBitVector: used in LiveVar. |
Chris Lattner | 5a1731d | 2011-11-27 08:32:32 +0000 | [diff] [blame] | 337 | llvm/lib/Archive - replace with lib object? |
Chris Lattner | 1c80fbf | 2011-11-27 20:51:47 +0000 | [diff] [blame] | 338 | --> |
Chris Lattner | 6a007d1 | 2011-11-25 20:33:27 +0000 | [diff] [blame] | 339 | |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 340 | <p>LLVM 3.1 includes several major changes and big features:</p> |
Bill Wendling | bc5f6dd | 2011-10-26 18:33:01 +0000 | [diff] [blame] | 341 | |
Chris Lattner | 791f77b | 2008-06-05 06:25:56 +0000 | [diff] [blame] | 342 | <ul> |
Evan Cheng | 2868186 | 2011-12-14 22:57:45 +0000 | [diff] [blame] | 343 | <li><a href="../tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a>, |
| 344 | a fast memory error detector.</li> |
| 345 | <li><a href="CodeGenerator.html#machineinstrbundle">MachineInstr Bundles</a>, |
| 346 | Support to model instruction bundling / packing.</li> |
Jim Grosbach | 6e6b822 | 2012-02-23 23:52:06 +0000 | [diff] [blame] | 347 | <li><a href="#armintegratedassembler">ARM Integrated Assembler</a>, |
| 348 | A full featured assembler and direct-to-object support for ARM.</li> |
Chandler Carruth | 268fde4 | 2012-04-17 01:10:35 +0000 | [diff] [blame] | 349 | <li><a href="#blockplacement">Basic Block Placement</a> |
| 350 | Probability driven basic block placement.</li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 351 | <li>....</li> |
Chris Lattner | f304ffc | 2008-02-10 08:17:19 +0000 | [diff] [blame] | 352 | </ul> |
Mikhail Glushenkov | ea65d7d | 2008-10-13 02:08:34 +0000 | [diff] [blame] | 353 | |
Bill Wendling | bc5f6dd | 2011-10-26 18:33:01 +0000 | [diff] [blame] | 354 | </div> |
| 355 | |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 356 | |
Chris Lattner | 4f0fe43 | 2011-11-27 19:26:30 +0000 | [diff] [blame] | 357 | <!--=========================================================================--> |
| 358 | <h3> |
| 359 | <a name="coreimprovements">LLVM IR and Core Improvements</a> |
| 360 | </h3> |
| 361 | |
| 362 | <div> |
| 363 | |
| 364 | <p>LLVM IR has several new features for better support of new targets and that |
| 365 | expose new optimization opportunities:</p> |
| 366 | |
Chris Lattner | 064caf9 | 2011-11-27 21:30:28 +0000 | [diff] [blame] | 367 | <ul> |
Dan Gohman | eb4c70b | 2011-12-20 01:10:56 +0000 | [diff] [blame] | 368 | <li>IR support for half float</li> |
Bill Wendling | 06d7e1b | 2012-02-06 21:59:44 +0000 | [diff] [blame] | 369 | <li>IR support for vectors of pointers, including vector GEPs.</li> |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 370 | <li>Module flags have been introduced. They convey information about the |
| 371 | module as a whole to LLVM subsystems.</li> |
Rafael Espindola | 626c346 | 2012-03-25 11:14:35 +0000 | [diff] [blame] | 372 | <li>Loads can now have range metadata attached to them to describe the |
Rafael Espindola | 692cd45 | 2012-03-24 19:02:32 +0000 | [diff] [blame] | 373 | possible values being loaded.</li> |
Chandler Carruth | c76c94f | 2012-04-17 01:13:53 +0000 | [diff] [blame] | 374 | <li>Inline cost heuristics have been completely overhauled and now closely |
| 375 | model constant propagation through call sites, disregard trivially dead |
| 376 | code costs, and can model C++ STL iterator patterns.</li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 377 | <li>....</li> |
Chris Lattner | 064caf9 | 2011-11-27 21:30:28 +0000 | [diff] [blame] | 378 | </ul> |
Andrew Trick | 5aab638 | 2011-11-06 17:59:24 +0000 | [diff] [blame] | 379 | </div> |
| 380 | |
| 381 | <!--=========================================================================--> |
| 382 | <h3> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 383 | <a name="optimizer">Optimizer Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 384 | </h3> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 385 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 386 | <div> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 387 | |
Chris Lattner | 064caf9 | 2011-11-27 21:30:28 +0000 | [diff] [blame] | 388 | <p>In addition to many minor performance tweaks and bug fixes, this |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 389 | release includes a few major enhancements and additions to the |
| 390 | optimizers:</p> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 391 | |
| 392 | <ul> |
Brendon Cahoon | ff73039 | 2012-04-14 16:54:12 +0000 | [diff] [blame] | 393 | <li>The loop unroll pass now is able to unroll loops with run-time trip counts. |
| 394 | This feature is turned off by default, and is enabled with the |
| 395 | <code>-unroll-runtime</code> flag.</li> |
Hal Finkel | 9068bf5 | 2012-04-16 03:49:43 +0000 | [diff] [blame] | 396 | <li>A new basic-block autovectorization pass is available. Pass |
| 397 | <code>-vectorize</code> to run this pass along with some associated |
Hal Finkel | 12c10b3 | 2012-04-16 17:06:49 +0000 | [diff] [blame] | 398 | post-vectorization cleanup passes. For more information, see the EuroLLVM |
| 399 | 2012 slides: <a href="http://llvm.org/devmtg/2012-04-12/Slides/Hal_Finkel.pdf"> |
| 400 | Autovectorization with LLVM</a>.</li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 401 | <li>....</li> |
Chris Lattner | 11b6611 | 2010-10-04 02:42:39 +0000 | [diff] [blame] | 402 | </ul> |
| 403 | |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 404 | </div> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 405 | |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 406 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 407 | <h3> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 408 | <a name="mc">MC Level Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 409 | </h3> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 410 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 411 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 412 | |
| 413 | <p>The LLVM Machine Code (aka MC) subsystem was created to solve a number of |
| 414 | problems in the realm of assembly, disassembly, object file format handling, |
| 415 | and a number of other related areas that CPU instruction-set level tools work |
Chris Lattner | 2f20602 | 2011-11-27 22:03:34 +0000 | [diff] [blame] | 416 | in. For more information, please see |
| 417 | the <a href="http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html">Intro |
| 418 | to the LLVM MC Project Blog Post</a>.</p> |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 419 | |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 420 | <ul> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 421 | <li>....</li> |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 422 | </ul> |
| 423 | |
NAKAMURA Takumi | 45c435a | 2011-04-05 08:24:22 +0000 | [diff] [blame] | 424 | </div> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 425 | |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 426 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 427 | <h3> |
Chris Lattner | 511433e | 2009-03-02 03:24:11 +0000 | [diff] [blame] | 428 | <a name="codegen">Target Independent Code Generator Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 429 | </h3> |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 430 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 431 | <div> |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 432 | |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 433 | <p>We have changed the way that the Type Legalizer legalizes vectors. The type |
| 434 | legalizer now attempts to promote integer elements. This enabled the |
| 435 | implementation of vector-select. Additionally, we see a performance boost on |
| 436 | workloads which use vectors of chars and shorts, since they are now promoted |
| 437 | to 32-bit types, which are better supported by the SIMD instruction set. |
| 438 | Floating point types are still widened as before.</p> |
Nadav Rotem | 7559766 | 2011-12-20 08:02:50 +0000 | [diff] [blame] | 439 | |
| 440 | |
Mikhail Glushenkov | f795ef0 | 2009-03-01 18:09:47 +0000 | [diff] [blame] | 441 | <p>We have put a significant amount of work into the code generator |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 442 | infrastructure, which allows us to implement more aggressive algorithms and |
| 443 | make it run faster:</p> |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 444 | |
| 445 | <ul> |
Jakob Stoklund Olesen | 9897c62 | 2011-12-19 16:53:40 +0000 | [diff] [blame] | 446 | <li>TableGen can now synthesize register classes that are only needed to |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 447 | represent combinations of constraints from instructions and sub-registers. |
| 448 | The synthetic register classes inherit most of their properties form their |
| 449 | closest user-defined super-class.</li> |
Jakob Stoklund Olesen | d9e5c76 | 2012-01-05 00:26:49 +0000 | [diff] [blame] | 450 | <li><code>MachineRegisterInfo</code> now allows the reserved registers to be |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 451 | frozen when register allocation starts. Target hooks should use the |
Nadav Rotem | fdc309c | 2012-02-26 08:35:53 +0000 | [diff] [blame] | 452 | <code>MRI->canReserveReg(FramePtr)</code> method to avoid accidentally |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 453 | disabling frame pointer elimination during register allocation.</li> |
Jakob Stoklund Olesen | 7739cad | 2012-01-16 19:22:00 +0000 | [diff] [blame] | 454 | <li>A new kind of <code>MachineOperand</code> provides a compact |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 455 | representation of large clobber lists on call instructions. The register |
| 456 | mask operand references a bit mask of preserved registers. Everything else |
| 457 | is clobbered.</li> |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 458 | </ul> |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 459 | |
Anshuman Dasgupta | 4b47955 | 2012-04-12 15:17:35 +0000 | [diff] [blame] | 460 | <p> We added new TableGen infrastructure to support bundling for |
| 461 | Very Long Instruction Word (VLIW) architectures. TableGen can now |
| 462 | automatically generate a deterministic finite automaton from a VLIW |
| 463 | target's schedule description which can be queried to determine |
| 464 | legal groupings of instructions in a bundle.</p> |
| 465 | |
Anshuman Dasgupta | 3c1ded2 | 2012-04-14 20:59:13 +0000 | [diff] [blame] | 466 | <p> We have added a new target independent VLIW packetizer based on the |
Anshuman Dasgupta | cff391a | 2012-04-14 20:57:13 +0000 | [diff] [blame] | 467 | DFA infrastructure to group machine instructions into bundles.</p> |
| 468 | |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 469 | </div> |
| 470 | |
Chandler Carruth | 268fde4 | 2012-04-17 01:10:35 +0000 | [diff] [blame] | 471 | <h4> |
| 472 | <a name="blockplacement">Basic Block Placement</a> |
| 473 | </h4> |
| 474 | <div> |
| 475 | <p>A probability based block placement and code layout algorithm was added to |
| 476 | LLVM's code generator. This layout pass supports probabilities derived from |
| 477 | static heuristics as well as source code annotations such as |
| 478 | <code>__builtin_expect</code>.</p> |
| 479 | </div> |
| 480 | |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 481 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 482 | <h3> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 483 | <a name="x86">X86-32 and X86-64 Target Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 484 | </h3> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 485 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 486 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 487 | |
| 488 | <p>New features and major changes in the X86 target include:</p> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 489 | |
| 490 | <ul> |
Nadav Rotem | 7559766 | 2011-12-20 08:02:50 +0000 | [diff] [blame] | 491 | <li>Bug fixes and improved support for AVX1</li> |
| 492 | <li>Support for AVX2 (still incomplete at this point)</li> |
Jakob Stoklund Olesen | 2624661 | 2012-02-16 18:22:39 +0000 | [diff] [blame] | 493 | <li>Call instructions use the new register mask operands for faster compile |
| 494 | times and better support for different calling conventions. The old WINCALL |
| 495 | instructions are no longer needed.</li> |
NAKAMURA Takumi | 847307a | 2012-04-07 02:24:20 +0000 | [diff] [blame] | 496 | <li>DW2 Exception Handling is enabled on Cygwin and MinGW.</li> |
Bill Wendling | 59fc166 | 2012-04-16 05:24:52 +0000 | [diff] [blame] | 497 | <li>Support for implicit TLS model used with MS VC runtime</li> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 498 | </ul> |
| 499 | |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 500 | </div> |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 501 | |
| 502 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 503 | <h3> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 504 | <a name="ARM">ARM Target Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 505 | </h3> |
Chris Lattner | c441fb8 | 2009-03-01 02:30:21 +0000 | [diff] [blame] | 506 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 507 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 508 | |
| 509 | <p>New features of the ARM target include:</p> |
Chris Lattner | c441fb8 | 2009-03-01 02:30:21 +0000 | [diff] [blame] | 510 | |
| 511 | <ul> |
Jakob Stoklund Olesen | f5bb45f | 2011-12-16 16:07:41 +0000 | [diff] [blame] | 512 | <li>The constant island pass now supports basic block and constant pool entry |
Jim Grosbach | 6e6b822 | 2012-02-23 23:52:06 +0000 | [diff] [blame] | 513 | alignments greater than 4 bytes.</li> |
| 514 | <li>On Darwin, the ARM target now has a full-featured integrated assembler. |
| 515 | </li> |
| 516 | </ul> |
Chris Lattner | 7b95c38 | 2011-11-15 22:23:46 +0000 | [diff] [blame] | 517 | |
Jim Grosbach | 6e6b822 | 2012-02-23 23:52:06 +0000 | [diff] [blame] | 518 | <h4> |
| 519 | <a name="armintegratedassembler">ARM Integrated Assembler</a> |
| 520 | </h4> |
| 521 | <div> |
| 522 | <p>The ARM target now includes a full featured macro assembler, including |
| 523 | direct-to-object module support for clang. The assembler is currently enabled |
| 524 | by default for Darwin only pending testing and any additional necessary |
| 525 | platform specific support for Linux.</p> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 526 | |
Jim Grosbach | 6e6b822 | 2012-02-23 23:52:06 +0000 | [diff] [blame] | 527 | <p>Full support is included for Thumb1, Thumb2 and ARM modes, along with |
| 528 | subtarget and CPU specific extensions for VFP2, VFP3 and NEON.</p> |
| 529 | |
| 530 | <p>The assembler is Unified Syntax only (see ARM Architecural Reference Manual |
| 531 | for details). While there is some, and growing, support for pre-unfied (divided) |
| 532 | syntax, there are still significant gaps in that support.</p> |
| 533 | </div> |
NAKAMURA Takumi | 9c55f59 | 2012-03-27 11:25:16 +0000 | [diff] [blame] | 534 | |
| 535 | </div> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 536 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 537 | <h3> |
Akira Hatanaka | 5381cbf | 2011-11-15 21:33:05 +0000 | [diff] [blame] | 538 | <a name="MIPS">MIPS Target Improvements</a> |
| 539 | </h3> |
| 540 | |
| 541 | <div> |
| 542 | |
Chris Lattner | 1cc489b | 2011-11-27 22:12:32 +0000 | [diff] [blame] | 543 | <p>This release has seen major new work on just about every aspect of the MIPS |
| 544 | backend. Some of the major new features include:</p> |
Akira Hatanaka | 5381cbf | 2011-11-15 21:33:05 +0000 | [diff] [blame] | 545 | |
| 546 | <ul> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 547 | <li>....</li> |
Akira Hatanaka | 5381cbf | 2011-11-15 21:33:05 +0000 | [diff] [blame] | 548 | </ul> |
| 549 | </div> |
Chris Lattner | 7b95c38 | 2011-11-15 22:23:46 +0000 | [diff] [blame] | 550 | |
| 551 | <!--=========================================================================--> |
| 552 | <h3> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 553 | <a name="OtherTS">Other Target Specific Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 554 | </h3> |
Chris Lattner | c441fb8 | 2009-03-01 02:30:21 +0000 | [diff] [blame] | 555 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 556 | <div> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 557 | |
Tony Linthicum | e05e55d | 2012-04-13 19:09:44 +0000 | [diff] [blame] | 558 | <p>Support for Qualcomm's Hexagon VLIW processor has been added.</p> |
| 559 | |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 560 | <ul> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 561 | <li>....</li> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 562 | |
Chris Lattner | d6cc2c2 | 2011-11-27 22:36:22 +0000 | [diff] [blame] | 563 | |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 564 | </ul> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 565 | |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 566 | </div> |
Chris Lattner | 77d29b1 | 2008-06-05 08:02:49 +0000 | [diff] [blame] | 567 | |
| 568 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 569 | <h3> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 570 | <a name="changes">Major Changes and Removed Features</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 571 | </h3> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 572 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 573 | <div> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 574 | |
Bill Wendling | 2626dba | 2011-08-03 22:18:20 +0000 | [diff] [blame] | 575 | <p>If you're already an LLVM user or developer with out-of-tree changes based on |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 576 | LLVM 3.1, this section lists some "gotchas" that you may run into upgrading |
Bill Wendling | 2626dba | 2011-08-03 22:18:20 +0000 | [diff] [blame] | 577 | from the previous release.</p> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 578 | |
| 579 | <ul> |
Bill Wendling | 190ec9b | 2012-02-16 10:23:43 +0000 | [diff] [blame] | 580 | <li>LLVM 3.1 removes support for reading LLVM 2.9 bitcode files. Going |
| 581 | forward, we aim for all future versions of LLVM to read bitcode files and |
| 582 | <tt>.ll</tt> files produced by LLVM 3.0 and later.</li> |
| 583 | <li>The <tt>unwind</tt> instruction is now gone. With the introduction of the |
| 584 | new exception handling system in LLVM 3.0, the <tt>unwind</tt> instruction |
| 585 | became obsolete.</li> |
Joerg Sonnenberger | dba86d8 | 2012-04-26 20:10:07 +0000 | [diff] [blame] | 586 | <li>LLVM 3.0 and earlier automatically added the returns_twice fo functions |
| 587 | like setjmp based on the name. This functionality was removed in 3.1. |
| 588 | This affects Clang users, if -ffreestanding is used.</li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 589 | <li>....</li> |
Devang Patel | b34dd13 | 2008-10-14 20:03:43 +0000 | [diff] [blame] | 590 | </ul> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 591 | |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 592 | </div> |
| 593 | |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 594 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 595 | <h3> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 596 | <a name="api_changes">Internal API Changes</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 597 | </h3> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 598 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 599 | <div> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 600 | |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 601 | <p>In addition, many APIs have changed in this release. Some of the major |
Bill Wendling | 1600525 | 2011-08-02 06:20:17 +0000 | [diff] [blame] | 602 | LLVM API changes are:</p> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 603 | |
| 604 | <ul> |
Nick Lewycky | 98a92d1 | 2012-03-21 22:58:28 +0000 | [diff] [blame] | 605 | <li>Target specific options have been moved from global variables to members |
| 606 | on the new <code>TargetOptions</code> class, which is local to each |
| 607 | <code>TargetMachine</code>. As a consequence, the associated flags will |
| 608 | no longer be accepted by <tt>clang -mllvm</tt>. This includes: |
| 609 | <ul> |
Nick Lewycky | 8a618a2 | 2012-03-23 00:56:26 +0000 | [diff] [blame] | 610 | <li><code>llvm::PrintMachineCode</code></li> |
| 611 | <li><code>llvm::NoFramePointerElim</code></li> |
| 612 | <li><code>llvm::NoFramePointerElimNonLeaf</code></li> |
| 613 | <li><code>llvm::DisableFramePointerElim(const MachineFunction &)</code></li> |
| 614 | <li><code>llvm::LessPreciseFPMADOption</code></li> |
| 615 | <li><code>llvm::LessPrecideFPMAD()</code></li> |
| 616 | <li><code>llvm::NoExcessFPPrecision</code></li> |
| 617 | <li><code>llvm::UnsafeFPMath</code></li> |
| 618 | <li><code>llvm::NoInfsFPMath</code></li> |
| 619 | <li><code>llvm::NoNaNsFPMath</code></li> |
| 620 | <li><code>llvm::HonorSignDependentRoundingFPMathOption</code></li> |
| 621 | <li><code>llvm::HonorSignDependentRoundingFPMath()</code></li> |
| 622 | <li><code>llvm::UseSoftFloat</code></li> |
| 623 | <li><code>llvm::FloatABIType</code></li> |
| 624 | <li><code>llvm::NoZerosInBSS</code></li> |
| 625 | <li><code>llvm::JITExceptionHandling</code></li> |
| 626 | <li><code>llvm::JITEmitDebugInfo</code></li> |
| 627 | <li><code>llvm::JITEmitDebugInfoToDisk</code></li> |
| 628 | <li><code>llvm::GuaranteedTailCallOpt</code></li> |
| 629 | <li><code>llvm::StackAlignmentOverride</code></li> |
| 630 | <li><code>llvm::RealignStack</code></li> |
| 631 | <li><code>llvm::DisableJumpTables</code></li> |
| 632 | <li><code>llvm::EnableFastISel</code></li> |
| 633 | <li><code>llvm::getTrapFunctionName()</code></li> |
| 634 | <li><code>llvm::EnableSegmentedStacks</code></li> |
Nick Lewycky | 98a92d1 | 2012-03-21 22:58:28 +0000 | [diff] [blame] | 635 | </ul></li> |
Duncan Sands | e747fad | 2012-04-15 18:03:49 +0000 | [diff] [blame] | 636 | <li>The MDBuilder class has been added to simplify the creation of |
| 637 | metadata.</li> |
Chris Lattner | 21e1b7a | 2011-12-13 17:55:30 +0000 | [diff] [blame] | 638 | <li>....</li> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 639 | </ul> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 640 | |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 641 | </div> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 642 | |
Nadav Rotem | fdc309c | 2012-02-26 08:35:53 +0000 | [diff] [blame] | 643 | <!--=========================================================================--> |
| 644 | <h3> |
| 645 | <a name="tools_changes">Tools Changes</a> |
| 646 | </h3> |
| 647 | |
| 648 | <div> |
| 649 | |
| 650 | <p>In addition, some tools have changed in this release. Some of the changes |
| 651 | are:</p> |
| 652 | |
| 653 | |
| 654 | <ul> |
| 655 | <li>llvm-stress is a command line tool for generating random .ll files to fuzz |
| 656 | different LLVM components. </li> |
Michael J. Spencer | 7533809 | 2012-04-19 19:27:54 +0000 | [diff] [blame] | 657 | <li>llvm-ld has been removed. Use llvm-link or Clang instead.</li> |
Nadav Rotem | fdc309c | 2012-02-26 08:35:53 +0000 | [diff] [blame] | 658 | <li>....</li> |
| 659 | </ul> |
| 660 | |
| 661 | <ul> |
| 662 | <li>....</li> |
| 663 | </ul> |
| 664 | |
| 665 | </div> |
| 666 | |
| 667 | </div> |
| 668 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 669 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 670 | <h2> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 671 | <a name="knownproblems">Known Problems</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 672 | </h2> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 673 | <!-- *********************************************************************** --> |
| 674 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 675 | <div> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 676 | |
Chris Lattner | 70e2201 | 2011-11-27 19:38:20 +0000 | [diff] [blame] | 677 | <p>LLVM is generally a production quality compiler, and is used by a broad range |
| 678 | of applications and shipping in many products. That said, not every |
| 679 | subsystem is as mature as the aggregate, particularly the more obscure |
| 680 | targets. If you run into a problem, please check the <a |
| 681 | href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if |
| 682 | there isn't already one or ask on the <a |
| 683 | href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev |
| 684 | list</a>.</p> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 685 | |
Chris Lattner | 70e2201 | 2011-11-27 19:38:20 +0000 | [diff] [blame] | 686 | <p>Known problem areas include:</p> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 687 | |
Chris Lattner | f5ee170 | 2004-03-14 02:03:02 +0000 | [diff] [blame] | 688 | <ul> |
Chris Lattner | 70e2201 | 2011-11-27 19:38:20 +0000 | [diff] [blame] | 689 | <li>The Alpha, Blackfin, CellSPU, MSP430, PTX, SystemZ and |
Chris Lattner | 1c80fbf | 2011-11-27 20:51:47 +0000 | [diff] [blame] | 690 | XCore backends are experimental, and the Alpha, Blackfin and SystemZ |
| 691 | targets have already been removed from mainline.</li> |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 692 | |
Chris Lattner | 70e2201 | 2011-11-27 19:38:20 +0000 | [diff] [blame] | 693 | <li>The integrated assembler, disassembler, and JIT is not supported by |
| 694 | several targets. If an integrated assembler is not supported, then a |
| 695 | system assembler is required. For more details, see the <a |
| 696 | href="CodeGenerator.html#targetfeatures">Target Features Matrix</a>. |
| 697 | </li> |
Michael J. Spencer | 60f790c | 2011-11-28 18:20:09 +0000 | [diff] [blame] | 698 | |
Chris Lattner | 70e2201 | 2011-11-27 19:38:20 +0000 | [diff] [blame] | 699 | <li>The C backend has numerous problems and is not being actively maintained. |
| 700 | Depending on it for anything serious is not advised.</li> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 701 | </ul> |
| 702 | |
| 703 | </div> |
John Criswell | c0c186d | 2005-11-08 21:11:33 +0000 | [diff] [blame] | 704 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 705 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 706 | <h2> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 707 | <a name="additionalinfo">Additional Information</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 708 | </h2> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 709 | <!-- *********************************************************************** --> |
| 710 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 711 | <div> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 712 | |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 713 | <p>A wide variety of additional information is available on |
| 714 | the <a href="http://llvm.org/">LLVM web page</a>, in particular in |
| 715 | the <a href="http://llvm.org/docs/">documentation</a> section. The web page |
| 716 | also contains versions of the API documentation which is up-to-date with the |
| 717 | Subversion version of the source code. You can access versions of these |
| 718 | documents specific to this release by going into the "<tt>llvm/doc/</tt>" |
| 719 | directory in the LLVM tree.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 720 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 721 | <p>If you have any questions or comments about LLVM, please feel free to contact |
Bill Wendling | 7b7fa74 | 2011-10-26 18:46:16 +0000 | [diff] [blame] | 722 | us via the <a href="http://llvm.org/docs/#maillist"> mailing lists</a>.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 723 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 724 | </div> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 725 | |
| 726 | <!-- *********************************************************************** --> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 727 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 728 | <hr> |
Misha Brukman | 2061e89 | 2003-11-22 01:23:39 +0000 | [diff] [blame] | 729 | <address> |
Misha Brukman | 38847d5 | 2003-12-21 22:53:21 +0000 | [diff] [blame] | 730 | <a href="http://jigsaw.w3.org/css-validator/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 731 | src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> |
Misha Brukman | 2061e89 | 2003-11-22 01:23:39 +0000 | [diff] [blame] | 732 | <a href="http://validator.w3.org/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 733 | src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> |
Misha Brukman | 2061e89 | 2003-11-22 01:23:39 +0000 | [diff] [blame] | 734 | |
Chris Lattner | b4b0ce7 | 2007-05-18 00:44:29 +0000 | [diff] [blame] | 735 | <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 736 | Last modified: $Date$ |
Misha Brukman | 2061e89 | 2003-11-22 01:23:39 +0000 | [diff] [blame] | 737 | </address> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 738 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 739 | </body> |
| 740 | </html> |