Committed to dmalcolm/jit branch --- gcc/jit/ChangeLog.jit | 4 ++++ gcc/jit/TODO.rst | 11 ++--------- 2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/gcc/jit/ChangeLog.jit b/gcc/jit/ChangeLog.jit index d998134..18101f1 100644 --- a/gcc/jit/ChangeLog.jit +++ b/gcc/jit/ChangeLog.jit @@ -1,3 +1,7 @@ +2013-10-15 David Malcolm <dmalc...@redhat.com> + + * TODO.rst: Update. + 2013-10-14 David Malcolm <dmalc...@redhat.com> * libgccjit.map: Alphabetize the exported symbols. diff --git a/gcc/jit/TODO.rst b/gcc/jit/TODO.rst index 65d4dc8..feb4d2b 100644 --- a/gcc/jit/TODO.rst +++ b/gcc/jit/TODO.rst @@ -13,13 +13,6 @@ TODOs: * unions * function ptrs -* demo of JIT-compilation of a bytecode interpreter: - https://github.com/davidmalcolm/jittest - (move this into tree, as an example) - -* wiring up testing into a DejaGNU testsuite, rather than testing it - by hand. - * docs * fixing all the state issues @@ -28,8 +21,8 @@ TODOs: * try porting llvmpipe to gcc -* source locations: line-numbering etc - * pkgconfig .pc file +* add a SONAME to the library (and potentially version the symbols?) + etc etc -- 1.7.11.7