add scaffolding for splitting of vectors.
[oota-llvm.git] / docs / ReleaseNotes.html
index 0737be45074ef5153300c2e1563ed7517459460b..d2c61176fa67216220d37a5ee1b6f4cebb874bd4 100644 (file)
@@ -185,7 +185,7 @@ optimizer, speeding it up and making it more aggressive.  For example:</p>
     run many small programs, but is still incomplete and is not yet
     fully performant.</li>
     
-<li>Bill Wendling added SSE3 support to the X86 backend.</li>
+<li>Bill Wendling added SSSE3 support to the X86 backend.</li>
 
 <li>Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.</li>
 
@@ -537,15 +537,16 @@ bits.</p></li>
       Declaring that functions have no side effects or that they can never
       return.<br>
 
-      <b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>,
-      <tt>constructor</tt>, <tt>destructor</tt>,
+      <b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>, 
+      <tt>const</tt>, <tt>constructor</tt>, <tt>destructor</tt>, 
       <tt>deprecated</tt>, <tt>fastcall</tt>, <tt>format</tt>, 
-      <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>, <tt>noreturn</tt>, <tt>regparm</tt>
+      <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>, 
+      <tt>noreturn</tt>, <tt>pure</tt>, <tt>regparm</tt>
       <tt>section</tt>, <tt>stdcall</tt>, <tt>unused</tt>, <tt>used</tt>, 
       <tt>visibility</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
 
-      <b>Ignored:</b> <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
-      <tt>malloc</tt>, <tt>no_instrument_function</tt></li>
+      <b>Ignored:</b> <tt>nothrow</tt>, <tt>malloc</tt>,
+      <tt>no_instrument_function</tt></li>
   </ol>
 </li>