[llvm-commits] CVS: llvm-java/TODO
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Apr 21 15:33:16 PDT 2005
Changes in directory llvm-java:
TODO added (r1.1)
---
Log message:
Add todo list.
---
Diffs of the changes: (+16 -0)
TODO | 16 ++++++++++++++++
1 files changed, 16 insertions(+)
Index: llvm-java/TODO
diff -c /dev/null llvm-java/TODO:1.1
*** /dev/null Thu Apr 21 17:33:15 2005
--- llvm-java/TODO Thu Apr 21 17:33:05 2005
***************
*** 0 ****
--- 1,16 ----
+ * Integrate GNU classpath to the build system:
+ This should involve unpacking it, and building the native parts
+ using llvm-gcc and the java sources using a java compiler.
+
+ * Add exception support.
+
+ * Implement the multinewarray opcode.
+
+ * Build java/lang/String's out of the args passed to main and pass
+ them to the class's main function we are invoking.
+
+ * Add garbage collection.
+
+ * Implement monitorenter/monitorexit opcods.
+
+ * Implement jsr/ret opcodes.
More information about the llvm-commits
mailing list