[llvm-commits] [dragonegg] r91120 - /dragonegg/trunk/www/index.html
Duncan Sands
baldrick at free.fr
Fri Dec 11 05:38:22 PST 2009
Author: baldrick
Date: Fri Dec 11 07:38:22 2009
New Revision: 91120
URL: http://llvm.org/viewvc/llvm-project?rev=91120&view=rev
Log:
Update status.
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=91120&r1=91119&r2=91120&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Fri Dec 11 07:38:22 2009
@@ -36,14 +36,18 @@
<!--=====================================================================-->
<ul>
- <li>C and Fortran work well</li>
- <li>Ada and C++ work somewhat</li>
+ <li>C works quite well, for example you can build a working gcc using it</li>
+ <li>Fortran used to work well but is currently broken</li>
+ <li>It can compile quite a lot of C++, but the compiled code may not work
+ right</li>
+ <li>It can compile quite a lot of Ada, but the compiled code may not work
+ right</li>
<li>Java, Obj-C and Obj-C++ are untested</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</li>
+ <li>Only supports linux and darwin (darwin hasn't been tested recently though)</li>
</ul>
<p><a href="http://dragonegg.llvm.org/">DragonEgg</a> is under heavy
More information about the llvm-commits
mailing list