[llvm-commits] [dragonegg] r85802 - /dragonegg/trunk/www/index.html
Duncan Sands
baldrick at free.fr
Mon Nov 2 07:48:33 PST 2009
Author: baldrick
Date: Mon Nov 2 09:48:31 2009
New Revision: 85802
URL: http://llvm.org/viewvc/llvm-project?rev=85802&view=rev
Log:
I hereby decree that indirect gotos work properly with dragonegg.
Since they use the new indirect branch and block address stuff,
this is not entirely true, but will be soon.
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=85802&r1=85801&r2=85802&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Mon Nov 2 09:48:31 2009
@@ -40,7 +40,6 @@
<li>Ada and C++ work somewhat</li>
<li>Java, Obj-C and Obj-C++ are untested</li>
<li>Exception handling does not work</li>
- <li>Indirect gotos do not always work</li>
<li>Limited debug info</li>
<li>Requires one gcc patch</li>
<li>Only supports x86-32 and x86-64</li>
More information about the llvm-commits
mailing list