public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
[jit] API change: access fields via (gcc_jit_field *) rather than by name
 2014-01-01  0:00 UTC 

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

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

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

[jit] Avoid shadowing progname global
 2014-01-01  0:00 UTC 

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

[jit] Improvements to error-handling
 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 

[RFA jit] initialize input_location
 2014-01-01  0:00 UTC  (4+ messages)

[jit] Make various C++ wrapper methods const
 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] Implement function pointers
 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] Add gcc_jit_function_get_param
 2014-01-01  0:00 UTC 

[jit] Improvements to documentation
 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] Add type-checking for API calls that expect numeric types
 2014-01-01  0:00 UTC 

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

[jit] Fixes to type-checking
 2014-01-01  0:00 UTC 

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

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

[jit] Use exceptions in the C++ wrapper API
 2014-01-01  0:00 UTC 

[jit] Include locations in error reports where available
 2014-01-01  0:00 UTC 

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

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

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

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

[jit] Visit parent contexts in disassociate_from_playback
 2014-01-01  0:00 UTC 

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

[jit] Support array to pointer conversions
 2014-01-01  0:00 UTC 

[jit] Fix global state init_p within ipa_init
 2014-01-01  0:00 UTC 

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

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

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

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

[jit] Tweaks to location-handling
 2014-01-01  0:00 UTC 

[jit] Fix missing tests within test-combination.c
 2014-01-01  0:00 UTC 

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

[RFA jit] clear timevar_enable in timevar_print
 2014-01-01  0:00 UTC 

[jit] Add GCC_JIT_FUNCTION_ALWAYS_INLINE and fix GCC_JIT_FUNCTION_INTERNAL
 2014-01-01  0:00 UTC 

Coconut: an experimental JIT compiler for CPython 3
 2014-01-01  0:00 UTC 

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

[jit] Add a soname
 2014-01-01  0:00 UTC 

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

[jit] Split docs out more formally into "Tutorial" vs "Topic Reference"
 2014-01-01  0:00 UTC 

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

[jit] Use the "pyramid" theme for generated HTML docs
 2014-01-01  0:00 UTC 

[jit] Add creating globals to C++ wrapper API
 2014-01-01  0:00 UTC 

[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] Cleanup base_types
 2014-01-01  0:00 UTC 

[RFA jit v2 0/2] minor refactorings for reuse
 2014-01-01  0:00 UTC  (7+ messages)
` [RFA jit v2 1/2] introduce class toplev
` [RFA jit v2 2/2] introduce auto_timevar

[jit] Add sphinx-based documentation for libgccjit
 2014-01-01  0:00 UTC  (3+ messages)
  ` [jit] Add the generated texinfo to the source tree

[jit] Fix state issue in gcse.c
 2014-01-01  0:00 UTC  (5+ messages)

[jit] Mark "get_inner_" methods as const within C++ wrapper API
 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] Add a libgccjit.pc file for use by pkg-config
 2014-01-01  0:00 UTC 

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

[jit] Tighten up the distinction between pointers and arrays
 2014-01-01  0:00 UTC 

[jit] Reject creating arrays of fieldless structs
 2014-01-01  0:00 UTC 

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

[jit] Markup fixes within documentation
 2014-01-01  0:00 UTC 

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

[jit] MAINTAINERS: Add myself as jit maintainer
 2014-01-01  0:00 UTC 

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

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

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

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

[jit] Clean out state within ipa-cp.c
 2014-01-01  0:00 UTC 

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

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

[RFA jit 0/2] minor refactorings for reuse
 2014-01-01  0:00 UTC  (6+ messages)
` [RFA jit 2/2] introduce scoped_timevar
` [RFA jit 1/2] introduce class toplev

[jit] Add a multithreaded test case
 2014-01-01  0:00 UTC 

[jit] Ensure dlerror failures lead to the overall "compilation" failing
 2014-01-01  0:00 UTC 

RPM packages of libgccjit and its Python bindings
 2014-01-01  0:00 UTC 

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

[jit] Merger from trunk into dmalcolm/jit
 2014-01-01  0:00 UTC 

[jit] Add typechecking to binary ops and comparisons
 2014-01-01  0:00 UTC 

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

[jit] Add missing tests to test-combination.c
 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] Add GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE
 2014-01-01  0:00 UTC 

[jit] New test case: test-nested-loops.c
 2014-01-01  0:00 UTC 

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

[jit] Build the example files from the documentation when running the testsuite
 2014-01-01  0:00 UTC 

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

[jit] New API entrypoint: gcc_jit_context_dump_to_file
 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 type-checking to gcc_jit_context_new_cast
 2014-01-01  0:00 UTC 

[jit] Introduce params_c_finalize
 2014-01-01  0:00 UTC 

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

GNU Cauldron talk on libgccjit
 2014-01-01  0:00 UTC  (5+ messages)

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

[jit] Reorganize jit.dg/test-functions.c
 2014-01-01  0:00 UTC 

pygccjit documentation
 2014-01-01  0:00 UTC  (2+ messages)

[jit] Add support for unions
 2014-01-01  0:00 UTC 

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

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

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

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

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

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

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

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

test
 2013-01-01  0:00 UTC 

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

[jit] Fix various issues relating to gcc_jit_location
 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] Rewrite of primitive types (API change)
 2013-01-01  0:00 UTC 

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

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

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

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

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

[PATCH]: Allow left and right shift operators
 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)

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

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

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

test
 2013-01-01  0:00 UTC 

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

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

[jit] Add missing include of diagnostic-core.h
 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).