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

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 13 23:03:01 PST 2003


Changes in directory llvm-www/releases/1.1/docs:

ReleaseNotes.html updated: 1.1 -> 1.2

---
Log message:

Add note about BSD support.  Add note about bug fixed in 1.2


---
Diffs of the changes:  (+6 -2)

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.1 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.2
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.1	Sat Dec 13 16:03:42 2003
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Sat Dec 13 23:02:08 2003
@@ -302,7 +302,7 @@
 <div class="doc_text">
 
 <p>LLVM has been extensively tested on Intel and AMD machines running Red
-Hat Linux and has been tested on Sun UltraSPARC workstations running Solaris 8.
+Hat Linux and FreeBSD.  It has also been tested on Sun UltraSPARC workstations running Solaris 8.
 Additionally, 
 LLVM works on Mac OS/X 10.3 and above, but only with the C backend or 
 interpreter (no native backend for the PowerPC is available yet).
@@ -359,6 +359,10 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
 more than 256 elements</a>.</li>
 
+</ul><b>Bugs in 1.1 fixed in 1.2:</b><ul><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory locations to registers</a></li>
+
 </ul>
 
 </div>
@@ -686,7 +690,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: 2003/12/13 22:03:42 $
+  Last modified: $Date: 2003/12/14 05:02:08 $
 </address>
 
 </body>





More information about the llvm-commits mailing list