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

[jit] Fix "make check-jit"
 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] Split docs out more formally into "Tutorial" vs "Topic Reference"
 2014-01-01  0:00 UTC 

[PATCH 00/27] Merger of jit branch v3
 2014-01-01  0:00 UTC  (71+ messages)
` [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 07/27] New file: gcc/jit/dummy-frontend.c
` [PATCH 10/27] New file: gcc/jit/libgccjit.c
        ` [jit] Use ISALPHA and ISALNUM rather than writing our own
` [PATCH 02/27] JIT-related changes outside of jit subdir
` [PATCH 03/27] Add Sphinx to install.texi
` [PATCH 17/27] New file: gcc/jit/libgccjit++.h
` [PATCH 20/27] Documentation: Makefile and conf.py
` [PATCH 25/27] Documentation: add "internals" subdirectory
` [PATCH 22/27] Documentation: top-level index.rst
` [PATCH 04/27] New file: gcc/jit/notes.txt
` [PATCH 01/27] gcc: configure and Makefile changes needed by jit
` [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
    ` [jit] Drop the disabled debugging code within handle_locations
` [PATCH 24/27] Documentation: add "topics" subdirectory
` [PATCH 23/27] Documentation: the "intro" subdirectory
` [PATCH 09/27] New file: gcc/jit/libgccjit.map
` [PATCH 05/27] New file: gcc/jit/config-lang.in
` [PATCH 14/27] New files: gcc/jit/jit-builtins.{c|h}
` [PATCH 0/3] Minor tweaks to jit
  ` [PATCH 3/3] Add comments to various functions in libgccjit.h
  ` [PATCH 2/3] Documentation tweak
  ` [PATCH 1/3] New test cases

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

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

[PATCH 0/5] Merger of jit branch (v2)
 2014-01-01  0:00 UTC  (49+ messages)
` [PATCH 3/5] timevar.h: Add an auto_timevar class
` Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2))
  ` [PATCH 06/10] Heart of the JIT implementation "
          ` [PATCH 06/10] Heart of the JIT implementation
      ` [jit] Error-handling within gcc::jit::dump
  ` [PATCH 05/10] JIT-related changes outside of jit subdir
      ` [jit] Add Sphinx to install.texi
            ` [jit] Tweaks "
  ` [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 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 1/5] libiberty: Expose choose_tmpdir, and fix constness of return type
` [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

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

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

[jit] Remove some dead code
 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] Fix toyvm.c to run within the testsuite
 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* "

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

[jit] Fix segfault in ipa-pure-const.c during LTO
 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] 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] Build the example files from the documentation when running the testsuite
 2014-01-01  0:00 UTC 

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

[jit] Verify enum values earlier
 2014-01-01  0:00 UTC 

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

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

[PATCH] Add a way to mark regions of code which assume that the GC won't run
 2014-01-01  0:00 UTC  (7+ messages)

Merge of jit branch to svn trunk as r217374
 2014-01-01  0:00 UTC  (2+ messages)

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

[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] Update the TODO
 2014-01-01  0:00 UTC 

[jit] Add comments throughout libgccjit.c, and in libgccjit.h
 2014-01-01  0:00 UTC 

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

[PATCH 00/21] PR 63854: Fix various memory leaks
 2014-01-01  0:00 UTC  (14+ messages)
` [PATCH 10/21] PR jit/63854: Fix leak of worklist within jit-recording.c
` [PATCH 01/21] PR jit/63854: Fix memory leak within gcc_options
` [PATCH 13/21] PR jit/63854: Add support for running "make check-jit" under valgrind
` [PATCH 12/21] PR jit/63854: Add a valgrind suppresion file
` [PATCH 11/21] PR jit/63854: Fix leak of "avail" within tree-ssa-pre.c
` [PATCH 06/21] PR jit/63854: Fix leak of opts_obstack
` [PATCH 15/21] PR jit/63854: lra.c: Fix leak of point_freq_vec's buffer when calling lra_inheritance
` [PATCH 17/21] PR jit/63854: Fix leaking vec in jit
` [PATCH 03/21] PR jit/63854: Fix memory leaks within context/pass_manager/dump_manager
` [PATCH 02/21] PR jit/63854: Fix memory leak of reginfo.c: valid_mode_changes_obstack
` [PATCH 07/21] PR jit/63854: Fix leak of optimization_summary_obstack
` [PATCH 08/21] PR jit/63854: Add ira_costs_c_finalize
` [PATCH 16/21] PR jit/63854: Add all_late_ipa_passes to GCC_PASS_LISTS

[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] MAINTAINERS: Add myself as jit maintainer
 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).