aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7537/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner1-13/+458
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher1-3/+18
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher1-3/+36
2021-12-11libgccjit: Add support for types used by atomic builtins [PR96066] [PR96067]Antoni Boucher1-2/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-25Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)Martin Sebor1-4/+16
2020-11-12jit: add support for inline asm [PR87291]David Malcolm1-0/+514
2020-11-12jit: fix string escapingDavid Malcolm1-11/+28
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo1-5/+138
2020-08-28Correct calls to vec::safe_grow in conditionally compiled code.Martin Sebor1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo1-2/+2
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo1-1/+79
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek1-1/+1
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo1-0/+38
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-5/+5
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-35/+172
2017-09-28jit: handle equality of function pointer typesDavid Malcolm1-0/+47
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-1/+76
2017-08-18jit: make simpler reproducersDavid Malcolm1-12/+50
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-1/+55
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+52
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-14/+46
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-1/+2
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-06-30jit: add switch statementsDavid Malcolm1-50/+272
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-1/+41
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+42
2015-06-30fixes to gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-6/+12
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm1-19/+131
2015-03-13jit-recording.c (dump::write): Also check vasprintf return value.Uros Bizjak1-12/+15
2015-02-03jit: option-loggingDavid Malcolm1-0/+73
2015-01-27toplev: gcc version information for jitDavid Malcolm1-1/+4
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-6/+34
2015-01-19jit: fix crash in memento_of_new_string_literal::make_debug_stringDavid Malcolm1-0/+1
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-10/+1452
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm1-20/+275
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-2/+62
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-2/+0