public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
[jit] Add some methods to the C++ wrapper API
 2014-01-01  0:00 UTC 

Caching one-time startup (and GNU Octave JIT)
 2014-01-01  0:00 UTC  (2+ messages)

[jit] New API entrypoint: gcc_jit_function_add_void_return
 2014-01-01  0:00 UTC 

[jit] Fix error message in test
 2014-01-01  0:00 UTC 

Simple install hook
 2014-01-01  0:00 UTC  (3+ messages)

[jit] Introduce add_stmt helper method
 2014-01-01  0:00 UTC 

GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING is slow
 2014-01-01  0:00 UTC  (3+ messages)

[jit] Add gcc_jit_function_get_param
 2014-01-01  0:00 UTC 

[jit] Add a gcc_jit_object base class, exposing debug strings and contexts
 2014-01-01  0:00 UTC 

[jit] API change: access fields via (gcc_jit_field *) rather than by name
 2014-01-01  0:00 UTC 

[jit] Improvements to array access (API change and additions)
 2014-01-01  0:00 UTC 

[jit] Add gcc_jit_function_add_comment
 2014-01-01  0:00 UTC 

[jit] Require function names to be valid C identifiers for now
 2014-01-01  0:00 UTC 

[jit] Improvements to error-handling
 2014-01-01  0:00 UTC 

[jit] Verify argument counts within gcc_jit_context_new_call
 2014-01-01  0:00 UTC 

[jit] Use std::string rather than const char * in C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] Add test case for a client that adds nothing to a gcc_jit_context
 2014-01-01  0:00 UTC 

[jit] Implement nested jit-compilation contexts
 2014-01-01  0:00 UTC 

[jit] New API entrypoint: gcc_jit_block_get_function
 2014-01-01  0:00 UTC 

[jit] Eliminate the code-creation callback
 2014-01-01  0:00 UTC 

[jit] Use access methods for context options
 2014-01-01  0:00 UTC 

[jit] Add operator overloading to the C++ API
 2014-01-01  0:00 UTC 

[jit] Check argument types within gcc_jit_context_new_call
 2014-01-01  0:00 UTC 

[jit] Support floating-point division; add test-quadratic.c
 2014-01-01  0:00 UTC 

[jit] Check that code labels are placed exactly once
 2014-01-01  0:00 UTC 

[jit] Add contrib/jit-coverage-report.py
 2014-01-01  0:00 UTC 

[jit] Add some type-checking to parameters requiring pointers
 2014-01-01  0:00 UTC 

[jit] Fix accidental removal of GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE
 2014-01-01  0:00 UTC 

[jit] Support self-referential data structures (API changes)
 2014-01-01  0:00 UTC 

Assembler as shared library
 2014-01-01  0:00 UTC  (4+ messages)

[jit] Fix how locals are created; add BIND_EXPR
 2014-01-01  0:00 UTC 

[jit] Add the ability to get int types by size/signedness
 2014-01-01  0:00 UTC 

[jit] Mark "get_inner_" methods as const within C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] Major API change: blocks rather than labels
 2014-01-01  0:00 UTC  (2+ messages)

[jit] Update TODO.rst
 2014-01-01  0:00 UTC 

[jit] New API entrypoint: gcc_jit_context_get_builtin_function
 2014-01-01  0:00 UTC 

[jit] New API entrypoint: gcc_jit_context_dump_to_file
 2014-01-01  0:00 UTC 

[jit] Add type-checking and strings to help with debugging
 2014-01-01  0:00 UTC 

[jit] Add some syntactic sugar to C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] Pass std::vector by reference within the C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] Ensure that locals make it into the generated debuginfo
 2014-01-01  0:00 UTC 

[jit] Add set_options function to the testsuite
 2014-01-01  0:00 UTC 

[jit] Add libgccjit++.h, a C++ wrapper to the API
 2014-01-01  0:00 UTC 

[jit] Add an explicit boolean type
 2014-01-01  0:00 UTC 

[jit] Add GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE
 2014-01-01  0:00 UTC 

[jit] Use default arguments to eliminate half of the methods in the C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] New API entrypoint: gcc_jit_context_new_cast
 2014-01-01  0:00 UTC 

[jit] Avoid using a NULL context when reporting errors
 2014-01-01  0:00 UTC 

[jit] Provide a more terse C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] Remove GCC_JIT_BINARY_OP_FLOATING_DIVIDE
 2014-01-01  0:00 UTC 

[jit] Add gcc_jit_context_get_first_error
 2013-01-01  0:00 UTC 

test
 2013-01-01  0:00 UTC 

[jit] Improvements to error-handling
 2013-01-01  0:00 UTC 

[jit] Improvements to API documentation within header file
 2013-01-01  0:00 UTC 

Build errors
 2013-01-01  0:00 UTC  (7+ messages)

[jit] jit.exp: Detect compilation errors
 2013-01-01  0:00 UTC 

GCC JIT vs others JIT 
 2013-01-01  0:00 UTC  (12+ messages)

[jit] Fix error-handling within gcc::jit::context::compile (timevar issues)
 2013-01-01  0:00 UTC 

[jit] Show source locations (if any) in gimple dump
 2013-01-01  0:00 UTC 

[jit] Various changes to expression-handling (API changes)
 2013-01-01  0:00 UTC 

Example of source-location support
 2013-01-01  0:00 UTC 

[jit] Rewrite of primitive types (API change)
 2013-01-01  0:00 UTC 

[jit] Add fuzz-testing program for API
 2013-01-01  0:00 UTC 

[jit] libgccjit.map: Sort the symbols alphabetically
 2013-01-01  0:00 UTC 

[jit] Implement source code location support (API change)
 2013-01-01  0:00 UTC 

[jit] Improvements to documentation
 2013-01-01  0:00 UTC 

Python API (was Re: Build errors)
 2013-01-01  0:00 UTC  (5+ messages)
  ` gcc_jit_context (was Re: Python API (was Re: Build errors))

[jit] Merger from trunk into jit
 2013-01-01  0:00 UTC 

[jit] Fix various issues relating to gcc_jit_location
 2013-01-01  0:00 UTC 

[jit] Update TODO.rst
 2013-01-01  0:00 UTC 

libbacktrace patch committed (Was: Re: [jit] Update TODO.rst)
 2013-01-01  0:00 UTC  (2+ messages)

[PATCH]: Allow left and right shift operators
 2013-01-01  0:00 UTC 

[jit] Revamp of locals handling (changing API)
 2013-01-01  0:00 UTC 

[jit] Update TODO for jit
 2013-01-01  0:00 UTC 

[jit] Add missing include of diagnostic-core.h
 2013-01-01  0:00 UTC 

test
 2013-01-01  0:00 UTC 

Mailing list for the JIT project
 2013-01-01  0:00 UTC  (2+ messages)

[jit] Implement gcc_jit_lvalue_get_address
 2013-01-01  0:00 UTC 

[jit] Improve error message in gcc_jit_function_new_local
 2013-01-01  0:00 UTC 

page:              |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).