summaryrefslogtreecommitdiff
path: root/gcc/jit
Commit message (Expand)AuthorAgeFilesLines
* Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR jit/84288)Rainer Orth2018-03-212-1/+6
* jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and P...David Malcolm2018-03-092-2/+26
* jit: remove some unused fields from recording::union_ (PR jit/81672)David Malcolm2018-01-252-4/+6
* Update copyright years.Jakub Jelinek2018-01-0365-104/+108
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-196-27/+36
* spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek2017-11-302-1/+7
* tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2017-11-282-15/+9
* [libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...Tom de Vries2017-11-232-1/+8
* jit: add a way to preserve testsuite executablesDavid Malcolm2017-10-313-7/+28
* jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm2017-10-0415-521/+984
* jit: document function pointersDavid Malcolm2017-09-286-483/+677
* jit: handle equality of function pointer typesDavid Malcolm2017-09-283-1/+65
* jit: implement gcc_jit_function_get_addressDavid Malcolm2017-09-2714-386/+677
* Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm2017-09-142-1/+10
* jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm2017-08-182-0/+16
* jit: make simpler reproducersDavid Malcolm2017-08-182-12/+62
* jit: add gcc_jit_type_get_vectorDavid Malcolm2017-08-1013-464/+791
* Remove enum before machine_modeRichard Sandiford2017-07-052-1/+8
* types.rst (gccjit::type::get_const): Remove comment.David Malcolm2017-04-2413-475/+784
* Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm2017-01-192-52/+5
* Implement LANG_HOOKS_TYPE_FOR_SIZE for jitDavid Malcolm2017-01-182-4/+50
* Update copyright years.Jakub Jelinek2017-01-0164-102/+106
* jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm2016-05-2011-38/+214
* jit: gcc diagnostics are jit errorsDavid Malcolm2016-05-174-0/+92
* jit: document gcc_jit_context_new_call_through_ptrDavid Malcolm2016-05-173-374/+411
* jit: use FINAL and OVERRIDE throughoutDavid Malcolm2016-05-134-232/+514
* jit: fix build after r233218 (build_common_tree_nodes)David Malcolm2016-02-082-1/+7
* Add missing includes in JIT frontend.Iain Buclaw2016-01-262-0/+6
* PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-upDavid Malcolm2016-01-197-508/+691
* Update copyright years.Jakub Jelinek2016-01-0464-103/+107
* decl.c: Remove unused header files.Andrew MacLeod2015-11-117-28/+9
* Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford2015-11-072-1/+4
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-296-34/+26
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-133-0/+33
* More DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11 cleanupThomas Schwinge2015-09-302-0/+6
* 2015-09-30 Matthias Klose <doko@ubuntu.com>Matthias Klose2015-09-303-9/+14
* Support embedding the driver in-process within libgccjitDavid Malcolm2015-08-2514-12/+206
* jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocationDavid Malcolm2015-08-142-0/+14
* Refactoring of timevar APIDavid Malcolm2015-08-0314-271/+1293
* jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm2015-07-235-32/+81
* jit: Add guide for submitting patches to jit docsDavid Malcolm2015-07-163-3/+247
* Fix double word typos.Aldy Hernandez2015-07-132-2/+2
* flags.h: Don't include flag-types.h or options.h.Andrew MacLeod2015-07-094-3/+6
* PR jit/66783: improve error messagesDavid Malcolm2015-07-082-7/+25
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-084-8/+9
* PR jit/66783: prevent use of opaque structsDavid Malcolm2015-07-073-0/+29
* PR jit/66779: fix segfaultDavid Malcolm2015-07-072-0/+17
* PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm2015-07-012-0/+49
* jit: document union typesDavid Malcolm2015-07-013-395/+511
* jit: clarify (lack of) lifetime requirements on input const char *David Malcolm2015-07-017-3/+144