public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeff Law <law@redhat.com>
To: David Malcolm <dmalcolm@redhat.com>,
	jit@gcc.gnu.org, gcc-patches@gcc.gnu.org
Subject: Re: [PATCH 05/10] JIT-related changes outside of jit subdir
Date: Wed, 01 Jan 2014 00:00:00 -0000	[thread overview]
Message-ID: <543EB2D4.2000904@redhat.com> (raw)
In-Reply-To: <1413299442-23882-1-git-send-email-dmalcolm@redhat.com>

On 10/14/14 09:10, David Malcolm wrote:
> ChangeLog:
> 	* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
>
> contrib/ChangeLog:
> 	* jit-coverage-report.py: New file: a script to print crude
> 	code-coverage information for the libgccjit API.
>
> gcc/ChangeLog:
> 	* doc/install.texi (--enable-host-shared): Specify that this is
> 	required when building libgccjit.
> 	* timevar.def (TV_JIT_REPLAY): New.
> 	(TV_ASSEMBLE): New.
> 	(TV_LINK): New.
> 	(TV_LOAD): New.
OK if/when rest of JIT bits are approved.

jeff

  reply	other threads:[~2014-10-15 17:46 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-01  0:00 [PATCH 0/5] Merger of jit branch (v2) David Malcolm
2014-01-01  0:00 ` [PATCH 2/5] gcc: configure and Makefile changes needed by jit David Malcolm
2014-01-01  0:00   ` Jeff Law
2014-01-01  0:00     ` David Malcolm
2014-01-01  0:00       ` Jeff Law
2014-01-01  0:00         ` David Malcolm
2014-01-01  0:00           ` [PATCH] Avoid the need to install when running the jit testsuite David Malcolm
2014-01-01  0:00             ` Joseph S. Myers
2014-01-01  0:00       ` [jit] Drop libgccjit.pc David Malcolm
2014-01-01  0:00         ` Basile Starynkevitch
2014-01-01  0:00           ` David Malcolm
2014-01-01  0:00       ` [PATCH 2/5] gcc: configure and Makefile changes needed by jit Joseph S. Myers
2014-01-01  0:00 ` [PATCH 4/5] State cleanups David Malcolm
2014-01-01  0:00   ` [PATCH 4/5] State cleanups -- also note for MPX work Jeff Law
2014-01-01  0:00     ` David Malcolm
2014-01-01  0:00       ` Jeff Law
2014-01-01  0:00 ` [PATCH 3/5] timevar.h: Add an auto_timevar class David Malcolm
2014-01-01  0:00   ` Richard Biener
2014-01-01  0:00     ` David Malcolm
2014-01-01  0:00       ` Richard Biener
2014-01-01  0:00 ` Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2)) David Malcolm
2014-01-01  0:00   ` [PATCH 07/10] Testsuite for the JIT (Re: Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2))) David Malcolm
2014-01-01  0:00     ` [PATCH 07/10] Testsuite for the JIT (Re: Patches 5-10 of jit merger Jeff Law
2014-01-01  0:00       ` Mike Stump
2014-01-01  0:00   ` [PATCH 08/10] Documentation for the JIT library (Re: Patches 5-10 of jit merger) David Malcolm
2014-01-01  0:00     ` Jeff Law
2014-01-01  0:00       ` [jit] Update the docs David Malcolm
2014-01-01  0:00   ` [PATCH 09/10] Prebuilt texinfo documentation for the JIT library (Re: Patches 5-10 of jit merger) David Malcolm
2014-01-01  0:00     ` Jeff Law
2014-01-01  0:00   ` [PATCH 10/10] ChangeLog files (Re: Patches 5-10 of jit merger (was: Re: [PATCH 0/5] Merger of jit branch (v2))) David Malcolm
2014-01-01  0:00     ` [PATCH 10/10] ChangeLog files (Re: Patches 5-10 of jit merger Jeff Law
2014-01-01  0:00   ` [PATCH 05/10] JIT-related changes outside of jit subdir David Malcolm
2014-01-01  0:00     ` Jeff Law [this message]
2014-01-01  0:00     ` Joseph S. Myers
2014-01-01  0:00       ` [jit] Add Sphinx to install.texi David Malcolm
2014-01-01  0:00         ` Gerald Pfeifer
2014-01-01  0:00           ` David Malcolm
2014-01-01  0:00             ` [jit] Tweaks " David Malcolm
2014-01-01  0:00         ` [jit] Add Sphinx " Joseph S. Myers
2014-01-01  0:00   ` [PATCH 06/10] Heart of the JIT implementation (was: Re: [PATCH 0/5] Merger of jit branch (v2)) David Malcolm
2014-01-01  0:00     ` Joseph S. Myers
2014-01-01  0:00       ` [jit] Error-handling within gcc::jit::dump David Malcolm
2014-01-01  0:00         ` Joseph S. Myers
2014-01-01  0:00       ` [PATCH 06/10] Heart of the JIT implementation (was: Re: [PATCH 0/5] Merger of jit branch (v2)) David Malcolm
2014-01-01  0:00         ` Joseph S. Myers
2014-01-01  0:00           ` [PATCH 06/10] Heart of the JIT implementation Jeff Law
2014-01-01  0:00 ` [PATCH 1/5] libiberty: Expose choose_tmpdir, and fix constness of return type David Malcolm
2014-01-01  0:00   ` Jeff Law
2014-01-01  0:00     ` David Malcolm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=543EB2D4.2000904@redhat.com \
    --to=law@redhat.com \
    --cc=dmalcolm@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jit@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).