summaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
AgeCommit message (Expand)Author
2020-03-31libgccjit: add new version entry pointAndreaCorallo
2020-03-30lra: set insn_code_data to NULL when freeingDavid Malcolm
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo
2019-07-04jit: gcc_jit_context_new_binary_op check res typeAndrea Corallo
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo
2019-01-08Fix jit test case (PR jit/88747)David Malcolm
2018-11-26test-long-names.c: Fix build with -Wformat-security.Matthias Klose
2018-01-25Fix jit.dg/test-alignment* (PR jit/82846)David Malcolm
2017-11-22jit: update test suite for change to -Warray-boundsDavid Malcolm
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm
2017-09-28jit: handle equality of function pointer typesDavid Malcolm
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm
2017-06-20Fix -Werror=class-memaccess failures in jit testsuite (PR jit/81144)David Malcolm
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm
2017-01-18jit.dg: fix issue with compilation of test-threads.cDavid Malcolm
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm
2015-08-06jit.dg/test-benchmark.c: add a summary of timingsDavid Malcolm
2015-08-03Refactoring of timevar APIDavid Malcolm
2015-07-08Fix comments in a jit testcaseDavid Malcolm
2015-07-08PR jit/66783: improve error messagesDavid Malcolm
2015-07-07PR jit/66783: prevent use of opaque structsDavid Malcolm
2015-07-07PR jit/66779: fix segfaultDavid Malcolm
2015-07-01PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm
2015-07-01jit: document union typesDavid Malcolm
2015-06-30jit: add switch statementsDavid Malcolm
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm
2015-06-17jit: Add missing type-checking to gcc_jit_{l|r}value_access_fieldDavid Malcolm
2015-06-16jit: Add a test for compound assignmentDavid Malcolm
2015-06-16PR jit/66539: Properly add testcaseDavid Malcolm
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm
2015-05-06jit: add test-benchmark.cDavid Malcolm
2015-02-07Add new files erroneously omitted from r220494.David Malcolm
2015-02-06PR jit/64752 - Rewrite jit testsuite to eliminate use of "file"David Malcolm
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm
2015-01-19Fix int vs bool issue in jit.dg/test-arith-overflow.cDavid Malcolm
2015-01-16Add missing testcase accidentally omitted from r219681David Malcolm
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm
2015-01-09Simplify jit.dg/test-combination.cDavid Malcolm