First quarter 2015 Archives by thread
Starting: Thu Jan 1 00:00:00 GMT 2015
Ending: Thu Jan 1 00:00:00 GMT 2015
Messages: 405
- [PATCH] PR 64722: fix corruption of %ebx on 32-bit i386 with libgccjit
David Malcolm
- [PATCH 2/3] PR jit/64810: support DImode on arm
David Malcolm
- [PATCH] PR jit/64780: configure: --enable-host-shared and the jit
David Malcolm
- [PATCH, committed] libgccjit.h: Fix description of struct gcc_jit_context
David Malcolm
- [PATCH, committed] Fix int vs bool issue in jit.dg/test-arith-overflow.c
David Malcolm
- [PATCH, committed] jit: prevent ICE with type mismatch in gcc_jit_block_add_assignment_op
David Malcolm
- [PATCH, committed] jit: fix typo in docs
David Malcolm
- [PATCH] jit docs: Add "Packaging notes" section
David Malcolm
- [PING, www] Re: [PATCH] update_web_docs_svn: support the JIT docs (PR jit/64257)
Gerald Pfeifer
- [PATCH, committed] jit: Add checking for dereference of void *
David Malcolm
- Stage 3 RFC: using "jit" for ahead-of-time compilation
Jakub Jelinek
- [PATCH 1/3] PR jit/64810: driver, arm, jit: configure-time default options
David Malcolm
- [PATCH, jit]: Robustify vasprintf error checks
Uros Bizjak
- [PATCH, committed] jit: API change to gcc_jit_context_new_global
David Malcolm
- PING: Re: [PATCH 18/21] PR jit/63854: Add "long-term" allocator to gcc::context
David Malcolm
- [PATCH, committed] jit-playback.c: fix missing fclose
David Malcolm
- [PATCH] Re: Stage 3 RFC: using "jit" for ahead-of-time compilation
David Malcolm
- [PATCH] update_web_docs_svn: support the JIT docs (PR jit/64257)
Mike Stump
- [PATCH, committed] API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op
David Malcolm
- [PATCH, committed] Parallelize the jit testsuite
David Malcolm
- [PATCH, committed] jit.exp: add __func__ to help test-{combination|threads}.c
David Malcolm
- [PATCH, committed] New jit API entrypoint: gcc_jit_context_set_logfile
David Malcolm
- [PATCH, committed] Fix gcc_jit_context_get_last_error docs
David Malcolm
- [PATCH, committed] PR jit/64708: remove libgccjit.so from COMPILERS
David Malcolm
- [PATCH] toplev: gcc version information for jit
Jeff Law
- [PATCH, committed] jit.exp: support C++ testcases
David Malcolm
- [PATCH: toplev.c] PR jit/64721: don't install signal-handlers when running within libgccjit
Jakub Jelinek
- [PATCH] rs6000, jit: Unbreak libgccjit on ppc (rs6000_output_function_epilogue)
Jakub Jelinek
- [PATCH, committed] jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_file
David Malcolm
- [PATCH, committed] jit.exp: Don't drop the extension from the testcase when naming executable
David Malcolm
- [PATCH, committed] New jit API entrypoint: gcc_jit_context_new_rvalue_from_long
David Malcolm
- [PATCH, committed] PR jit/64752 - Rewrite jit testsuite to eliminate use of "file"
David Malcolm
- [PATCH, committed] Simplify jit.dg/test-combination.c
David Malcolm
- [PATCH, committed] jit: fix crash in memento_of_new_string_literal::make_debug_string
David Malcolm
- [PATCH, committed] jit: option-logging
David Malcolm
- [PATCH, committed] PR jit/64206: delay cleanup of tempdir if the user has requested debuginfo
David Malcolm
- libgccjit documentation now available on gcc.gnu.org
David Malcolm
- [PATCH, committed] jit: New API entrypoint: gcc_jit_context_get_last_error
David Malcolm
- [PATCH, committed] Add test of handling arithmetic-overflow from JIT
David Malcolm
- [PATCH, committed] Fix typo in jit-recording.h
David Malcolm
- [PATCH 12/21] PR jit/63854: Add a valgrind suppresion file
Hans-Peter Nilsson
- [PATCH, committed] libgccjit: detect various kinds of errors relating to params and locals
David Malcolm
- Managing ABI compatibility (was Re: [PATCH 2/2] jit: add switch statements)
David Malcolm
- [Announce] GCCSharp - libgccjit bindings for C#
Mukul Sabharwal
- virtual template methods
Norman Goldstein
- [PATCH 1/2] Add gcc/typed-splay-tree.h
David Malcolm
- Hit a showstopper issue
Dibyendu Majumdar
- [PATCH, committed] jit: fix some .rst issues in docs
David Malcolm
- Adding Position Independent Code support
David Malcolm
- How do I create a 64-bit integer constant?
David Malcolm
- Weird problem
David Malcolm
- Labeling of blocks and locals
David Malcolm
- Four jit backports to gcc 5 branch
David Malcolm
- Question regarding management of JIT code
Dibyendu Majumdar
- Basic blocks, jump targets and locals
David Malcolm
- switches in GCC JIT?
David Malcolm
- Compilation error involving comparison and logical operator
Dibyendu Majumdar
- Does libgccjit support union definitions?
Dibyendu Majumdar
- Unexpected evaluation in conditional branch
Dibyendu Majumdar
- [PATCH 2/2] jit: add switch statements
David Malcolm
- Problem installing libgccjit RPMs
Dibyendu Majumdar
- Basic linking / compilation question
David Malcolm
- mixing JIT and GCC (with a precompiled header?)?
David Malcolm
- [PATCH, committed] jit: add test-benchmark.c
David Malcolm
- [PATCH, committed] PR jit/66628: add gcc_jit_context_add_command_line_option
David Malcolm
- How do I detect if a basic block is terminated or not?
Dibyendu Majumdar
- The output of gcc_jit_context_dump_to_file() is missing parenthesis in expressions involving casts
David Malcolm
- [debug-early, jit] Port of jit to debug-early
David Malcolm
- [PATCH, committed] jit: add switch statements
David Malcolm
- Progress on Ravi - a Lua 5.3 derivative
Dibyendu Majumdar
- Stuff to include in libgccjit 5.2
Dibyendu Majumdar
- [Announce] libgccjit bindings for Rust
David Malcolm
- [PATCH, committed] jit: Add a test for compound assignment
David Malcolm
- Are struct and union assignments supported
David Malcolm
- [PATCH, committed] PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks
David Malcolm
- Should I use trunk?
Dibyendu Majumdar
- External references
Dibyendu Majumdar
- [PATCH, committed] PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_string
David Malcolm
- First bytecode compiled in Ravi/Lua
Dibyendu Majumdar
- [PATCH, committed] jit: Add missing type-checking to gcc_jit_{l|r}value_access_field
David Malcolm
- [PATCH, committed] PR jit/65691: Fix copy&paste error in jit docs
David Malcolm
- lvalues and rvalues
Dibyendu Majumdar
- [PATCH, committed] PR jit/66539: Properly add testcase
David Malcolm
- gcc_jit_context_new_union_type()
Dibyendu Majumdar
- If libgccjit is part of the final executable of a client program does it need to be GPL?
Hayden Livingston
- Tutorial for calling back into app code
David Malcolm
- [PATCH, committed] fixes to gcc_jit_context_dump_reproducer_to_file
David Malcolm
- [ANN] OCaml bindings for libgccjit
David Malcolm
- JIT compilation speed
Dibyendu Majumdar
- Filed PR jit/66812 for the code generation issue
Dibyendu Majumdar
- Has anyone tried building for Windows?
Mukul Sabharwal
- Ravi updated to build against libgccjit 5.2.0
Dibyendu Majumdar
- Potential performance issue
Dibyendu Majumdar
- PATCH (v2) trunk GCCJIT: adding gcc_jit_context_new_rvalue_from_long_long, etc...
Basile Starynkevitch
- [PATCH, committed] PR jit/66783: prevent use of opaque structs
David Malcolm
- [PATCH, committed] jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocation
David Malcolm
- Segmentation fault
Dibyendu Majumdar
- GCC_JIT_BINARY_OP_LOGICAL_AND eager or lazy? and GCCJIT vs GNU C semantics....
Basile Starynkevitch
- [PATCH, committed] jit: Add guide for submitting patches to jit docs
David Malcolm
- missing gcc_jit_context_new_rvalue_from_long_long etc....?
Basile Starynkevitch
- PATCH trunk GCCJIT: adding gcc_jit_context_new_rvalue_from_long_long, etc...
David Malcolm
- Relocating parts of program ? locality
deco33000@yandex.com
- libgccjit 5.2 on Mac OSX Yosemite
Dibyendu Majumdar
- A possible code generation issue
Dibyendu Majumdar
- GCC/JIT and precise garbage collection support?
David Malcolm
- outputs of GCC JIT?
David Malcolm
- GCCJIT and tail-recursive calls
David Malcolm
- [PATCH, committed] jit: document union types
David Malcolm
- [PATCH 1/2] driver: support state cleanup
David Malcolm
- [Announce] Perl bindings
Vickenty Fesunov
- Ravi bug related to setting of L->top in OP_RETURN
Dibyendu Majumdar
- [PATCH 0/2] Refactoring of timevar API
David Malcolm
- configure --program-suffix could change gccjit library path?
Basile Starynkevitch
- error handling in GCCJIT?
David Malcolm
- [PATCH, committed] PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPR
David Malcolm
- [PATCH, committed] jit.dg/test-benchmark.c: add a summary of timings
David Malcolm
- magic 8 constant (bits / byte maybe?) in GCC JIT memento_of_new_rvalue_from_const <long>::get_wide_int
Basile Starynkevitch
- [PATCH, committed] PR jit/66783: improve error messages
David Malcolm
- [PING] Re: [PATCH 0/2] Embed driver within libgccjit
David Malcolm
- [PATCH, committed] fix comments in a jit testcase
David Malcolm
- [ANN] Ravi alpha-release 0.6
Dibyendu Majumdar
- [PATCH, committed] jit: clarify (lack of) lifetime requirements on input const char *
David Malcolm
- [PATCH 0/2] Embed driver within libgccjit
David Malcolm
- [PATCH, committed] jit: supply MULTILIB_DEFAULTS as arguments when invoking driver
David Malcolm
- [ANN] Ravi alpha release 0.8
Dibyendu Majumdar
- client data for GCCJIT objects?
David Malcolm
- JIT binary translation using libgccjit?
Kaz Nishimura
- Faster JIT compilation
Dibyendu Majumdar
- broken --enable-host-shared
KIMURA Masaru
- GCCJIT guidelines (for JITing with existing types and structures)
Basile Starynkevitch
- gcc_jit_context_dump_to_file outputing C or GCC parsable code?
Basile Starynkevitch
Last message date:
Thu Jan 1 00:00:00 GMT 2015
Archived on: Sun Mar 8 14:27:26 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).