supporting tools) and the llvm-gcc repository. In addition to this code, the
LLVM Project includes other sub-projects that are in development. The two which
are the most actively developed are the <a href="#clang">Clang Project</a> and
-<a href="#vmkit">vmkit Project</a>.
+the <a href="#vmkit">vmkit Project</a>.
</p>
</div>
<p>
<ul>
-<li>...</li>
+<li>block-pointers<li>
+<li>alpha?<li>
+<li>-flimited-precision</li>
+<li>-flto</li>
</ul>
representing it as a form of weak linkage.</li>
<li>DebugInfoBuilder</li>
<li>.ll printing format change: %3 = add i32 4, 2</li>
+<li>opt-size, noinline, alwaysinline function attributes</li>
<li>...</li>
</ul>
<p>If you're already an LLVM user, this section lists some "gotchas" that you
may run into upgrading from the previous release.</p>
-<p>The LLVM IR generated by llvm-gcc now doesn't name instructions. Use the
- instnamer pass if you want them.</p>
+<p>The LLVM IR generated by llvm-gcc no longer names all instructions.
+ Use the instnamer pass if you want everything named.</p>
-<li>LoadVN and GCSE are completely gone.</li>
+<li>The LoadVN and GCSE passes have been removed.</li>
<p>LLVM API Changes:</p>