[cfe-commits] r44778 - /cfe/trunk/README.txt

Chris Lattner sabre at nondot.org
Sun Dec 9 21:11:41 PST 2007


Author: lattner
Date: Sun Dec  9 23:11:40 2007
New Revision: 44778

URL: http://llvm.org/viewvc/llvm-project?rev=44778&view=rev
Log:
update status


Modified:
    cfe/trunk/README.txt

Modified: cfe/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/README.txt?rev=44778&r1=44777&r2=44778&view=diff

==============================================================================
--- cfe/trunk/README.txt (original)
+++ cfe/trunk/README.txt Sun Dec  9 23:11:40 2007
@@ -170,11 +170,10 @@
 Parser:
  * C90/K&R modes are only partially implemented.
  * __extension__ is currently just skipped and ignored.
- * "initializers", GCC inline asm.
  
 Semantic Analysis:
- * Perhaps 75% done.
+ * Perhaps 85% done.
 
 LLVM Code Gen:
- * Still very early.
+ * Most of the easy stuff is done, probably 64.9% done so far.
 





More information about the cfe-commits mailing list