[llvm] r253640 - [WebAssembly] Remove done items from the README.txt.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 18:51:39 PST 2015


Author: djg
Date: Thu Nov 19 20:51:38 2015
New Revision: 253640

URL: http://llvm.org/viewvc/llvm-project?rev=253640&view=rev
Log:
[WebAssembly] Remove done items from the README.txt.

Modified:
    llvm/trunk/lib/Target/WebAssembly/README.txt

Modified: llvm/trunk/lib/Target/WebAssembly/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/README.txt?rev=253640&r1=253639&r2=253640&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Thu Nov 19 20:51:38 2015
@@ -19,8 +19,5 @@ Interesting work that remains to be done
   level. Note that LLVM's GPU code has such a pass, but it linearizes control
   flow (e.g. both sides of branches execute and are masked) which is undesirable
   for WebAssembly.
-* Basic relooper to expose control flow as an AST.
-* Figure out how to properly use MC for virtual ISAs. This may require some
-  refactoring of MC.
 
 //===---------------------------------------------------------------------===//




More information about the llvm-commits mailing list