[llvm-commits] [dragonegg] r101362 - /dragonegg/trunk/www/index.html

Duncan Sands baldrick at free.fr
Thu Apr 15 00:47:23 PDT 2010


Author: baldrick
Date: Thu Apr 15 02:47:23 2010
New Revision: 101362

URL: http://llvm.org/viewvc/llvm-project?rev=101362&view=rev
Log:
Exception handling has been implemented.  It has only been lightly
tested so far, but all the necessary pieces are in place.

Modified:
    dragonegg/trunk/www/index.html

Modified: dragonegg/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/www/index.html?rev=101362&r1=101361&r2=101362&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Thu Apr 15 02:47:23 2010
@@ -42,15 +42,14 @@
   boost actually works)</li>
   <li>A lot of Fortran compiles, but the compiled code has not been tested for
   correctness</li>
-  <li>It can compile quite a lot of Ada, but the compiled code may not work
-  right</li>
+  <li>It can compile quite a lot of Ada, and the compiled code mostly seems to
+  work</li>
   <li>It can compile a small amount of Obj-C and Obj-C++</li>
   <li>It fails to compile any Java</li>
-  <li>Exception handling does not work</li>
   <li>Limited debug info</li>
   <li>Requires one gcc patch</li>
   <li>Only supports x86-32 and x86-64</li>
-  <li>Only supports linux and darwin (darwin hasn't been tested recently though)</li>
+  <li>Only supports linux and darwin</li>
   </ul>
 
   <p><a href="http://dragonegg.llvm.org/">DragonEgg</a> is under heavy





More information about the llvm-commits mailing list