[jit] Update TODO.rst

2014-09-23 Thread David Malcolm
Committed to branch dmalcolm/jit: gcc/jit/ChangeLog.jit: * TODO.rst: Rename "Initial Release" section to "API", and remove completed items: builtins, docs, pkgconfig file, fuzz testing. Move ability to name contexts and stmt_list per block ideas to a new "Nice to h

[jit] Update TODO.rst

2014-02-10 Thread David Malcolm
Committed to branch dmalcolm/jit: gcc/jit/ * TODO.rst: Update. --- gcc/jit/ChangeLog.jit | 4 +++ gcc/jit/TODO.rst | 69 +-- 2 files changed, 55 insertions(+), 18 deletions(-) diff --git a/gcc/jit/ChangeLog.jit b/gcc/jit/ChangeLog.jit

Re: libbacktrace patch committed (Was: Re: [jit] Update TODO.rst)

2013-10-18 Thread David Malcolm
On Thu, 2013-10-17 at 21:28 -0700, Ian Lance Taylor wrote: > On Thu, Oct 17, 2013 at 8:54 PM, David Malcolm wrote: > > > > +* segfault seen in libbacktrace, when an ICE occurs > > That reminded me to commit this libbacktrace patch I worked up a > couple of weeks ago. Previously if some debug sec

libbacktrace patch committed (Was: Re: [jit] Update TODO.rst)

2013-10-17 Thread Ian Lance Taylor
On Thu, Oct 17, 2013 at 8:54 PM, David Malcolm wrote: > > +* segfault seen in libbacktrace, when an ICE occurs That reminded me to commit this libbacktrace patch I worked up a couple of weeks ago. Previously if some debug section was missing, the code could compute the wrong min_offset. The mis

[jit] Update TODO.rst

2013-10-17 Thread David Malcolm
I've committed this to dmalcolm/jit: gcc/jit/ * TODO.rst: Update. --- gcc/jit/ChangeLog.jit | 4 ++ gcc/jit/TODO.rst | 116 -- 2 files changed, 117 insertions(+), 3 deletions(-) diff --git a/gcc/jit/ChangeLog.jit b/gcc/jit/ChangeLog.