[llvm-commits] CVS: llvm-www/releases/1.2/docs/ReleaseNotes.html
Misha Brukman
brukman at cs.uiuc.edu
Tue Mar 23 20:07:00 PST 2004
Changes in directory llvm-www/releases/1.2/docs:
ReleaseNotes.html updated: 1.3 -> 1.4
---
Log message:
Kill unopened </a> tag.
---
Diffs of the changes: (+2 -2)
Index: llvm-www/releases/1.2/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.2/docs/ReleaseNotes.html:1.3 llvm-www/releases/1.2/docs/ReleaseNotes.html:1.4
--- llvm-www/releases/1.2/docs/ReleaseNotes.html:1.3 Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/ReleaseNotes.html Tue Mar 23 20:06:20 2004
@@ -148,7 +148,7 @@
<li>The C/C++ front-end now supports the GCC <tt>__builtin_return_address</tt> and <tt>__builtin_frame_address</tt> extensions. These are also supported by the X86 backend and by the C backend.</li>
<li><a href="http://llvm.cs.uiuc.edu/PR249">[X86] Missing cast from ULong -> Double, cast FP -> bool and support for -9223372036854775808</a></li>
<li>The C/C++ front-end <a href="http://llvm.cs.uiuc.edu/PR273">now supports</a>
-the "<a href="http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html#Labels%20as%20Values">labels as values</a>" GCC extension, often used to build "threaded interpreters".</a></li>
+the "<a href="http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html#Labels%20as%20Values">labels as values</a>" GCC extension, often used to build "threaded interpreters".</li>
</ol>
@@ -664,7 +664,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/03/19 22:04:17 $
+ Last modified: $Date: 2004/03/24 02:06:20 $
</address>
</body>
More information about the llvm-commits
mailing list