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"> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 6 | <link rel="stylesheet" href="llvm.css" type="text/css"> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 7 | <title>LLVM 3.0 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 | |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 11 | <h1>LLVM 3.0 Release Notes</h1> |
Mikhail Glushenkov | ea65d7d | 2008-10-13 02:08:34 +0000 | [diff] [blame] | 12 | |
Chris Lattner | 0e464a9 | 2010-03-17 04:02:39 +0000 | [diff] [blame] | 13 | <img align=right src="http://llvm.org/img/DragonSmall.png" |
Gabor Greif | ee2187a | 2010-04-22 10:21:43 +0000 | [diff] [blame] | 14 | width="136" height="136" alt="LLVM Dragon Logo"> |
Chris Lattner | 0e464a9 | 2010-03-17 04:02:39 +0000 | [diff] [blame] | 15 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 16 | <ol> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 17 | <li><a href="#intro">Introduction</a></li> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 18 | <li><a href="#subproj">Sub-project Status Update</a></li> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 19 | <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 Lattner | 4b538b9 | 2004-04-30 22:17:12 +0000 | [diff] [blame] | 21 | <li><a href="GettingStarted.html">Installation Instructions</a></li> |
Dan Gohman | 44aa921 | 2008-10-14 16:23:02 +0000 | [diff] [blame] | 22 | <li><a href="#knownproblems">Known Problems</a></li> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 23 | <li><a href="#additionalinfo">Additional Information</a></li> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 24 | </ol> |
| 25 | |
Chris Lattner | 7911ce2 | 2004-05-23 21:07:27 +0000 | [diff] [blame] | 26 | <div class="doc_author"> |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 27 | <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] | 28 | </div> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 29 | |
Chris Lattner | 49123fd | 2011-04-06 06:29:50 +0000 | [diff] [blame] | 30 | <!-- |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 31 | <h1 style="color:red">These are in-progress notes for the upcoming LLVM 3.0 |
Jeffrey Yasskin | bec4877 | 2010-01-28 01:14:43 +0000 | [diff] [blame] | 32 | release.<br> |
| 33 | You may prefer the |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 34 | <a href="http://llvm.org/releases/2.9/docs/ReleaseNotes.html">LLVM 2.9 |
Dan Gohman | b44f6c6 | 2010-05-03 23:51:05 +0000 | [diff] [blame] | 35 | Release Notes</a>.</h1> |
Chris Lattner | 49123fd | 2011-04-06 06:29:50 +0000 | [diff] [blame] | 36 | --> |
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 |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 47 | Infrastructure, release 3.0. Here we describe the status of LLVM, including |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 48 | major improvements from the previous release and significant known problems. |
Mikhail Glushenkov | f795ef0 | 2009-03-01 18:09:47 +0000 | [diff] [blame] | 49 | All LLVM releases may be downloaded from the <a |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 50 | href="http://llvm.org/releases/">LLVM releases web site</a>.</p> |
Chris Lattner | 1909261 | 2003-10-02 16:38:05 +0000 | [diff] [blame] | 51 | |
Chris Lattner | 7506b1d | 2004-12-07 08:04:13 +0000 | [diff] [blame] | 52 | <p>For more information about LLVM, including information about the latest |
Chris Lattner | c463b27 | 2005-10-29 07:07:09 +0000 | [diff] [blame] | 53 | release, please check out the <a href="http://llvm.org/">main LLVM |
Chris Lattner | 47ad72c | 2003-10-07 21:38:31 +0000 | [diff] [blame] | 54 | web site</a>. If you have questions or comments, the <a |
Chris Lattner | c66bfef | 2010-03-17 04:41:49 +0000 | [diff] [blame] | 55 | href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM Developer's |
| 56 | Mailing List</a> is a good place to send them.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 57 | |
Mikhail Glushenkov | ea65d7d | 2008-10-13 02:08:34 +0000 | [diff] [blame] | 58 | <p>Note that if you are reading this file from a Subversion checkout or the |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 59 | main LLVM web page, this document applies to the <i>next</i> release, not the |
Gabor Greif | fa933f8 | 2008-10-14 11:00:32 +0000 | [diff] [blame] | 60 | current one. To see the release notes for a specific release, please see the |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 61 | <a href="http://llvm.org/releases/">releases page</a>.</p> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 62 | |
| 63 | </div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 64 | |
Chris Lattner | e4dc196 | 2011-04-05 23:22:33 +0000 | [diff] [blame] | 65 | <!-- Features that need text if they're finished for 3.1: |
| 66 | ARM EHABI |
Chris Lattner | 914ce46 | 2010-04-22 06:28:20 +0000 | [diff] [blame] | 67 | combiner-aa? |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 68 | strong phi elim |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 69 | loop dependence analysis |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 70 | CorrelatedValuePropagation |
Chris Lattner | e4dc196 | 2011-04-05 23:22:33 +0000 | [diff] [blame] | 71 | lib/Transforms/IPO/MergeFunctions.cpp => consider for 3.1. |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 72 | --> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 73 | |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 74 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 75 | <h2> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 76 | <a name="subproj">Sub-project Status Update</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 77 | </h2> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 78 | <!-- *********************************************************************** --> |
Chris Lattner | ea34f64 | 2008-06-08 21:34:41 +0000 | [diff] [blame] | 79 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 80 | <div> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 81 | <p> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 82 | The LLVM 3.0 distribution currently consists of code from the core LLVM |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 83 | repository (which roughly includes the LLVM optimizers, code generators |
| 84 | and supporting tools), the Clang repository and the llvm-gcc repository. In |
| 85 | addition to this code, the LLVM Project includes other sub-projects that are in |
| 86 | development. Here we include updates on these subprojects. |
Bill Wendling | 63d8c55 | 2009-03-02 04:28:57 +0000 | [diff] [blame] | 87 | </p> |
Chris Lattner | 96a445e | 2008-10-13 18:01:01 +0000 | [diff] [blame] | 88 | |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 89 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 90 | <h3> |
Chris Lattner | fb97b2d | 2008-10-13 18:11:54 +0000 | [diff] [blame] | 91 | <a name="clang">Clang: C/C++/Objective-C Frontend Toolkit</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 92 | </h3> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 93 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 94 | <div> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 95 | |
Chris Lattner | 095539f | 2010-04-26 17:42:18 +0000 | [diff] [blame] | 96 | <p><a href="http://clang.llvm.org/">Clang</a> is an LLVM front end for the C, |
| 97 | C++, and Objective-C languages. Clang aims to provide a better user experience |
| 98 | through expressive diagnostics, a high level of conformance to language |
| 99 | standards, fast compilation, and low memory use. Like LLVM, Clang provides a |
| 100 | modular, library-based architecture that makes it suitable for creating or |
| 101 | integrating with other development tools. Clang is considered a |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 102 | production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86 |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 103 | (32- and 64-bit), and for darwin/arm targets.</p> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 104 | |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 105 | <p>In the LLVM 3.0 time-frame, the Clang team has made many improvements:</p> |
Douglas Gregor | ba087df | 2011-10-15 00:48:01 +0000 | [diff] [blame] | 106 | |
| 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 Lattner | 0a6f6d5 | 2011-04-05 07:19:28 +0000 | [diff] [blame] | 121 | |
Duncan Sands | f3ba7af | 2011-04-06 08:07:40 +0000 | [diff] [blame] | 122 | <p>If Clang rejects your code but another compiler accepts it, please take a |
Chris Lattner | 0a6f6d5 | 2011-04-05 07:19:28 +0000 | [diff] [blame] | 123 | look at the <a href="http://clang.llvm.org/compatibility.html">language |
Duncan Sands | f3ba7af | 2011-04-06 08:07:40 +0000 | [diff] [blame] | 124 | compatibility</a> guide to make sure this is not intentional or a known issue. |
Chris Lattner | 0a6f6d5 | 2011-04-05 07:19:28 +0000 | [diff] [blame] | 125 | </p> |
Bill Wendling | 741748a | 2008-10-27 09:27:33 +0000 | [diff] [blame] | 126 | |
Chris Lattner | fb97b2d | 2008-10-13 18:11:54 +0000 | [diff] [blame] | 127 | </div> |
| 128 | |
| 129 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 130 | <h3> |
Duncan Sands | 528a510 | 2011-04-04 11:09:08 +0000 | [diff] [blame] | 131 | <a name="dragonegg">DragonEgg: GCC front-ends, LLVM back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 132 | </h3> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 133 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 134 | <div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 135 | <p> |
Duncan Sands | 528a510 | 2011-04-04 11:09:08 +0000 | [diff] [blame] | 136 | <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 |
| 138 | optimizers and code generators with LLVM's. |
| 139 | Currently it requires a patched version of gcc-4.5. |
| 140 | The plugin can target the x86-32 and x86-64 processor families and has been |
| 141 | used successfully on the Darwin, FreeBSD and Linux platforms. |
| 142 | The Ada, C, C++ and Fortran languages work well. |
| 143 | The plugin is capable of compiling plenty of Obj-C, Obj-C++ and Java but it is |
| 144 | not known whether the compiled code actually works or not! |
Duncan Sands | 749fd83 | 2010-04-02 09:23:15 +0000 | [diff] [blame] | 145 | </p> |
| 146 | |
| 147 | <p> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 148 | The 3.0 release has the following notable changes: |
Duncan Sands | 4b1da2b | 2010-09-30 17:37:34 +0000 | [diff] [blame] | 149 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 150 | <!-- |
| 151 | <li></li> |
| 152 | --> |
Duncan Sands | 4b1da2b | 2010-09-30 17:37:34 +0000 | [diff] [blame] | 153 | </ul> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 154 | |
| 155 | </div> |
| 156 | |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 157 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 158 | <h3> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 159 | <a name="compiler-rt">compiler-rt: Compiler Runtime Library</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 160 | </h3> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 161 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 162 | <div> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 163 | <p> |
| 164 | The new LLVM <a href="http://compiler-rt.llvm.org/">compiler-rt project</a> |
| 165 | is a simple library that provides an implementation of the low-level |
| 166 | target-specific hooks required by code generation and other runtime components. |
| 167 | For example, when compiling for a 32-bit target, converting a double to a 64-bit |
| 168 | unsigned integer is compiled into a runtime call to the "__fixunsdfdi" |
| 169 | function. The compiler-rt library provides highly optimized implementations of |
| 170 | this and other low-level routines (some are 3x faster than the equivalent |
| 171 | libgcc routines).</p> |
| 172 | |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 173 | <p>In the LLVM 3.0 timeframe,</p> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 174 | |
| 175 | </div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 176 | |
| 177 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 178 | <h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 179 | <a name="lldb">LLDB: Low Level Debugger</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 180 | </h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 181 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 182 | <div> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 183 | <p> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 184 | <a href="http://lldb.llvm.org/">LLDB</a> is a brand new member of the LLVM |
| 185 | umbrella of projects. LLDB is a next generation, high-performance debugger. It |
| 186 | is built as a set of reusable components which highly leverage existing |
| 187 | libraries in the larger LLVM Project, such as the Clang expression parser, the |
| 188 | LLVM disassembler and the LLVM JIT.</p> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 189 | |
| 190 | <p> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 191 | LLDB is has advanced by leaps and bounds in the 3.0 timeframe. It is |
Chris Lattner | df448a3 | 2011-04-06 00:56:12 +0000 | [diff] [blame] | 192 | dramatically more stable and useful, and includes both a new <a |
| 193 | href="http://lldb.llvm.org/tutorial.html">tutorial</a> and a <a |
| 194 | href="http://lldb.llvm.org/lldb-gdb.html">side-by-side comparison with |
| 195 | GDB</a>.</p> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 196 | |
| 197 | </div> |
| 198 | |
| 199 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 200 | <h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 201 | <a name="libc++">libc++: C++ Standard Library</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 202 | </h3> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 203 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 204 | <div> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 205 | <p> |
Tobias Grosser | cdce44b | 2010-10-06 21:07:30 +0000 | [diff] [blame] | 206 | <a href="http://libcxx.llvm.org/">libc++</a> is another new member of the LLVM |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 207 | family. It is an implementation of the C++ standard library, written from the |
| 208 | ground up to specifically target the forthcoming C++'0X standard and focus on |
| 209 | delivering great performance.</p> |
Chris Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 210 | |
| 211 | <p> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 212 | In the LLVM 3.0 timeframe,</p> |
Chris Lattner | 0a6f6d5 | 2011-04-05 07:19:28 +0000 | [diff] [blame] | 213 | |
Chris Lattner | 2009c49 | 2011-04-06 00:59:18 +0000 | [diff] [blame] | 214 | <p> |
| 215 | Like 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 Lattner | e07043c | 2010-09-29 05:30:03 +0000 | [diff] [blame] | 218 | </p> |
| 219 | |
| 220 | </div> |
| 221 | |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 222 | |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 223 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 224 | <h3> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 225 | <a name="LLBrowse">LLBrowse: IR Browser</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 226 | </h3> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 227 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 228 | <div> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 229 | <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 Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 239 | <h3> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 240 | <a name="vmkit">VMKit</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 241 | </h3> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 242 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 243 | <div> |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 244 | <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 Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 246 | just-in-time compilation. As of LLVM 3.0, VMKit now supports generational |
Chris Lattner | 3d6a80a | 2011-04-07 03:08:22 +0000 | [diff] [blame] | 247 | 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 Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 254 | <!--=========================================================================--> |
Chris Lattner | 7a8e6c5 | 2011-04-05 18:38:45 +0000 | [diff] [blame] | 255 | <!-- |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 256 | <h3> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 257 | <a name="klee">KLEE: A Symbolic Execution Virtual Machine</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 258 | </h3> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 259 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 260 | <div> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 261 | <p> |
| 262 | <a href="http://klee.llvm.org/">KLEE</a> is a symbolic execution framework for |
| 263 | programs in LLVM bitcode form. KLEE tries to symbolically evaluate "all" paths |
| 264 | through the application and records state transitions that lead to fault |
| 265 | states. This allows it to construct testcases that lead to faults and can even |
| 266 | be used to verify some algorithms. |
| 267 | </p> |
| 268 | |
Chris Lattner | be2e1b5 | 2011-03-10 07:43:44 +0000 | [diff] [blame] | 269 | <p>UPDATE!</p> |
Chris Lattner | 7a8e6c5 | 2011-04-05 18:38:45 +0000 | [diff] [blame] | 270 | </div>--> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 271 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 272 | </div> |
Daniel Dunbar | 97b01a8 | 2010-10-04 17:39:47 +0000 | [diff] [blame] | 273 | |
Chris Lattner | ab68e9e | 2009-02-26 22:33:38 +0000 | [diff] [blame] | 274 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 275 | <h2> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 276 | <a name="externalproj">External Open Source Projects Using LLVM 3.0</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 277 | </h2> |
Chris Lattner | ab68e9e | 2009-02-26 22:33:38 +0000 | [diff] [blame] | 278 | <!-- *********************************************************************** --> |
| 279 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 280 | <div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 281 | |
| 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 Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 284 | projects that have already been updated to work with LLVM 3.0.</p> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 285 | |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 286 | <!--=========================================================================--> |
Bill Wendling | 7be6bc5 | 2011-10-26 00:17:54 +0000 | [diff] [blame] | 287 | <h3>AddressSanitizer</h3> |
| 288 | |
| 289 | <div> |
| 290 | |
| 291 | <p><a href="http://code.google.com/p/address-sanitizer/">AddressSanitizer</a> |
| 292 | uses compiler instrumentation and a specialized malloc library to find C/C++ |
| 293 | bugs such as use-after-free and out-of-bound accesses to heap, stack, and |
| 294 | globals. The key feature of the tool is speed: the average slowdown |
| 295 | introduced by AddressSanitizer is less than 2x.</p> |
| 296 | |
| 297 | </div> |
| 298 | |
| 299 | <!--=========================================================================--> |
Bill Wendling | 29817ea | 2011-10-26 00:14:36 +0000 | [diff] [blame] | 300 | <h3>ClamAV</h3> |
| 301 | |
| 302 | <div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 303 | |
Bill Wendling | 29817ea | 2011-10-26 00:14:36 +0000 | [diff] [blame] | 304 | <p><a href="http://www.clamav.net">Clam AntiVirus</a> is an open source (GPL) |
| 305 | anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail |
| 306 | gateways.</p> |
| 307 | |
| 308 | <p>Since version 0.96 it |
| 309 | has <a href="http://vrt-sourcefire.blogspot.com/2010/09/introduction-to-clamavs-low-level.html">bytecode |
| 310 | signatures</a> that allow writing detections for complex malware.</p> |
| 311 | |
| 312 | <p>It uses LLVM's JIT to speed up the execution of bytecode on X86, X86-64, |
| 313 | PPC32/64, falling back to its own interpreter otherwise. The git version was |
| 314 | updated to work with LLVM 3.0.</p> |
| 315 | |
| 316 | </div> |
| 317 | |
| 318 | <!--=========================================================================--> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 319 | <!-- FIXME: Comment out |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 320 | <h3>Crack Programming Language</h3> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 321 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 322 | <div> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 323 | <p> |
| 324 | <a href="http://code.google.com/p/crack-language/">Crack</a> aims to provide the |
| 325 | ease of development of a scripting language with the performance of a compiled |
| 326 | language. The language derives concepts from C++, Java and Python, incorporating |
| 327 | object-oriented programming, operator overloading and strong typing.</p> |
| 328 | </div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 329 | --> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 330 | |
| 331 | <!--=========================================================================--> |
Bill Wendling | f977819 | 2011-10-26 00:09:55 +0000 | [diff] [blame] | 332 | <h3>Glasgow Haskell Compiler (GHC)</h3> |
| 333 | |
| 334 | <div> |
| 335 | |
| 336 | <p>GHC is an open source, state-of-the-art programming suite for Haskell, a |
| 337 | standard lazy functional programming language. It includes an optimizing |
| 338 | static compiler generating good code for a variety of platforms, together |
| 339 | with an interactive system for convenient, quick development.</p> |
| 340 | |
| 341 | <p>GHC 7.0 and onwards include an LLVM code generator, supporting LLVM 2.8 and |
| 342 | later. Since LLVM 2.9, GHC now includes experimental support for the ARM |
| 343 | platform with LLVM 3.0.</p> |
| 344 | |
| 345 | </div> |
| 346 | |
| 347 | <!--=========================================================================--> |
Bill Wendling | f62333d | 2011-10-25 20:35:31 +0000 | [diff] [blame] | 348 | <h3>gwXscript</h3> |
| 349 | |
| 350 | <div> |
| 351 | |
| 352 | <p><a href="http://botwars.tk/gwscript/">gwXscript</a> is an object oriented, |
Bill Wendling | 7c38de2 | 2011-10-26 04:24:15 +0000 | [diff] [blame] | 353 | aspect oriented programming language which can create both executables (ELF, |
Bill Wendling | f62333d | 2011-10-25 20:35:31 +0000 | [diff] [blame] | 354 | EXE) and shared libraries (DLL, SO, DYNLIB). The compiler is implemented in |
| 355 | its own language and translates scripts into LLVM-IR which can be optimized |
| 356 | and translated into native code by the LLVM framework. Source code in |
| 357 | gwScript contains definitions that expand the namespaces. So you can build |
| 358 | your project and simply 'plug out' features by removing a file. The remaining |
| 359 | project does not leave scars since you directly separate concerns by the |
| 360 | 'template' feature of gwX. It is also possible to add new features to a |
| 361 | project by just adding files and without editing the original project. This |
| 362 | language is used for example to create games or content management systems |
| 363 | that should be extendable.</p> |
| 364 | |
| 365 | <p>gwXscript is strongly typed and offers comfort with its native types string, |
| 366 | hash and array. You can easily write new libraries in gwXscript or native |
| 367 | code. gwXscript is type safe and users should not be able to crash your |
| 368 | program or execute malicious code except code that is eating CPU time.</p> |
| 369 | |
| 370 | </div> |
| 371 | |
| 372 | <!--=========================================================================--> |
Bill Wendling | d4821b8 | 2011-10-26 00:16:17 +0000 | [diff] [blame] | 373 | <h3>Mono</h3> |
| 374 | |
| 375 | <div> |
| 376 | |
| 377 | <p>An open source, cross-platform implementation of C# and the CLR that is |
| 378 | binary compatible with Microsoft.NET. Has an optional, dynamically-loaded |
| 379 | LLVM code generation backend in Mini, the JIT compiler.</p> |
| 380 | |
| 381 | <p>Note that we use a Git mirror of LLVM with some patches. See: |
| 382 | https://github.com/mono/llvm</p> |
| 383 | |
| 384 | </div> |
| 385 | |
| 386 | <!--=========================================================================--> |
Bill Wendling | ba22627 | 2011-10-25 20:37:45 +0000 | [diff] [blame] | 387 | <h3>Portable OpenCL (pocl)</h3> |
| 388 | |
| 389 | <div> |
| 390 | |
| 391 | <p>Portable OpenCL is an open source implementation of the OpenCL standard which |
| 392 | can be easily adapted for new targets. One of the goals of the project is |
| 393 | improving performance portability of OpenCL programs, avoiding the need for |
| 394 | target-dependent manual optimizations. A "native" target is included, which |
| 395 | allows running OpenCL kernels on the host (CPU).</p> |
| 396 | |
| 397 | </div> |
| 398 | |
| 399 | <!--=========================================================================--> |
Bill Wendling | 0bad98c | 2011-10-25 20:39:06 +0000 | [diff] [blame] | 400 | <h3>Pure</h3> |
| 401 | |
| 402 | <div> |
| 403 | <p><a href="http://pure-lang.googlecode.com/">Pure</a> is an |
| 404 | algebraic/functional programming language based on term rewriting. Programs |
| 405 | are collections of equations which are used to evaluate expressions in a |
| 406 | symbolic fashion. The interpreter uses LLVM as a backend to JIT-compile Pure |
| 407 | programs to fast native code. Pure offers dynamic typing, eager and lazy |
| 408 | evaluation, lexical closures, a hygienic macro system (also based on term |
| 409 | rewriting), built-in list and matrix support (including list and matrix |
| 410 | comprehensions) and an easy-to-use interface to C and other programming |
| 411 | languages (including the ability to load LLVM bitcode modules, and inline C, |
| 412 | C++, Fortran and Faust code in Pure programs if the corresponding LLVM-enabled |
| 413 | compilers are installed).</p> |
| 414 | |
| 415 | <p>Pure version 0.48 has been tested and is known to work with LLVM 3.0 |
| 416 | (and continues to work with older LLVM releases >= 2.5).</p> |
| 417 | |
| 418 | </div> |
| 419 | |
| 420 | <!--=========================================================================--> |
Bill Wendling | 537d85b | 2011-10-26 00:12:04 +0000 | [diff] [blame] | 421 | <h3>Renderscript</h3> |
| 422 | |
| 423 | <div> |
| 424 | |
| 425 | <p><a href="http://developer.android.com/guide/topics/renderscript/index.html">Renderscript</a> |
| 426 | is Android's advanced 3D graphics rendering and compute API. It provides a |
| 427 | portable C99-based language with extensions to facilitate common use cases |
| 428 | for enhancing graphics and thread level parallelism. The Renderscript |
| 429 | compiler frontend is based on Clang/LLVM. It emits a portable bitcode format |
| 430 | for the actual compiled script code, as well as reflects a Java interface for |
| 431 | developers to control the execution of the compiled bitcode. Executable |
| 432 | machine code is then generated from this bitcode by an LLVM backend on the |
| 433 | device. Renderscript is thus able to provide a mechanism by which Android |
| 434 | developers can improve performance of their applications while retaining |
| 435 | portability.</p> |
| 436 | |
| 437 | </div> |
| 438 | |
| 439 | <!--=========================================================================--> |
Bill Wendling | 7d5b621 | 2011-10-25 20:40:26 +0000 | [diff] [blame] | 440 | <h3>SAFECode</h3> |
| 441 | |
| 442 | <div> |
| 443 | |
| 444 | <p><a href="http://safecode.cs.illinois.edu">SAFECode</a> is a memory safe C/C++ |
| 445 | compiler built using LLVM. It takes standard, unannotated C/C++ code, |
| 446 | analyzes the code to ensure that memory accesses and array indexing |
| 447 | operations are safe, and instruments the code with run-time checks when |
| 448 | safety cannot be proven statically. SAFECode can be used as a debugging aid |
| 449 | (like Valgrind) to find and repair memory safety bugs. It can also be used |
| 450 | to protect code from security attacks at run-time.</p> |
| 451 | |
| 452 | </div> |
| 453 | |
| 454 | <!--=========================================================================--> |
Bill Wendling | 02b77b7 | 2011-10-26 07:38:19 +0000 | [diff] [blame] | 455 | <h3>The Stupid D Compiler (SDC)</h3> |
| 456 | |
| 457 | <div> |
| 458 | |
| 459 | <p><a href="https://github.com/bhelyer/SDC">The Stupid D Compiler</a> is a |
| 460 | project seeking to write a self-hosting compiler for the D programming |
| 461 | language without using the frontend of the reference compiler (DMD).</p> |
| 462 | |
| 463 | </div> |
| 464 | |
| 465 | <!--=========================================================================--> |
Bill Wendling | 2d7b4af | 2011-10-25 20:24:32 +0000 | [diff] [blame] | 466 | <h3>TTA-based Co-design Environment (TCE)</h3> |
| 467 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 468 | <div> |
Bill Wendling | 2d7b4af | 2011-10-25 20:24:32 +0000 | [diff] [blame] | 469 | |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 470 | <p>TCE is a toolset for designing application-specific processors (ASP) based on |
Bill Wendling | 2d7b4af | 2011-10-25 20:24:32 +0000 | [diff] [blame] | 471 | the Transport triggered architecture (TTA). The toolset provides a complete |
| 472 | co-design flow from C/C++ programs down to synthesizable VHDL and parallel |
| 473 | program binaries. Processor customization points include the register files, |
| 474 | function units, supported operations, and the interconnection network.</p> |
| 475 | |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 476 | <p>TCE uses Clang and LLVM for C/C++ language support, target independent |
Bill Wendling | 2d7b4af | 2011-10-25 20:24:32 +0000 | [diff] [blame] | 477 | optimizations and also for parts of code generation. It generates new |
| 478 | LLVM-based code generators <i>on the fly</i> for the designed TTA processors |
| 479 | and loads them in to the compiler backend as runtime libraries to avoid |
| 480 | per-target recompilation of larger parts of the compiler chain.</p> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 481 | </div> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 482 | |
| 483 | |
| 484 | <!--=========================================================================--> |
Bill Wendling | 628c266 | 2011-10-25 20:27:37 +0000 | [diff] [blame] | 485 | <h3>Tart Programming Language</h3> |
| 486 | |
| 487 | <div> |
| 488 | |
| 489 | <p><a href="http://code.google.com/p/tart/">Tart</a> is a general-purpose, |
| 490 | strongly typed programming language designed for application |
| 491 | developers. Strongly inspired by Python and C#, Tart focuses on practical |
| 492 | solutions for the professional software developer, while avoiding the clutter |
| 493 | and boilerplate of legacy languages like Java and C++. Although Tart is still |
| 494 | in development, the current implementation supports many features expected of |
| 495 | a modern programming language, such as garbage collection, powerful |
| 496 | bidirectional type inference, a greatly simplified syntax for template |
| 497 | metaprogramming, closures and function literals, reflection, operator |
| 498 | overloading, explicit mutability and immutability, and much more. Tart is |
| 499 | flexible enough to accommodate a broad range of programming styles and |
| 500 | philosophies, while maintaining a strong commitment to simplicity, minimalism |
| 501 | and elegance in design.</p> |
| 502 | |
| 503 | </div> |
| 504 | |
| 505 | <!--=========================================================================--> |
Bill Wendling | 644ce53 | 2011-10-26 09:25:01 +0000 | [diff] [blame] | 506 | <h3>ThreadSanitizer</h3> |
| 507 | |
| 508 | <div> |
| 509 | |
| 510 | <p><a href="http://code.google.com/p/data-race-test/">ThreadSanitizer</a> is a |
| 511 | data race detector for (mostly) C and C++ code, available for Linux, Mac OS |
| 512 | and Windows. On different systems, we use binary instrumentation frameworks |
| 513 | (Valgrind, Pin and DynamoRio) as frontends that generate the program events |
| 514 | for the race detection algorithm. On Linux, there's an option of using |
| 515 | LLVM-based compile-time instrumentation.</p> |
| 516 | |
| 517 | </div> |
| 518 | |
| 519 | <!--=========================================================================--> |
Bill Wendling | 8a924c6 | 2011-10-26 07:42:45 +0000 | [diff] [blame] | 520 | <h3>The ZooLib C++ Cross-Platform Application Framework</h3> |
| 521 | |
| 522 | <div> |
| 523 | |
| 524 | <p><a href="http://www.zoolib.org/">ZooLib</a> is Open Source under the MIT |
| 525 | License. It provides GUI, filesystem access, TCP networking, thread-safe |
| 526 | memory management, threading and locking for Mac OS X, Classic Mac OS, |
| 527 | Microsoft Windows, POSIX operating systems with X11, BeOS, Haiku, Apple's iOS |
| 528 | and Research in Motion's BlackBerry.</p> |
| 529 | |
| 530 | <p>My current work is to use CLang's static analyzer to improve ZooLib's code |
| 531 | quality. I also plan to set up LLVM compiles of the demo programs and test |
| 532 | programs using CLang and LLVM on all the platforms that CLang, LLVM and |
| 533 | ZooLib all support.</p> |
| 534 | |
| 535 | </div> |
| 536 | |
| 537 | <!--=========================================================================--> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 538 | <!-- |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 539 | <h3>PinaVM</h3> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 540 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 541 | <div> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 542 | <p><a href="http://gitorious.org/pinavm/pages/Home">PinaVM</a> is an open |
| 543 | source, <a href="http://www.systemc.org/">SystemC</a> front-end. Unlike many |
| 544 | other front-ends, PinaVM actually executes the elaboration of the |
| 545 | program analyzed using LLVM's JIT infrastructure. It later enriches the |
| 546 | bitcode with SystemC-specific information.</p> |
| 547 | </div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 548 | --> |
| 549 | |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 550 | |
| 551 | <!--=========================================================================--> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 552 | <!-- |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 553 | <h3 id="icedtea">IcedTea Java Virtual Machine Implementation</h3> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 554 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 555 | <div> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 556 | <p> |
| 557 | <a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea</a> provides a |
| 558 | harness to build OpenJDK using only free software build tools and to provide |
| 559 | replacements for the not-yet free parts of OpenJDK. One of the extensions that |
| 560 | IcedTea provides is a new JIT compiler named <a |
| 561 | href="http://icedtea.classpath.org/wiki/ZeroSharkFaq">Shark</a> which uses LLVM |
| 562 | to provide native code generation without introducing processor-dependent |
| 563 | code. |
| 564 | </p> |
| 565 | |
| 566 | <p> OpenJDK 7 b112, IcedTea6 1.9 and IcedTea7 1.13 and later have been tested |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 567 | and are known to work with LLVM 3.0 (and continue to work with older LLVM |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 568 | releases >= 2.6 as well).</p> |
| 569 | </div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 570 | --> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 571 | |
| 572 | <!--=========================================================================--> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 573 | <!-- |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 574 | <h3>Polly - Polyhedral optimizations for LLVM</h3> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 575 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 576 | <div> |
Chris Lattner | 3bfe57e | 2011-04-06 01:13:49 +0000 | [diff] [blame] | 577 | <p>Polly is a project that aims to provide advanced memory access optimizations |
| 578 | to better take advantage of SIMD units, cache hierarchies, multiple cores or |
| 579 | even vector accelerators for LLVM. Built around an abstract mathematical |
| 580 | description based on Z-polyhedra, it provides the infrastructure to develop |
| 581 | advanced optimizations in LLVM and to connect complex external optimizers. In |
| 582 | its first year of existence Polly already provides an exact value-based |
| 583 | dependency analysis as well as basic SIMD and OpenMP code generation support. |
| 584 | Furthermore, Polly can use PoCC(Pluto) an advanced optimizer for data-locality |
| 585 | and parallelism.</p> |
| 586 | </div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 587 | --> |
Chris Lattner | 7554771 | 2010-10-03 23:49:06 +0000 | [diff] [blame] | 588 | |
Chris Lattner | 0fa5da9 | 2011-04-06 16:14:25 +0000 | [diff] [blame] | 589 | <!--=========================================================================--> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 590 | <!-- |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 591 | <h3>Rubinius</h3> |
Chris Lattner | 0fa5da9 | 2011-04-06 16:14:25 +0000 | [diff] [blame] | 592 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 593 | <div> |
Chris Lattner | 0fa5da9 | 2011-04-06 16:14:25 +0000 | [diff] [blame] | 594 | <p><a href="http://github.com/evanphx/rubinius">Rubinius</a> is an environment |
| 595 | for running Ruby code which strives to write as much of the implementation in |
| 596 | Ruby as possible. Combined with a bytecode interpreting VM, it uses LLVM to |
| 597 | optimize and compile ruby code down to machine code. Techniques such as type |
| 598 | feedback, method inlining, and deoptimization are all used to remove dynamism |
| 599 | from ruby execution and increase performance.</p> |
| 600 | </div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 601 | --> |
Chris Lattner | 0fa5da9 | 2011-04-06 16:14:25 +0000 | [diff] [blame] | 602 | |
Chris Lattner | a844a3e | 2011-04-07 03:09:21 +0000 | [diff] [blame] | 603 | <!--=========================================================================--> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 604 | <!-- |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 605 | <h3> |
Chris Lattner | a844a3e | 2011-04-07 03:09:21 +0000 | [diff] [blame] | 606 | <a name="FAUST">FAUST Real-Time Audio Signal Processing Language</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 607 | </h3> |
Chris Lattner | e051844 | 2010-10-01 06:34:49 +0000 | [diff] [blame] | 608 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 609 | <div> |
Chris Lattner | a844a3e | 2011-04-07 03:09:21 +0000 | [diff] [blame] | 610 | <p> |
| 611 | <a href="http://faust.grame.fr">FAUST</a> is a compiled language for real-time |
| 612 | audio signal processing. The name FAUST stands for Functional AUdio STream. Its |
| 613 | programming model combines two approaches: functional programming and block |
| 614 | diagram composition. In addition with the C, C++, JAVA output formats, the |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 615 | Faust compiler can now generate LLVM bitcode, and works with LLVM 2.7-3.0.</p> |
Chris Lattner | a844a3e | 2011-04-07 03:09:21 +0000 | [diff] [blame] | 616 | |
| 617 | </div> |
Bill Wendling | f2a7833 | 2011-10-25 01:01:42 +0000 | [diff] [blame] | 618 | --> |
Chris Lattner | a844a3e | 2011-04-07 03:09:21 +0000 | [diff] [blame] | 619 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 620 | </div> |
| 621 | |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 622 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 623 | <h2> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 624 | <a name="whatsnew">What's New in LLVM 3.0?</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 625 | </h2> |
Chris Lattner | 8348b47 | 2008-06-08 21:58:17 +0000 | [diff] [blame] | 626 | <!-- *********************************************************************** --> |
| 627 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 628 | <div> |
Chris Lattner | f8e0b4e | 2008-06-08 22:59:35 +0000 | [diff] [blame] | 629 | |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 630 | <p>This release includes a huge number of bug fixes, performance tweaks and |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 631 | minor improvements. Some of the major improvements and new features are listed |
| 632 | in this section. |
Chris Lattner | f8e0b4e | 2008-06-08 22:59:35 +0000 | [diff] [blame] | 633 | </p> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 634 | |
Chris Lattner | 914ce46 | 2010-04-22 06:28:20 +0000 | [diff] [blame] | 635 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 636 | <h3> |
Chris Lattner | 252b83d | 2008-02-06 18:00:06 +0000 | [diff] [blame] | 637 | <a name="majorfeatures">Major New Features</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 638 | </h3> |
Chris Lattner | 252b83d | 2008-02-06 18:00:06 +0000 | [diff] [blame] | 639 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 640 | <div> |
Chris Lattner | 252b83d | 2008-02-06 18:00:06 +0000 | [diff] [blame] | 641 | |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 642 | <p>LLVM 3.0 includes several major new capabilities:</p> |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 643 | |
| 644 | <ul> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 645 | |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 646 | <!-- |
| 647 | <li></li> |
| 648 | --> |
Chris Lattner | 7a8e6c5 | 2011-04-05 18:38:45 +0000 | [diff] [blame] | 649 | |
Chris Lattner | 8170c10 | 2008-02-10 08:18:42 +0000 | [diff] [blame] | 650 | </ul> |
Chris Lattner | 0a6f6d5 | 2011-04-05 07:19:28 +0000 | [diff] [blame] | 651 | |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 652 | </div> |
| 653 | |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 654 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 655 | <h3> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 656 | <a name="coreimprovements">LLVM IR and Core Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 657 | </h3> |
Chris Lattner | f304ffc | 2008-02-10 08:17:19 +0000 | [diff] [blame] | 658 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 659 | <div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 660 | <p>LLVM IR has several new features for better support of new targets and that |
| 661 | expose new optimization opportunities:</p> |
Chris Lattner | f304ffc | 2008-02-10 08:17:19 +0000 | [diff] [blame] | 662 | |
Chris Lattner | 791f77b | 2008-06-05 06:25:56 +0000 | [diff] [blame] | 663 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 664 | <!-- |
| 665 | <li></li> |
| 666 | --> |
Chris Lattner | f304ffc | 2008-02-10 08:17:19 +0000 | [diff] [blame] | 667 | </ul> |
Mikhail Glushenkov | ea65d7d | 2008-10-13 02:08:34 +0000 | [diff] [blame] | 668 | |
Chris Lattner | f304ffc | 2008-02-10 08:17:19 +0000 | [diff] [blame] | 669 | </div> |
| 670 | |
| 671 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 672 | <h3> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 673 | <a name="optimizer">Optimizer Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 674 | </h3> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 675 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 676 | <div> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 677 | |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 678 | <p>In addition to a large array of minor performance tweaks and bug fixes, this |
Chris Lattner | f301387 | 2008-10-13 21:50:36 +0000 | [diff] [blame] | 679 | release includes a few major enhancements and additions to the optimizers:</p> |
Chris Lattner | acce85d | 2008-02-10 07:46:44 +0000 | [diff] [blame] | 680 | |
| 681 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 682 | <!-- |
| 683 | <li></li> |
| 684 | --> |
Chris Lattner | c5ac61d | 2011-04-06 05:50:04 +0000 | [diff] [blame] | 685 | </li> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 686 | |
Chris Lattner | 11b6611 | 2010-10-04 02:42:39 +0000 | [diff] [blame] | 687 | </ul> |
| 688 | |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 689 | </div> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 690 | |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 691 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 692 | <h3> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 693 | <a name="mc">MC Level Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 694 | </h3> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 695 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 696 | <div> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 697 | <p> |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 698 | The LLVM Machine Code (aka MC) subsystem was created to solve a number |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 699 | of problems in the realm of assembly, disassembly, object file format handling, |
| 700 | and a number of other related areas that CPU instruction-set level tools work |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 701 | in.</p> |
| 702 | |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 703 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 704 | <!-- |
| 705 | <li></li> |
| 706 | --> |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 707 | </ul> |
| 708 | |
| 709 | <p>For more information, please see the <a |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 710 | href="http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html">Intro to the |
| 711 | LLVM MC Project Blog Post</a>. |
| 712 | </p> |
| 713 | |
NAKAMURA Takumi | 45c435a | 2011-04-05 08:24:22 +0000 | [diff] [blame] | 714 | </div> |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 715 | |
Chris Lattner | 4ba2b65 | 2010-09-30 16:31:33 +0000 | [diff] [blame] | 716 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 717 | <h3> |
Chris Lattner | 511433e | 2009-03-02 03:24:11 +0000 | [diff] [blame] | 718 | <a name="codegen">Target Independent Code Generator Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 719 | </h3> |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 720 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 721 | <div> |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 722 | |
Mikhail Glushenkov | f795ef0 | 2009-03-01 18:09:47 +0000 | [diff] [blame] | 723 | <p>We have put a significant amount of work into the code generator |
| 724 | infrastructure, which allows us to implement more aggressive algorithms and make |
| 725 | it run faster:</p> |
Chris Lattner | 0b83220 | 2008-06-08 02:45:07 +0000 | [diff] [blame] | 726 | |
| 727 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 728 | <!-- |
| 729 | <li></li> |
| 730 | --> |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 731 | </ul> |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 732 | </div> |
| 733 | |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 734 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 735 | <h3> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 736 | <a name="x86">X86-32 and X86-64 Target Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 737 | </h3> |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 738 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 739 | <div> |
Chris Lattner | 7714c91 | 2010-10-04 04:39:25 +0000 | [diff] [blame] | 740 | <p>New features and major changes in the X86 target include: |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 741 | </p> |
| 742 | |
| 743 | <ul> |
Chad Rosier | f94c9c1 | 2011-05-27 20:13:10 +0000 | [diff] [blame] | 744 | <li>The CRC32 intrinsics have been renamed. The intrinsics were previously |
| 745 | @llvm.x86.sse42.crc32.[8|16|32] and @llvm.x86.sse42.crc64.[8|64]. They have |
| 746 | been renamed to @llvm.x86.sse42.crc32.32.[8|16|32] and |
| 747 | @llvm.x86.sse42.crc32.64.[8|64].</li> |
| 748 | |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 749 | </ul> |
| 750 | |
Chris Lattner | 917cc71 | 2009-03-02 02:37:32 +0000 | [diff] [blame] | 751 | </div> |
Chris Lattner | 8497764 | 2007-09-21 03:54:09 +0000 | [diff] [blame] | 752 | |
| 753 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 754 | <h3> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 755 | <a name="ARM">ARM Target Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 756 | </h3> |
Chris Lattner | c441fb8 | 2009-03-01 02:30:21 +0000 | [diff] [blame] | 757 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 758 | <div> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 759 | <p>New features of the ARM target include: |
| 760 | </p> |
Chris Lattner | c441fb8 | 2009-03-01 02:30:21 +0000 | [diff] [blame] | 761 | |
| 762 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 763 | <!-- |
| 764 | <li></li> |
| 765 | --> |
Bob Wilson | e847277 | 2010-09-13 17:39:35 +0000 | [diff] [blame] | 766 | </ul> |
Chris Lattner | 61358ab | 2009-10-13 17:48:04 +0000 | [diff] [blame] | 767 | </div> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 768 | |
| 769 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 770 | <h3> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 771 | <a name="OtherTS">Other Target Specific Improvements</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 772 | </h3> |
Chris Lattner | c441fb8 | 2009-03-01 02:30:21 +0000 | [diff] [blame] | 773 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 774 | <div> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 775 | <ul> |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 776 | <!-- |
| 777 | <li></li> |
| 778 | --> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 779 | </ul> |
| 780 | </div> |
Chris Lattner | 77d29b1 | 2008-06-05 08:02:49 +0000 | [diff] [blame] | 781 | |
| 782 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 783 | <h3> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 784 | <a name="changes">Major Changes and Removed Features</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 785 | </h3> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 786 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 787 | <div> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 788 | |
Bill Wendling | 2626dba | 2011-08-03 22:18:20 +0000 | [diff] [blame] | 789 | <p>If you're already an LLVM user or developer with out-of-tree changes based on |
| 790 | LLVM 2.9, this section lists some "gotchas" that you may run into upgrading |
| 791 | from the previous release.</p> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 792 | |
| 793 | <ul> |
Eric Christopher | 90d6ec5 | 2011-09-28 19:47:28 +0000 | [diff] [blame] | 794 | <li>The <code>LLVMC</code> front end code was removed while separating |
| 795 | out language independence.</li> |
Jay Foad | f42e9b2 | 2011-08-04 10:43:43 +0000 | [diff] [blame] | 796 | <li>The <code>LowerSetJmp</code> pass wasn't used effectively by any |
| 797 | target and has been removed.</li> |
Rafael Espindola | f940a1a | 2011-08-30 23:03:45 +0000 | [diff] [blame] | 798 | <li>The old <code>TailDup</code> pass was not used in the standard pipeline |
| 799 | and was unable to update ssa form, so it has been removed. |
Eli Friedman | f03bb26 | 2011-08-12 22:50:01 +0000 | [diff] [blame] | 800 | <li>The syntax of volatile loads and stores in IR has been changed to |
| 801 | "<code>load volatile</code>"/"<code>store volatile</code>". The old |
| 802 | syntax ("<code>volatile load</code>"/"<code>volatile store</code>") |
| 803 | is still accepted, but is now considered deprecated.</li> |
Eli Friedman | 526e1bb | 2011-10-26 00:55:23 +0000 | [diff] [blame] | 804 | <li>The old atomic intrinscs (<code>llvm.memory.barrier</code> and |
| 805 | <code>llvm.atomic.*</code>) are now gone. Please use the new atomic |
| 806 | instructions, described in the <a href="Atomics.html">atomics guide</a>. |
Devang Patel | b34dd13 | 2008-10-14 20:03:43 +0000 | [diff] [blame] | 807 | </ul> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 808 | |
NAKAMURA Takumi | 2026de2 | 2011-08-22 23:22:05 +0000 | [diff] [blame] | 809 | <h4>Windows (32-bit)</h4> |
| 810 | <div> |
| 811 | <ul> |
| 812 | <li>On Win32(MinGW32 and MSVC), Windows 2000 will not be supported. |
| 813 | Windows XP or higher is required.</li> |
| 814 | </ul> |
| 815 | </div> |
| 816 | |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 817 | </div> |
| 818 | |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 819 | <!--=========================================================================--> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 820 | <h3> |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 821 | <a name="api_changes">Internal API Changes</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 822 | </h3> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 823 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 824 | <div> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 825 | |
Chris Lattner | 1efe27e | 2011-04-06 00:45:11 +0000 | [diff] [blame] | 826 | <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] | 827 | LLVM API changes are:</p> |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 828 | |
| 829 | <ul> |
Chris Lattner | d132430 | 2011-07-18 04:56:02 +0000 | [diff] [blame] | 830 | <li>The biggest and most pervasive change is that llvm::Type's are no longer |
| 831 | returned or accepted as 'const' values. Instead, just pass around non-const |
| 832 | Type's.</li> |
| 833 | |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 834 | <li><code>PHINode::reserveOperandSpace</code> has been removed. Instead, you |
| 835 | must specify how many operands to reserve space for when you create the |
| 836 | PHINode, by passing an extra argument into <code>PHINode::Create</code>.</li> |
| 837 | |
| 838 | <li>PHINodes no longer store their incoming BasicBlocks as operands. Instead, |
| 839 | the list of incoming BasicBlocks is stored separately, and can be accessed |
| 840 | with new functions <code>PHINode::block_begin</code> |
| 841 | and <code>PHINode::block_end</code>.</li> |
| 842 | |
| 843 | <li>Various functions now take an <code>ArrayRef</code> instead of either a pair |
| 844 | of pointers (or iterators) to the beginning and end of a range, or a pointer |
| 845 | and a length. Others now return an <code>ArrayRef</code> instead of a |
| 846 | reference to a <code>SmallVector</code> or <code>std::vector</code>. These |
| 847 | include: |
| 848 | <ul> |
| 849 | <!-- Please keep this list sorted. --> |
Jay Foad | a3efbb1 | 2011-07-15 08:37:34 +0000 | [diff] [blame] | 850 | <li><code>CallInst::Create</code></li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 851 | <li><code>ComputeLinearIndex</code> (in <code>llvm/CodeGen/Analysis.h</code>)</li> |
| 852 | <li><code>ConstantArray::get</code></li> |
| 853 | <li><code>ConstantExpr::getExtractElement</code></li> |
Jay Foad | dab3d29 | 2011-07-21 14:31:17 +0000 | [diff] [blame] | 854 | <li><code>ConstantExpr::getGetElementPtr</code></li> |
| 855 | <li><code>ConstantExpr::getInBoundsGetElementPtr</code></li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 856 | <li><code>ConstantExpr::getIndices</code></li> |
| 857 | <li><code>ConstantExpr::getInsertElement</code></li> |
| 858 | <li><code>ConstantExpr::getWithOperands</code></li> |
Jay Foad | 1d2f569 | 2011-07-19 13:32:40 +0000 | [diff] [blame] | 859 | <li><code>ConstantFoldCall</code> (in <code>llvm/Analysis/ConstantFolding.h</code>)</li> |
| 860 | <li><code>ConstantFoldInstOperands</code> (in <code>llvm/Analysis/ConstantFolding.h</code>)</li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 861 | <li><code>ConstantVector::get</code></li> |
| 862 | <li><code>DIBuilder::createComplexVariable</code></li> |
| 863 | <li><code>DIBuilder::getOrCreateArray</code></li> |
| 864 | <li><code>ExtractValueInst::Create</code></li> |
| 865 | <li><code>ExtractValueInst::getIndexedType</code></li> |
| 866 | <li><code>ExtractValueInst::getIndices</code></li> |
| 867 | <li><code>FindInsertedValue</code> (in <code>llvm/Analysis/ValueTracking.h</code>)</li> |
Jay Foad | ca12a21 | 2011-07-19 14:42:50 +0000 | [diff] [blame] | 868 | <li><code>gep_type_begin</code> (in <code>llvm/Support/GetElementPtrTypeIterator.h</code>)</li> |
| 869 | <li><code>gep_type_end</code> (in <code>llvm/Support/GetElementPtrTypeIterator.h</code>)</li> |
Jay Foad | a920310 | 2011-07-25 09:48:08 +0000 | [diff] [blame] | 870 | <li><code>GetElementPtrInst::Create</code></li> |
| 871 | <li><code>GetElementPtrInst::CreateInBounds</code></li> |
| 872 | <li><code>GetElementPtrInst::getIndexedType</code></li> |
Jay Foad | b60e851 | 2011-07-21 14:42:51 +0000 | [diff] [blame] | 873 | <li><code>InsertValueInst::Create</code></li> |
| 874 | <li><code>InsertValueInst::getIndices</code></li> |
| 875 | <li><code>InvokeInst::Create</code></li> |
Jay Foad | a3efbb1 | 2011-07-15 08:37:34 +0000 | [diff] [blame] | 876 | <li><code>IRBuilder::CreateCall</code></li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 877 | <li><code>IRBuilder::CreateExtractValue</code></li> |
Jay Foad | 0a2a60a | 2011-07-22 08:16:57 +0000 | [diff] [blame] | 878 | <li><code>IRBuilder::CreateGEP</code></li> |
| 879 | <li><code>IRBuilder::CreateInBoundsGEP</code></li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 880 | <li><code>IRBuilder::CreateInsertValue</code></li> |
Jay Foad | a3efbb1 | 2011-07-15 08:37:34 +0000 | [diff] [blame] | 881 | <li><code>IRBuilder::CreateInvoke</code></li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 882 | <li><code>MDNode::get</code></li> |
| 883 | <li><code>MDNode::getIfExists</code></li> |
| 884 | <li><code>MDNode::getTemporary</code></li> |
| 885 | <li><code>MDNode::getWhenValsUnresolved</code></li> |
Jay Foad | b9b54eb | 2011-07-19 15:07:52 +0000 | [diff] [blame] | 886 | <li><code>SimplifyGEPInst</code> (in <code>llvm/Analysis/InstructionSimplify.h</code>)</li> |
Jay Foad | 8fbbb39 | 2011-07-19 14:01:37 +0000 | [diff] [blame] | 887 | <li><code>TargetData::getIndexedOffset</code></li> |
Jay Foad | 558d376 | 2011-07-14 09:19:05 +0000 | [diff] [blame] | 888 | </ul></li> |
| 889 | |
| 890 | <li>All forms of <code>StringMap::getOrCreateValue</code> have been remove |
| 891 | except for the one which takes a <code>StringRef</code>.</li> |
| 892 | |
Bill Wendling | 1600525 | 2011-08-02 06:20:17 +0000 | [diff] [blame] | 893 | <li>The <code>LLVMBuildUnwind</code> function from the C API was removed. The |
| 894 | LLVM <code>unwind</code> instruction has been deprecated for a long time and |
Bill Wendling | 086da7e | 2011-08-02 06:39:13 +0000 | [diff] [blame] | 895 | isn't used by the current front-ends. So this was removed during the |
Bill Wendling | 1600525 | 2011-08-02 06:20:17 +0000 | [diff] [blame] | 896 | exception handling rewrite.</li> |
| 897 | |
Bill Wendling | 2626dba | 2011-08-03 22:18:20 +0000 | [diff] [blame] | 898 | <li>The <code>LLVMAddLowerSetJmpPass</code> function from the C API was removed |
| 899 | because the <code>LowerSetJmp</code> pass was removed.</li> |
| 900 | |
Devang Patel | 6326a42 | 2011-08-15 23:00:00 +0000 | [diff] [blame] | 901 | <li>The <code>DIBuilder</code> interface used by front ends to encode debugging |
| 902 | information in the LLVM IR now expects clients to use <code>DIBuilder::finalize()</code> |
| 903 | at the end of translation unit to complete debugging information encoding.</li> |
| 904 | |
Torok Edwin | f16e2d4 | 2011-09-30 13:07:52 +0000 | [diff] [blame] | 905 | <li>The way the type system works has been rewritten: <code>PATypeHolder</code> |
| 906 | and <code>OpaqueType</code> are gone, and all APIs deal with <code>Type*</code> |
| 907 | instead of <code>const Type*</code>. |
| 908 | If you need to create recursive structures, then create a named structure, |
| 909 | and use <code>setBody()</code> when all its elements are built. |
| 910 | Type merging and refining is gone too: named structures are not |
| 911 | merged with other structures, even if their layout is identical. |
| 912 | (of course anonymous structures are still uniqued by layout). |
| 913 | </li> |
| 914 | |
| 915 | <li>TargetSelect.h moved to Support/ from Target/</li> |
| 916 | |
| 917 | <li>UpgradeIntrinsicCall no longer upgrades pre-2.9 intrinsic calls |
| 918 | (for example <code>llvm.memset.i32</code>).</li> |
| 919 | |
| 920 | <li>It is mandatory to initialize all out-of-tree passes too and their dependencies now with |
| 921 | <code>INITIALIZE_PASS{BEGIN,END,}</code> and <code>INITIALIZE_{PASS,AG}_DEPENDENCY</code>.</li> |
| 922 | |
Eli Friedman | b414142 | 2011-10-13 22:14:57 +0000 | [diff] [blame] | 923 | <li>The interface for MemDepResult in MemoryDependenceAnalysis has been enhanced |
| 924 | with new return types Unknown and NonFuncLocal, in addition to the existing |
| 925 | types Clobber, Def, and NonLocal.</li> |
| 926 | |
Daniel Dunbar | f0233c6 | 2010-10-04 20:11:41 +0000 | [diff] [blame] | 927 | </ul> |
| 928 | </div> |
Chris Lattner | f6662f9 | 2008-10-13 17:57:36 +0000 | [diff] [blame] | 929 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 930 | </div> |
| 931 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 932 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 933 | <h2> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 934 | <a name="knownproblems">Known Problems</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 935 | </h2> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 936 | <!-- *********************************************************************** --> |
| 937 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 938 | <div> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 939 | |
Mikhail Glushenkov | f795ef0 | 2009-03-01 18:09:47 +0000 | [diff] [blame] | 940 | <p>This section contains significant known problems with the LLVM system, |
Chris Lattner | e18b32e | 2008-11-10 05:40:34 +0000 | [diff] [blame] | 941 | listed by component. If you run into a problem, please check the <a |
Chris Lattner | c463b27 | 2005-10-29 07:07:09 +0000 | [diff] [blame] | 942 | href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if |
Chris Lattner | 5eccca4 | 2003-12-12 21:22:16 +0000 | [diff] [blame] | 943 | there isn't already one.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 944 | |
Chris Lattner | f5ee170 | 2004-03-14 02:03:02 +0000 | [diff] [blame] | 945 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 946 | <h3> |
Chris Lattner | f5ee170 | 2004-03-14 02:03:02 +0000 | [diff] [blame] | 947 | <a name="experimental">Experimental features included with this release</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 948 | </h3> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 949 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 950 | <div> |
Chris Lattner | f5ee170 | 2004-03-14 02:03:02 +0000 | [diff] [blame] | 951 | |
Misha Brukman | 6df9e2c | 2004-05-12 21:46:05 +0000 | [diff] [blame] | 952 | <p>The following components of this LLVM release are either untested, known to |
| 953 | be broken or unreliable, or are in early development. These components should |
| 954 | not be relied on, and bugs should not be filed against them, but they may be |
| 955 | useful to some people. In particular, if you would like to work on one of these |
Chris Lattner | 2b659ef | 2008-02-12 06:29:45 +0000 | [diff] [blame] | 956 | components, please contact us on the <a |
| 957 | href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p> |
Chris Lattner | f5ee170 | 2004-03-14 02:03:02 +0000 | [diff] [blame] | 958 | |
| 959 | <ul> |
Dan Gohman | 3e6157d | 2011-10-25 00:05:42 +0000 | [diff] [blame] | 960 | <li>The Alpha, CellSPU, MicroBlaze, MSP430, MIPS, PTX, |
Chris Lattner | bb11771 | 2010-10-04 01:29:06 +0000 | [diff] [blame] | 961 | and XCore backends are experimental.</li> |
Chris Lattner | 7d9b6b4 | 2010-10-02 21:59:30 +0000 | [diff] [blame] | 962 | <li><tt>llc</tt> "<tt>-filetype=obj</tt>" is experimental on all targets |
Chris Lattner | 49123fd | 2011-04-06 06:29:50 +0000 | [diff] [blame] | 963 | other than darwin and ELF X86 systems.</li> |
Chris Lattner | be2e1b5 | 2011-03-10 07:43:44 +0000 | [diff] [blame] | 964 | |
Chris Lattner | f5ee170 | 2004-03-14 02:03:02 +0000 | [diff] [blame] | 965 | </ul> |
| 966 | |
| 967 | </div> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 968 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 969 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 970 | <h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 971 | <a name="x86-be">Known problems with the X86 back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 972 | </h3> |
John Criswell | c0c186d | 2005-11-08 21:11:33 +0000 | [diff] [blame] | 973 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 974 | <div> |
John Criswell | c0c186d | 2005-11-08 21:11:33 +0000 | [diff] [blame] | 975 | |
| 976 | <ul> |
Anton Korobeynikov | a6094be | 2008-06-08 10:24:13 +0000 | [diff] [blame] | 977 | <li>The X86 backend does not yet support |
| 978 | all <a href="http://llvm.org/PR879">inline assembly that uses the X86 |
| 979 | floating point stack</a>. It supports the 'f' and 't' constraints, but not |
| 980 | 'u'.</li> |
Dan Gohman | 8207ba9 | 2008-06-08 23:05:11 +0000 | [diff] [blame] | 981 | <li>The X86-64 backend does not yet support the LLVM IR instruction |
Chris Lattner | 914ce46 | 2010-04-22 06:28:20 +0000 | [diff] [blame] | 982 | <tt>va_arg</tt>. Currently, front-ends support variadic |
Dan Gohman | 8207ba9 | 2008-06-08 23:05:11 +0000 | [diff] [blame] | 983 | argument constructs on X86-64 by lowering them manually.</li> |
NAKAMURA Takumi | 45c435a | 2011-04-05 08:24:22 +0000 | [diff] [blame] | 984 | <li>Windows x64 (aka Win64) code generator has a few issues. |
| 985 | <ul> |
| 986 | <li>llvm-gcc cannot build the mingw-w64 runtime currently |
| 987 | due to lack of support for the 'u' inline assembly |
| 988 | constraint and for X87 floating point inline assembly.</li> |
| 989 | <li>On mingw-w64, you will see unresolved symbol <tt>__chkstk</tt> |
| 990 | due to <a href="http://llvm.org/bugs/show_bug.cgi?id=8919">Bug 8919</a>. |
| 991 | It is fixed in <a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110321/118499.html">r128206</a>.</li> |
| 992 | <li>Miss-aligned MOVDQA might crash your program. It is due to |
| 993 | <a href="http://llvm.org/bugs/show_bug.cgi?id=9483">Bug 9483</a>, |
| 994 | lack of handling aligned internal globals.</li> |
| 995 | </ul> |
| 996 | </li> |
| 997 | |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 998 | </ul> |
| 999 | |
| 1000 | </div> |
| 1001 | |
| 1002 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1003 | <h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1004 | <a name="ppc-be">Known problems with the PowerPC back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1005 | </h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1006 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1007 | <div> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1008 | |
| 1009 | <ul> |
Nicolas Geoffray | e4285dc | 2007-05-15 09:21:28 +0000 | [diff] [blame] | 1010 | <li>The Linux PPC32/ABI support needs testing for the interpreter and static |
Chris Lattner | 57a460e | 2007-05-23 04:39:32 +0000 | [diff] [blame] | 1011 | compilation, and lacks support for debug information.</li> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1012 | </ul> |
| 1013 | |
| 1014 | </div> |
| 1015 | |
| 1016 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1017 | <h3> |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 1018 | <a name="arm-be">Known problems with the ARM back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1019 | </h3> |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 1020 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1021 | <div> |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 1022 | |
| 1023 | <ul> |
Chris Lattner | 57a460e | 2007-05-23 04:39:32 +0000 | [diff] [blame] | 1024 | <li>Thumb mode works only on ARMv6 or higher processors. On sub-ARMv6 |
Duncan Sands | c90d68b | 2007-09-26 15:59:54 +0000 | [diff] [blame] | 1025 | processors, thumb programs can crash or produce wrong |
Chris Lattner | 57a460e | 2007-05-23 04:39:32 +0000 | [diff] [blame] | 1026 | results (<a href="http://llvm.org/PR1388">PR1388</a>).</li> |
John Criswell | 524a5dd | 2009-03-02 15:28:15 +0000 | [diff] [blame] | 1027 | <li>Compilation for ARM Linux OABI (old ABI) is supported but not fully tested. |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 1028 | </li> |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 1029 | </ul> |
| 1030 | |
| 1031 | </div> |
| 1032 | |
| 1033 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1034 | <h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1035 | <a name="sparc-be">Known problems with the SPARC back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1036 | </h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1037 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1038 | <div> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1039 | |
| 1040 | <ul> |
John Criswell | 524a5dd | 2009-03-02 15:28:15 +0000 | [diff] [blame] | 1041 | <li>The SPARC backend only supports the 32-bit SPARC ABI (-m32); it does not |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1042 | support the 64-bit SPARC ABI (-m64).</li> |
| 1043 | </ul> |
| 1044 | |
| 1045 | </div> |
| 1046 | |
| 1047 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1048 | <h3> |
Bruno Cardoso Lopes | b7e1a4f | 2008-10-25 14:56:26 +0000 | [diff] [blame] | 1049 | <a name="mips-be">Known problems with the MIPS back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1050 | </h3> |
Bruno Cardoso Lopes | b7e1a4f | 2008-10-25 14:56:26 +0000 | [diff] [blame] | 1051 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1052 | <div> |
Bruno Cardoso Lopes | b7e1a4f | 2008-10-25 14:56:26 +0000 | [diff] [blame] | 1053 | |
| 1054 | <ul> |
Bruno Cardoso Lopes | b7e1a4f | 2008-10-25 14:56:26 +0000 | [diff] [blame] | 1055 | <li>64-bit MIPS targets are not supported yet.</li> |
| 1056 | </ul> |
| 1057 | |
| 1058 | </div> |
| 1059 | |
| 1060 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1061 | <h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1062 | <a name="alpha-be">Known problems with the Alpha back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1063 | </h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1064 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1065 | <div> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1066 | |
| 1067 | <ul> |
| 1068 | |
| 1069 | <li>On 21164s, some rare FP arithmetic sequences which may trap do not have the |
| 1070 | appropriate nops inserted to ensure restartability.</li> |
| 1071 | |
John Criswell | c0c186d | 2005-11-08 21:11:33 +0000 | [diff] [blame] | 1072 | </ul> |
| 1073 | </div> |
| 1074 | |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1075 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1076 | <h3> |
Chris Lattner | f3e5bc6 | 2007-05-14 06:56:09 +0000 | [diff] [blame] | 1077 | <a name="c-be">Known problems with the C back-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1078 | </h3> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1079 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1080 | <div> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1081 | |
Chris Lattner | 3016ee9 | 2010-09-29 05:34:42 +0000 | [diff] [blame] | 1082 | <p>The C backend has numerous problems and is not being actively maintained. |
| 1083 | Depending on it for anything serious is not advised.</p> |
| 1084 | |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1085 | <ul> |
Chris Lattner | 5733b27 | 2008-06-05 06:35:40 +0000 | [diff] [blame] | 1086 | <li><a href="http://llvm.org/PR802">The C backend has only basic support for |
| 1087 | inline assembly code</a>.</li> |
Chris Lattner | 725a0d8 | 2007-09-26 06:01:35 +0000 | [diff] [blame] | 1088 | <li><a href="http://llvm.org/PR1658">The C backend violates the ABI of common |
| 1089 | C++ programs</a>, preventing intermixing between C++ compiled by the CBE and |
Gabor Greif | 4906abe | 2009-03-02 12:02:51 +0000 | [diff] [blame] | 1090 | C++ code compiled with <tt>llc</tt> or native compilers.</li> |
Duncan Sands | f74c0cc | 2008-02-10 13:40:55 +0000 | [diff] [blame] | 1091 | <li>The C backend does not support all exception handling constructs.</li> |
Duncan Sands | 50723a9 | 2009-02-25 11:51:54 +0000 | [diff] [blame] | 1092 | <li>The C backend does not support arbitrary precision integers.</li> |
Chris Lattner | 2629922 | 2006-11-18 07:51:14 +0000 | [diff] [blame] | 1093 | </ul> |
| 1094 | |
| 1095 | </div> |
John Criswell | c0c186d | 2005-11-08 21:11:33 +0000 | [diff] [blame] | 1096 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1097 | |
| 1098 | <!-- ======================================================================= --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1099 | <h3> |
Chris Lattner | 3016ee9 | 2010-09-29 05:34:42 +0000 | [diff] [blame] | 1100 | <a name="llvm-gcc">Known problems with the llvm-gcc front-end</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1101 | </h3> |
Chris Lattner | 47588f9 | 2003-10-02 05:07:23 +0000 | [diff] [blame] | 1102 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1103 | <div> |
Chris Lattner | c5d658a | 2006-03-03 00:34:26 +0000 | [diff] [blame] | 1104 | |
Chad Rosier | e6291d0 | 2011-05-27 22:50:46 +0000 | [diff] [blame] | 1105 | <p><b>LLVM 3.0 will be the last release of llvm-gcc.</b></p> |
Chris Lattner | 49123fd | 2011-04-06 06:29:50 +0000 | [diff] [blame] | 1106 | |
Chris Lattner | 3016ee9 | 2010-09-29 05:34:42 +0000 | [diff] [blame] | 1107 | <p>llvm-gcc is generally very stable for the C family of languages. The only |
| 1108 | major language feature of GCC not supported by llvm-gcc is the |
| 1109 | <tt>__builtin_apply</tt> family of builtins. However, some extensions |
| 1110 | are only supported on some targets. For example, trampolines are only |
| 1111 | supported on some targets (these are used when you take the address of a |
| 1112 | nested function).</p> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1113 | |
Chris Lattner | 3016ee9 | 2010-09-29 05:34:42 +0000 | [diff] [blame] | 1114 | <p>Fortran support generally works, but there are still several unresolved bugs |
| 1115 | in <a href="http://llvm.org/bugs/">Bugzilla</a>. Please see the |
| 1116 | tools/gfortran component for details. Note that llvm-gcc is missing major |
| 1117 | Fortran performance work in the frontend and library that went into GCC after |
| 1118 | 4.2. If you are interested in Fortran, we recommend that you consider using |
| 1119 | <a href="#dragonegg">dragonegg</a> instead.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1120 | |
Duncan Sands | 3af9633 | 2010-10-04 10:06:56 +0000 | [diff] [blame] | 1121 | <p>The llvm-gcc 4.2 Ada compiler has basic functionality, but is no longer being |
| 1122 | actively maintained. If you are interested in Ada, we recommend that you |
| 1123 | consider using <a href="#dragonegg">dragonegg</a> instead.</p> |
Chris Lattner | 2b659ef | 2008-02-12 06:29:45 +0000 | [diff] [blame] | 1124 | </div> |
| 1125 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1126 | </div> |
| 1127 | |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1128 | <!-- *********************************************************************** --> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1129 | <h2> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1130 | <a name="additionalinfo">Additional Information</a> |
NAKAMURA Takumi | 06c6d9a | 2011-04-18 01:17:51 +0000 | [diff] [blame] | 1131 | </h2> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1132 | <!-- *********************************************************************** --> |
| 1133 | |
NAKAMURA Takumi | 074eeaa | 2011-04-21 01:52:00 +0000 | [diff] [blame] | 1134 | <div> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1135 | |
Chris Lattner | 416db10 | 2005-05-16 17:13:10 +0000 | [diff] [blame] | 1136 | <p>A wide variety of additional information is available on the <a |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 1137 | href="http://llvm.org/">LLVM web page</a>, in particular in the <a |
Chris Lattner | b4b0ce7 | 2007-05-18 00:44:29 +0000 | [diff] [blame] | 1138 | href="http://llvm.org/docs/">documentation</a> section. The web page also |
Reid Spencer | 669ed45 | 2007-07-09 08:04:31 +0000 | [diff] [blame] | 1139 | contains versions of the API documentation which is up-to-date with the |
| 1140 | Subversion version of the source code. |
Misha Brukman | 109d9e8 | 2005-03-30 19:14:24 +0000 | [diff] [blame] | 1141 | You can access versions of these documents specific to this release by going |
| 1142 | into the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1143 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1144 | <p>If you have any questions or comments about LLVM, please feel free to contact |
Chris Lattner | c463b27 | 2005-10-29 07:07:09 +0000 | [diff] [blame] | 1145 | us via the <a href="http://llvm.org/docs/#maillist"> mailing |
Chris Lattner | 5eccca4 | 2003-12-12 21:22:16 +0000 | [diff] [blame] | 1146 | lists</a>.</p> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1147 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1148 | </div> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1149 | |
| 1150 | <!-- *********************************************************************** --> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1151 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1152 | <hr> |
Misha Brukman | 2061e89 | 2003-11-22 01:23:39 +0000 | [diff] [blame] | 1153 | <address> |
Misha Brukman | 38847d5 | 2003-12-21 22:53:21 +0000 | [diff] [blame] | 1154 | <a href="http://jigsaw.w3.org/css-validator/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 1155 | 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] | 1156 | <a href="http://validator.w3.org/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 1157 | 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] | 1158 | |
Chris Lattner | b4b0ce7 | 2007-05-18 00:44:29 +0000 | [diff] [blame] | 1159 | <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br> |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1160 | Last modified: $Date$ |
Misha Brukman | 2061e89 | 2003-11-22 01:23:39 +0000 | [diff] [blame] | 1161 | </address> |
Chris Lattner | 79c3fe1 | 2003-10-02 04:57:28 +0000 | [diff] [blame] | 1162 | |
Misha Brukman | 500bc30 | 2003-11-22 00:38:41 +0000 | [diff] [blame] | 1163 | </body> |
| 1164 | </html> |