Re: [PATCH 14/27] New files: gcc/jit/jit-builtins.{c|h}

2014-11-04 Thread David Malcolm
On Mon, 2014-11-03 at 14:04 -0700, Jeff Law wrote: > On 10/31/14 11:02, David Malcolm wrote: > > These files implement support for builtins, for the > >gcc_jit_context_get_builtin_function > > API entrypoint. > > > > Only a subset of builtins are currently supported, based on those > > that I n

Re: [PATCH 14/27] New files: gcc/jit/jit-builtins.{c|h}

2014-11-03 Thread Jeff Law
On 10/31/14 11:02, David Malcolm wrote: These files implement support for builtins, for the gcc_jit_context_get_builtin_function API entrypoint. Only a subset of builtins are currently supported, based on those that I needed when porting GNU Octave's JIT. Attempts to use other builtins may l

[PATCH 14/27] New files: gcc/jit/jit-builtins.{c|h}

2014-10-31 Thread David Malcolm
These files implement support for builtins, for the gcc_jit_context_get_builtin_function API entrypoint. Only a subset of builtins are currently supported, based on those that I needed when porting GNU Octave's JIT. Attempts to use other builtins may lead to an error: "unimplemented primitive