aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-17jit: Add missing type-checking to gcc_jit_{l|r}value_access_fieldDavid Malcolm3-0/+221
2015-06-16jit: Add a test for compound assignmentDavid Malcolm2-0/+167
2015-06-16PR jit/66539: Properly add testcaseDavid Malcolm1-0/+3
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm3-11/+214
2015-05-06jit: add test-benchmark.cDavid Malcolm3-1/+247
2015-02-07Add new files erroneously omitted from r220494.David Malcolm2-0/+142
2015-02-06PR jit/64752 - Rewrite jit testsuite to eliminate use of "file"David Malcolm6-248/+170
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm6-5/+538
2015-01-19Fix int vs bool issue in jit.dg/test-arith-overflow.cDavid Malcolm1-7/+9
2015-01-16Add missing testcase accidentally omitted from r219681David Malcolm1-0/+64
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm3-11/+115
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm5-0/+309
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm5-17/+80
2015-01-09Simplify jit.dg/test-combination.cDavid Malcolm3-134/+92