aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-0/+168
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm1-0/+93
2015-01-12jit-playback.c: fix missing fcloseDavid Malcolm1-0/+5
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-0/+48
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-0/+17
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-0/+83
2015-01-09PR jit/64206: delay cleanup of tempdir if the user has requested debuginfoDavid Malcolm1-0/+33
2015-01-08libgccjit.h: Fix description of struct gcc_jit_contextDavid Malcolm1-0/+5
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-0/+22
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-0/+140
2015-01-08jit: Add checking for dereference of void *David Malcolm1-0/+9
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-0/+12
2015-01-07Fix typo in jit-recording.hDavid Malcolm1-0/+5
2015-01-07jit.exp: support C++ testcasesDavid Malcolm1-0/+8
2015-01-07jit.exp: Don't drop the extension from the testcase when naming executableDavid Malcolm1-0/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+5
2014-12-19Fix casting non-"int" to bool.David Malcolm1-0/+6
2014-12-19Fix issue with string options and nested gcc_jit_contextsDavid Malcolm1-0/+6
2014-12-19Handle NULL in gcc_jit_context_set_str_optionDavid Malcolm1-0/+5
2014-12-11Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLogDavid Malcolm1-0/+18
2014-12-11Document gccjit::context::set_str_optionDavid Malcolm1-0/+6
2014-12-10Document libgccjit++.hDavid Malcolm1-0/+29
2014-12-09toyvm.c: use correct path in debuginfoDavid Malcolm1-0/+11
2014-12-09PR jit/63854: Document how to run the jit testsuite under valgrindDavid Malcolm1-0/+7
2014-12-09Add jit-tempdir.{c|h}David Malcolm1-0/+30
2014-12-09Fix bogus ChangeLog entry from r218521David Malcolm1-0/+42
2014-12-09Guard less code with the JIT mutexDavid Malcolm1-0/+18
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm1-0/+9
2014-12-08libgccjit++.h: use indentation to show inheritanceDavid Malcolm1-0/+5
2014-12-08Make jit/notes.txt better reflect current status quoDavid Malcolm1-0/+9
2014-12-01Improvements to documentation of gcc_jit_context_releaseDavid Malcolm1-0/+16
2014-12-01PR jit/64018: Add description of error-handling to the JIT tutorialDavid Malcolm1-0/+9
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-0/+96
2014-12-01jit-builtins.c: Fix segfault on unsupported builtinsDavid Malcolm1-0/+8
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm1-0/+8
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm1-0/+9
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm1-0/+21
2014-12-01PR jit/63854: Fix leaks in toyvm.cDavid Malcolm1-0/+17
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm1-0/+15
2014-12-01PR jit/63969: Fix segfault in error-handling when driver isn't foundDavid Malcolm1-0/+5
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm1-0/+68
2014-11-19PR jit/63854: Fix leak of worklist within jit-recording.cDavid Malcolm1-0/+6
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+60