[llvm-commits] [llvm] r46818 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Wed Feb 6 10:32:06 PST 2008


Author: lattner
Date: Wed Feb  6 12:32:06 2008
New Revision: 46818

URL: http://llvm.org/viewvc/llvm-project?rev=46818&view=rev
Log:
some more notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=46818&r1=46817&r2=46818&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Feb  6 12:32:06 2008
@@ -129,7 +129,7 @@
 
 <ul>
 
-<li>Daniel Berlin and (?) rewrote Andersen's alias analysis (which is not
+<li>Daniel Berlin and (Curtis?) rewrote Andersen's alias analysis (which is not
 enabled by default) to be several orders of magnitude faster, implmented Offline
 Variable Substitution.</li>
 
@@ -151,12 +151,15 @@
 
 <ul>
 
-<li>Owen contributed Machine Loop info, domintors, etc.</li>
+<li>Owen contributed Machine Loop info, domintors, etc. Merged dom and
+ postdom.</li>
 
 <li>Dan added support for emitting debug information with .file and .loc on 
 targets that support it</li>
 
 <li>Evan physical register dependencies in the BURR scheduler</li>
+
+<li>Evan EXTRACT_SUBREG coalescing support</li>
 </ul>
 
 </div>
@@ -174,6 +177,8 @@
 <ul>
 <li>Evan X86 now models EFLAGS in instructions.</li>
 <li>Evan: If conversion on by default for ARM.</li>
+<li>Bruno: MIPS PIC support.</li>
+<li>Arnold Schwaighofer: X86 tail call support.</li>
 </ul>
   
 </div>
@@ -205,7 +210,8 @@
 </p>
 
 <ul>
-<li>.</li>
+<li>Devang added LLVMFoldingBuilder.</li>
+<li>Dan added support for vector sin, cos, and pow intrinsics.</li>
 </ul>
   
 </div>





More information about the llvm-commits mailing list