aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
AgeCommit message (Expand)AuthorFilesLines
2021-07-18libgccjit: Handle truncation and extension for casts [PR95498]Antoni Boucher2-0/+76
2021-06-25jit: fix test-vector-* failuresDavid Malcolm2-0/+16
2021-06-25jit: fix test-asm failures on i?86David Malcolm2-2/+2
2021-02-18jit: fix ICE on BUILT_IN_TRAP [PR99126]David Malcolm1-0/+59
2020-11-12jit: add support for inline asm [PR87291]David Malcolm3-0/+976
2020-11-12jit: fix string escapingDavid Malcolm1-0/+20
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo2-0/+85
2020-07-20jit: Fix truncation of testsuite output [PR69435]Alex Coplan1-10/+10
2020-06-03jit: implement BT_CONST_VOLATILE_PTR [PR 95306]David Malcolm1-0/+1
2020-06-02jit: fix __builtin_unreachable [PR 95426]David Malcolm2-0/+52
2020-05-27jit: use deep unsharing of trees [PR 95314]David Malcolm2-0/+66
2020-05-26jit: fix missing types for builtins [PR 95306]David Malcolm4-0/+131
2020-05-26jit: check for void types [PR 95296]David Malcolm3-2/+52
2020-05-14Skip jit tests for targets that don't support -lgccjitH.J. Lu1-0/+5
2020-03-31libgccjit: add new version entry pointAndreaCorallo2-0/+36
2020-03-30lra: set insn_code_data to NULL when freeingDavid Malcolm1-0/+10
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo2-0/+64
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-2/+3
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo2-3/+41
2019-07-04jit: gcc_jit_context_new_binary_op check res typeAndrea Corallo1-0/+41
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo5-0/+303
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo4-0/+90
2019-01-08Fix jit test case (PR jit/88747)David Malcolm1-1/+1
2018-11-26test-long-names.c: Fix build with -Wformat-security.Matthias Klose1-1/+1
2018-01-25Fix jit.dg/test-alignment* (PR jit/82846)David Malcolm2-2/+2
2017-11-22jit: update test suite for change to -Warray-boundsDavid Malcolm1-1/+2
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm1-0/+9
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm2-0/+241
2017-09-28jit: handle equality of function pointer typesDavid Malcolm2-7/+118
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm2-0/+153
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm1-0/+22
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm2-0/+385
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm4-0/+246
2017-06-20Fix -Werror=class-memaccess failures in jit testsuite (PR jit/81144)David Malcolm2-4/+2
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm4-0/+448
2017-01-18jit.dg: fix issue with compilation of test-threads.cDavid Malcolm1-22/+29
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm3-0/+212
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm1-0/+72
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+4
2015-08-06jit.dg/test-benchmark.c: add a summary of timingsDavid Malcolm1-3/+15
2015-08-03Refactoring of timevar APIDavid Malcolm3-2/+61
2015-07-08Fix comments in a jit testcaseDavid Malcolm1-16/+4
2015-07-08PR jit/66783: improve error messagesDavid Malcolm3-3/+3
2015-07-07PR jit/66783: prevent use of opaque structsDavid Malcolm4-1/+106
2015-07-07PR jit/66779: fix segfaultDavid Malcolm2-0/+153
2015-07-01PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm2-0/+119
2015-07-01jit: document union typesDavid Malcolm1-0/+4
2015-06-30jit: add switch statementsDavid Malcolm9-0/+760
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm2-0/+55
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm2-0/+139