summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.c
Commit message (Expand)AuthorAgeFilesLines
* API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opdmalcolm2015-01-071-0/+1
* Update copyright years.jakub2015-01-051-1/+1
* Fix issue with string options and nested gcc_jit_contextsdmalcolm2014-12-191-5/+8
* Handle NULL in gcc_jit_context_set_str_optiondmalcolm2014-12-191-1/+1
* Minor interface cleanups of libgccjitdrepper2014-12-111-11/+15
* Guard less code with the JIT mutexdmalcolm2014-12-091-15/+1
* PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpdmalcolm2014-12-091-0/+34
* PR jit/64020: Fixes to handling of builtinsdmalcolm2014-12-011-4/+44
* PR jit/63854: Fix leak within jit-builtins.cdmalcolm2014-12-011-7/+26
* PR jit/63854: Fix leaking vec in jitdmalcolm2014-11-191-8/+8
* PR jit/63854: Fix leak of worklist within jit-recording.cdmalcolm2014-11-191-2/+1
* Merger of dmalcolm/jit branch from gitdmalcolm2014-11-111-0/+3434