public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
[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 

[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 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 

[PATCH 00/21] PR 63854: Fix various memory leaks
 2014-01-01  0:00 UTC  (53+ messages)
` [PATCH 01/21] PR jit/63854: Fix memory leak within gcc_options
` [PATCH 18/21] PR jit/63854: Add "long-term" allocator to gcc::context
` [PATCH 12/21] PR jit/63854: Add a valgrind suppresion file
` [PATCH 21/21] PR jit/63854: Fix leaks in test-fuzzer.c
` [PATCH 13/21] PR jit/63854: Add support for running "make check-jit" under valgrind
    ` [PATCH 00/05] Fixes to jit.exp
    ` Running cc1 etc under valgrind (was Re: [PATCH 13/21] PR jit/63854: Add support for running "make check-jit" under valgrind)
` [PATCH 20/21] PR jit/63854: Fix leak in ipa-icf.c
` [PATCH 10/21] PR jit/63854: Fix leak of worklist within jit-recording.c
` [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 16/21] PR jit/63854: Add all_late_ipa_passes to GCC_PASS_LISTS
` [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 05/21] PR jit/63854: Fix memory leak of save_decoded_options
` [PATCH 19/21] PR jit/63854: Fix leak of ipa hooks
` [PATCH 04/21] PR jit/63854: Fix memory leak within bb-reorder.c
` [PATCH 09/21] PR jit/63854: Don't leak producer_string in dwarf2out.c
` [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 14/21] PR jit/63854: Fix leak of paths within jump threading

[jit] Merger of trunk r215958 into jit branch
 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] Fix a comment in configure.ac
 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
` [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 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 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 05/10] JIT-related changes outside of jit subdir
      ` [jit] Add Sphinx to install.texi
            ` [jit] Tweaks "
` [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] Avoiding hardcoding "gcc"; supporting accelerators?
 2014-01-01  0:00 UTC  (2+ messages)
` [jit] Use the full name of the installed driver binary

[PATCH] Merger of the "dmalcolm/jit" branch
 2014-01-01  0:00 UTC  (2+ messages)

[jit] Fix "make check-jit"
 2014-01-01  0:00 UTC 

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

[PATCH 00/27] Merger of jit branch v3
 2014-01-01  0:00 UTC  (71+ messages)
` [PATCH 21/27] Documentation: the "examples" subdirectory
` [PATCH 06/27] New file: gcc/jit/Make-lang.in
` [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 14/27] New files: gcc/jit/jit-builtins.{c|h}
` [PATCH 05/27] New file: gcc/jit/config-lang.in
` [PATCH 0/3] Minor tweaks to jit
  ` [PATCH 2/3] Documentation tweak
  ` [PATCH 3/3] Add comments to various functions in libgccjit.h
  ` [PATCH 1/3] New test cases
` [PATCH 12/27] New file: gcc/jit/jit-recording.h
` [PATCH 15/27] New file: gcc/jit/jit-playback.h
` [PATCH 18/27] New file: gcc/jit/TODO.rst
` [PATCH 08/27] New file: gcc/jit/libgccjit.h
` [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 03/27] Add Sphinx to install.texi
` [PATCH 02/27] JIT-related changes outside of jit subdir
` [PATCH 10/27] New file: gcc/jit/libgccjit.c
        ` [jit] Use ISALPHA and ISALNUM rather than writing our own
` [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 04/27] New file: gcc/jit/notes.txt
` [PATCH 01/27] gcc: configure and Makefile changes needed by jit

[PATCH] Merger of the "dmalcolm/jit" branch
 2014-01-01  0:00 UTC  (2+ messages)
` [jit] Implement documentation targets within jit/Make-lang.in

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).