[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 3 17:39:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.191 -> 1.192

---
Log message:

CQ bug implemented


---
Diffs of the changes:  (+5 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.191 llvm/docs/ReleaseNotes.html:1.192
--- llvm/docs/ReleaseNotes.html:1.191	Tue Jun  1 16:52:45 2004
+++ llvm/docs/ReleaseNotes.html	Thu Jun  3 17:35:13 2004
@@ -216,6 +216,10 @@
 <li>LLVM now has infrastructure for (simple and sparse conditional) constant
 propagation of function calls.  It currently supports a few math library
 functions like sqrt/sin/cos/etc.</li>
+
+<li>The C backend now emits <a href="http://llvm.cs.uiuc.edu/PR334">Syntactic
+loops</a> in the code to help C compilers whose optimizers do not recognize 
+loops formed from gotos (like GCC).</li>
 </ol>
 </div>
 
@@ -694,7 +698,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/01 21:52:45 $
+  Last modified: $Date: 2004/06/03 22:35:13 $
 </address>
 
 </body>





More information about the llvm-commits mailing list