public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
[jit] Eliminate internal-api.c/h in favor of jit-common.h, jit-playback.c/h, jit-recording.c/h
 2014-01-01  0:00 UTC 

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

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

[jit] Merger of trunk r215958 into jit branch
 2014-01-01  0:00 UTC 

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

[jit] Documentation tweaks
 2014-01-01  0:00 UTC 

[jit] Merger of trunk r216524 into jit branch
 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 

[jit] Add a libgccjit.pc file for use by pkg-config
 2014-01-01  0:00 UTC 

[jit] Merger of trunk r215803 into jit branch
 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] Use the "pyramid" theme for generated HTML docs
 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] Introduce params_c_finalize
 2014-01-01  0:00 UTC 

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

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

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

[jit] Flesh out the "Overview of code structure" in the docs
 2014-01-01  0:00 UTC 

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

[jit] Fix segfault in ipa-pure-const.c during LTO
 2014-01-01  0:00 UTC 

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

[jit] Merger of trunk r216524 into jit branch
 2014-01-01  0:00 UTC  (2+ messages)
` [jit] Merger of trunk *r216746* "

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

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

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

[jit] Add shift operators
 2014-01-01  0:00 UTC 

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

[jit] Fix a comment in configure.ac
 2014-01-01  0:00 UTC 

[jit] Add notes on internals to documentation
 2014-01-01  0:00 UTC 

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

[jit] Remove some dead code
 2014-01-01  0:00 UTC 

[jit] Fix memory leak within diagnostic.c
 2014-01-01  0:00 UTC 

[jit] Documentation tweaks
 2014-01-01  0:00 UTC 

[jit] Add type-checking for API calls that expect numeric types
 2014-01-01  0:00 UTC 

[jit] Fix toyvm.c to run within the testsuite
 2014-01-01  0:00 UTC 

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

[jit] Add a test of using very long names
 2014-01-01  0:00 UTC  (4+ messages)

[jit] Implement function pointers
 2014-01-01  0:00 UTC 

[jit] Work around a bug in dejagnu.exp's host_execute
 2014-01-01  0:00 UTC 

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

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

[PATCH 0/5] Merger of jit branch (v2)
 2014-01-01  0:00 UTC  (49+ messages)
` [PATCH 2/5] gcc: configure and Makefile changes needed by jit
      ` [jit] Drop libgccjit.pc
          ` [PATCH] Avoid the need to install when running the jit testsuite
` [PATCH 4/5] State cleanups
  ` [PATCH 4/5] State cleanups -- also note for MPX work
` [PATCH 3/5] timevar.h: Add an auto_timevar class
` [PATCH 1/5] libiberty: Expose choose_tmpdir, and fix constness of return type
` Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2))
  ` [PATCH 07/10] Testsuite for the JIT (Re: Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2)))
    ` [PATCH 07/10] Testsuite for the JIT (Re: Patches 5-10 of jit merger
  ` [PATCH 08/10] Documentation for the JIT library (Re: Patches 5-10 of jit merger)
      ` [jit] Update the docs
  ` [PATCH 10/10] ChangeLog files (Re: Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2)))
    ` [PATCH 10/10] ChangeLog files (Re: Patches 5-10 of jit merger
  ` [PATCH 09/10] Prebuilt texinfo documentation for the JIT library (Re: Patches 5-10 of jit merger)
  ` [PATCH 05/10] JIT-related changes outside of jit subdir
      ` [jit] Add Sphinx to install.texi
            ` [jit] Tweaks "
  ` [PATCH 06/10] Heart of the JIT implementation (was: Re: [PATCH 0/5] Merger of jit branch (v2))
          ` [PATCH 06/10] Heart of the JIT implementation
      ` [jit] Error-handling within gcc::jit::dump

[PATCH 00/27] Merger of jit branch v3
 2014-01-01  0:00 UTC  (50+ messages)
` [PATCH 07/27] New file: gcc/jit/dummy-frontend.c
` [PATCH 02/27] JIT-related changes outside of jit subdir
` [PATCH 03/27] Add Sphinx to install.texi
` [PATCH 10/27] New file: gcc/jit/libgccjit.c
` [PATCH 17/27] New file: gcc/jit/libgccjit++.h
` [PATCH 25/27] Documentation: add "internals" subdirectory
` [PATCH 20/27] Documentation: Makefile and conf.py
` [PATCH 22/27] Documentation: top-level index.rst
` [PATCH 01/27] gcc: configure and Makefile changes needed by jit
` [PATCH 04/27] New file: gcc/jit/notes.txt
` [PATCH 12/27] New file: gcc/jit/jit-recording.h
` [PATCH 15/27] New file: gcc/jit/jit-playback.h
` [PATCH 08/27] New file: gcc/jit/libgccjit.h
` [PATCH 18/27] New file: gcc/jit/TODO.rst
` [PATCH 13/27] New file: gcc/jit/jit-recording.c
` [PATCH 11/27] New file: gcc/jit/jit-common.h
` [PATCH 09/27] New file: gcc/jit/libgccjit.map
` [PATCH 23/27] Documentation: the "intro" subdirectory
` [PATCH 05/27] New file: gcc/jit/config-lang.in
` [PATCH 14/27] New files: gcc/jit/jit-builtins.{c|h}
` [PATCH 06/27] New file: gcc/jit/Make-lang.in
` [PATCH 21/27] Documentation: the "examples" subdirectory
` [PATCH 16/27] New file: gcc/jit/jit-playback.c
` [PATCH 24/27] Documentation: add "topics" subdirectory

[jit] Don't hardcode documentation version/release
 2014-01-01  0:00 UTC 

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

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

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

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

[PATCH] Merger of the "dmalcolm/jit" branch
 2014-01-01  0:00 UTC  (18+ messages)
  ` [jit] Experimental in-process embedding of the gcc driver into the jit
  ` [jit] Expose choose_tmpdir and use it when building tmpdir for jit compilation
  ` [jit] Use pex_one rather than system when assembling/linking
  ` [jit] Add internal API documention and rename some variables
  ` [jit] Avoiding hardcoding "gcc"; supporting accelerators?
      ` [jit] Use the full name of the installed driver binary
  ` [jit] Implement documentation targets within jit/Make-lang.in
  ` [jit] Use standard initial includes
  ` [jit] Add copyright and license headers and footers
  ` [jit] Update the various "*_c_finalize" functions
  ` [jit] Eliminate fixed-size buffers used with vsnprintf
        ` [jit] Eliminate fixed-size buffer for a context's first error message

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

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

[jit] Avoid overwhelming expect's buffer
 2014-01-01  0:00 UTC 

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

[jit] Fix "make check-jit"
 2014-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).