public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h
 2017-01-01  0:00 UTC  (21+ messages)
  ` CONSTEXPR macro (was "Re: [PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h")
` [PATCH 2/2] jit: use FINAL and OVERRIDE throughout
      ` Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h (was: Re: [PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h)
        ` Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h
                ` [wwwdocs, coding conventions] Mention OVERRIDE/FINAL

[committed] Implement LANG_HOOKS_TYPE_FOR_SIZE for jit
 2017-01-01  0:00 UTC  (4+ messages)
  ` [PATCH] Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default

Alignment not supported?
 2017-01-01  0:00 UTC  (12+ messages)

[committed] jit.dg: fix issue with compilation of test-threads.c
 2017-01-01  0:00 UTC 

GCCJIT and proper tail calls
 2016-01-01  0:00 UTC  (6+ messages)

[committed] dwarf2out.c: fix jit issue with early_dwarf_finished
 2016-01-01  0:00 UTC 

[PATCH 0/3] Support for mandatory tail calls
 2016-01-01  0:00 UTC  (22+ messages)
` [PATCH 3/3] jit: implement gcc_jit_rvalue_set_bool_require_tail_call
` [PATCH 1/3] Introduce can_implement_as_sibling_call_p
    ` [PATCH] calls.c: fix warning on targets without REG_PARM_STACK_SPACE
` [PATCH 2/3] Implement CALL_EXPR_MUST_TAIL_CALL
    ` [PATCH] Fixes to must-tail-call tests

[Committed] jit: document gcc_jit_context_new_call_through_ptr
 2016-01-01  0:00 UTC 

statement expressions
 2016-01-01  0:00 UTC 

[PATCH 0/6] jit: Work-in-progress implementation of must-tail-call
 2016-01-01  0:00 UTC  (8+ messages)
` [PATCH 1/6] FIXME: introduce can_implement_as_sibling_call_p
  ` [PATCH 2/6] FIXME: WIP on non-jit part of must-tail-call
  ` [PATCH 6/6] FIXME: jit: add test of failing must-TCO
  ` [PATCH 5/6] FIXME: initial support for gcc diagnostics as jit errors
  ` [PATCH 4/6] FIXME: non-working scanasm test
  ` [PATCH 3/6] FIXME: WIP on jit part of must-tail-call

[Committed] jit: gcc diagnostics are jit errors
 2016-01-01  0:00 UTC 

wish: gcc_jit_type_get_atomic
 2016-01-01  0:00 UTC  (5+ messages)

[committed] jit: fix build after r233218 (build_common_tree_nodes, -fshort-double)
 2016-01-01  0:00 UTC 

[committed] PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-up
 2016-01-01  0:00 UTC 

Fix build of jit (was Re: [PATCH, RFC] Introduce -fsanitize=use-after-scope (v3))
 2016-01-01  0:00 UTC  (7+ messages)
                                ` [PATCH] use-after-scope fallout

statement expressions (e.g. for ternary condition operator) in GCCJIT
 2016-01-01  0:00 UTC  (2+ messages)

JIT patch: add gcc_jit_magic_int
 2016-01-01  0:00 UTC  (6+ messages)

Faster JIT compilation
 2015-01-01  0:00 UTC  (3+ messages)

Has anyone tried building for Windows?
 2015-01-01  0:00 UTC  (7+ messages)

gcc_jit_context_dump_to_file outputing C or GCC parsable code?
 2015-01-01  0:00 UTC 

[Announce] Perl bindings
 2015-01-01  0:00 UTC 

Ravi bug related to setting of L->top in OP_RETURN
 2015-01-01  0:00 UTC  (2+ messages)

[PATCH, committed] jit: supply MULTILIB_DEFAULTS as arguments when invoking driver
 2015-01-01  0:00 UTC 

Potential performance issue
 2015-01-01  0:00 UTC  (3+ messages)

Ravi updated to build against libgccjit 5.2.0
 2015-01-01  0:00 UTC  (4+ messages)

PATCH trunk GCCJIT: adding gcc_jit_context_new_rvalue_from_long_long, etc
 2015-01-01  0:00 UTC  (11+ messages)
      ` PATCH (v2) "
  ` [PATCH, committed] jit: Add guide for submitting patches to jit docs

broken --enable-host-shared
 2015-01-01  0:00 UTC 

GCCJIT guidelines (for JITing with existing types and structures)
 2015-01-01  0:00 UTC  (2+ messages)

GCCJIT and tail-recursive calls
 2015-01-01  0:00 UTC  (5+ messages)

libgccjit 5.2 on Mac OSX Yosemite
 2015-01-01  0:00 UTC  (5+ messages)

missing gcc_jit_context_new_rvalue_from_long_long etc....?
 2015-01-01  0:00 UTC  (7+ messages)
  ` cross-compilation & libgccjit

JIT compilation speed
 2015-01-01  0:00 UTC  (9+ messages)

[PATCH, committed] jit.dg/test-benchmark.c: add a summary of timings
 2015-01-01  0:00 UTC 

JIT binary translation using libgccjit?
 2015-01-01  0:00 UTC  (7+ messages)

GCC_JIT_BINARY_OP_LOGICAL_AND eager or lazy? and GCCJIT vs GNU C semantics
 2015-01-01  0:00 UTC  (2+ messages)

GCC/JIT and precise garbage collection support?
 2015-01-01  0:00 UTC  (9+ messages)

[PATCH 0/2] Refactoring of timevar API
 2015-01-01  0:00 UTC  (4+ messages)
` [PATCH 2/2] jit: add timing API
` [PATCH 1/2] gcc parts of timer refactoring

Relocating parts of program ? locality
 2015-01-01  0:00 UTC 

[Announce] Perl bindings
 2015-01-01  0:00 UTC 

[ANN] Ravi alpha release 0.8
 2015-01-01  0:00 UTC 

A possible code generation issue
 2015-01-01  0:00 UTC  (24+ messages)
      ` Filed PR jit/66812 for the "
                              ` [PATCH] PR jit/66812: Candidate fix for for the code generation issue, v1

[PATCH 0/2] Embed driver within libgccjit
 2015-01-01  0:00 UTC  (7+ messages)
` [PATCH 1/2] driver: support state cleanup
` [PATCH 2/2] jit: use an embedded copy of the driver
` [PING] Re: [PATCH 0/2] Embed driver within libgccjit

libgccjit 5.2 on Mac OSX Yosemite
 2015-01-01  0:00 UTC  (5+ messages)
  ` [PATCH, committed] jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocation

magic 8 constant (bits / byte maybe?) in GCC JIT memento_of_new_rvalue_from_const <long>::get_wide_int
 2015-01-01  0:00 UTC 

client data for GCCJIT objects?
 2015-01-01  0:00 UTC  (2+ messages)

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