public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH, committed] jit: fix typo in docs
 2015-01-01  0:00 UTC 

[Announce] GCCSharp - libgccjit bindings for C#
 2015-01-01  0:00 UTC  (3+ messages)

Compilation error involving comparison and logical operator
 2015-01-01  0:00 UTC 

[PATCH] toplev: gcc version information for jit
 2015-01-01  0:00 UTC  (2+ messages)

[PATCH, committed] fixes to gcc_jit_context_dump_reproducer_to_file
 2015-01-01  0:00 UTC 

The output of gcc_jit_context_dump_to_file() is missing parenthesis in expressions involving casts
 2015-01-01  0:00 UTC  (5+ messages)
  ` [PATCH, committed] PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_string

Hit a showstopper issue
 2015-01-01  0:00 UTC  (10+ messages)

Tutorial for calling back into app code
 2015-01-01  0:00 UTC  (2+ messages)

[PATCH, committed] PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPR
 2015-01-01  0:00 UTC 

[PATCH, committed] PR jit/66539: Properly add testcase
 2015-01-01  0:00 UTC 

External references
 2015-01-01  0:00 UTC  (3+ messages)

[PATCH] update_web_docs_svn: support the JIT docs (PR jit/64257)
 2015-01-01  0:00 UTC  (16+ messages)
        ` [PING, www] "
            ` [PATCH] More fixes for update_web_docs_svn for jit "
                      ` [PATCH] maintainer-scripts: Fix 404s in "Show Source" in jit docs

[PATCH, committed] jit: option-logging
 2015-01-01  0:00 UTC 

How do I detect if a basic block is terminated or not?
 2015-01-01  0:00 UTC  (2+ messages)

How do I create a 64-bit integer constant?
 2015-01-01  0:00 UTC  (3+ messages)

Does libgccjit support union definitions?
 2015-01-01  0:00 UTC  (4+ messages)

lvalues and rvalues
 2015-01-01  0:00 UTC  (3+ messages)

Progress on Ravi - a Lua 5.3 derivative
 2015-01-01  0:00 UTC  (3+ messages)

[ANN] OCaml bindings for libgccjit
 2015-01-01  0:00 UTC  (2+ messages)

Four jit backports to gcc 5 branch
 2015-01-01  0:00 UTC  (10+ messages)
  ` Thinking about libgccjit SONAME bump for gcc 5.2 (was Re: Four jit backports to gcc 5 branch)
` Eight more jit backports to gcc 5 branch

mixing JIT and GCC (with a precompiled header?)?
 2015-01-01  0:00 UTC  (2+ messages)

Are struct and union assignments supported
 2015-01-01  0:00 UTC  (5+ messages)
  ` [PATCH, committed] jit: Add a test for compound assignment

[PATCH, committed] jit: add test-benchmark.c
 2015-01-01  0:00 UTC 

[PATCH] PR jit/64780: configure: --enable-host-shared and the jit
 2015-01-01  0:00 UTC  (2+ messages)

[PATCH, committed] PR jit/66628: add gcc_jit_context_add_command_line_option
 2015-01-01  0:00 UTC 

Compilation error involving comparison and logical operator
 2015-01-01  0:00 UTC  (7+ messages)

Unexpected evaluation in conditional branch
 2015-01-01  0:00 UTC  (4+ messages)

[debug-early, jit] Port of jit to debug-early
 2015-01-01  0:00 UTC  (5+ messages)

[PATCH, committed] jit: fix some .rst issues in docs
 2015-01-01  0:00 UTC 

Adding Position Independent Code support
 2015-01-01  0:00 UTC  (2+ messages)

Problem installing libgccjit RPMs
 2015-01-01  0:00 UTC  (5+ messages)

[PATCH, committed] PR jit/64752 - Rewrite jit testsuite to eliminate use of "file"
 2015-01-01  0:00 UTC 

Basic blocks, jump targets and locals
 2015-01-01  0:00 UTC  (8+ messages)

First bytecode compiled in Ravi/Lua
 2015-01-01  0:00 UTC  (2+ messages)

If libgccjit is part of the final executable of a client program does it need to be GPL?
 2015-01-01  0:00 UTC 

libgccjit documentation now available on gcc.gnu.org
 2015-01-01  0:00 UTC  (2+ messages)

[PATCH 1/3] PR jit/64810: driver, arm, jit: configure-time default options
 2015-01-01  0:00 UTC  (5+ messages)
` [PATCH 2/3] PR jit/64810: support DImode on arm
` [PATCH 3/3] PR jit/64810: fix for arm_option_override

Compilation error involving comparison and logical operator
 2015-01-01  0:00 UTC 

First bytecode compiled in Ravi/Lua
 2015-01-01  0:00 UTC  (2+ messages)

Should I use trunk?
 2015-01-01  0:00 UTC  (2+ messages)

[Announce] libgccjit bindings for Rust
 2015-01-01  0:00 UTC  (2+ messages)

Labeling of blocks and locals
 2015-01-01  0:00 UTC  (5+ messages)

gcc_jit_context_new_union_type()
 2015-01-01  0:00 UTC  (3+ messages)

[PATCH, committed] jit: document union types
 2015-01-01  0:00 UTC 

Basic linking / compilation question
 2015-01-01  0:00 UTC  (6+ messages)

virtual template methods
 2015-01-01  0:00 UTC  (3+ messages)

[PATCH, jit]: Robustify vasprintf error checks
 2015-01-01  0:00 UTC  (3+ messages)

Weird problem
 2015-01-01  0:00 UTC  (7+ messages)

Weird problem
 2015-01-01  0:00 UTC  (3+ messages)

Question regarding management of JIT code
 2015-01-01  0:00 UTC  (3+ messages)

switches in GCC JIT?
 2015-01-01  0:00 UTC  (23+ messages)
            ` [PATCH 1/2] Add gcc/typed-splay-tree.h
              ` [PATCH 2/2] jit: add switch statements
                  ` Managing ABI compatibility (was Re: [PATCH 2/2] jit: add switch statements)
                ` [PATCH, committed] jit: add switch statements

[PATCH] jit docs: Add "Packaging notes" section
 2015-01-01  0:00 UTC 

[PATCH, committed] PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks
 2015-01-01  0:00 UTC 

[PATCH, committed] PR jit/65691: Fix copy&paste error in jit docs
 2015-01-01  0:00 UTC 

[PATCH, committed] Fix gcc_jit_context_get_last_error docs
 2015-01-01  0:00 UTC 

[PATCH, committed] PR jit/64708: remove libgccjit.so from COMPILERS
 2015-01-01  0:00 UTC 

[PATCH, committed] jit: Add missing type-checking to gcc_jit_{l|r}value_access_field
 2015-01-01  0:00 UTC 

[PATCH, committed] jit: clarify (lack of) lifetime requirements on input const char *
 2015-01-01  0:00 UTC 

Stuff to include in libgccjit 5.2
 2015-01-01  0:00 UTC  (5+ 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).