aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-09Add new file gcc/testsuite/jit.dg/test-constants.c erroneously omitted from r...David Malcolm1-0/+339
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm3-0/+12
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm2-0/+5
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm2-1/+63
2015-01-08Add new jit testcase accidentally omitted from r219320David Malcolm1-0/+223
2015-01-08jit: Add checking for dereference of void *David Malcolm1-0/+96
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-0/+13
2015-01-07Add test of handling arithmetic-overflow from JITDavid Malcolm3-0/+12
2015-01-07jit.exp: support C++ testcasesDavid Malcolm1-10/+68
2015-01-07jit.exp: add __func__ to help test-{combination|threads}.cDavid Malcolm1-31/+47
2015-01-07jit.exp: Don't drop the extension from the testcase when naming executableDavid Malcolm1-1/+13
2014-12-19Fix casting non-"int" to bool.David Malcolm1-0/+38
2014-12-09jit: Add new testcase missing from r218521David Malcolm1-0/+27
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm3-0/+76
2014-12-01jit.exp: Verify the exit status of the spawneeDavid Malcolm1-0/+30
2014-12-01jit.exp: fix timeout bug inherited from dejagnu.expDavid Malcolm1-1/+1
2014-12-01PR jit/63854: Add support for running "make check-jit" under valgrindDavid Malcolm1-1/+77
2014-12-01PR jit/63969: Fix segfault in error-handling when driver isn't foundDavid Malcolm2-0/+69
2014-12-01jit.exp: Avoid embedding full paths into test resultsDavid Malcolm1-1/+2
2014-11-19PR jit/63854: Fix leaks in test-fuzzer.cDavid Malcolm1-0/+6
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm60-0/+8677