-
- Downloads
libgccjit: Add support for machine-dependent builtins
gcc/jit/ChangeLog: PR jit/108762 * docs/topics/compatibility.rst (LIBGCCJIT_ABI_32): New ABI tag. * docs/topics/functions.rst: Add documentation for the function gcc_jit_context_get_target_builtin_function. * dummy-frontend.cc: Include headers target.h, jit-recording.h, print-tree.h, unordered_map and string, new variables (target_builtins, target_function_types, and target_builtins_ctxt), new function (tree_type_to_jit_type). * jit-builtins.cc: Specify that the function types are not from target builtins. * jit-playback.cc: New argument is_target_builtin to new_function. * jit-playback.h: New argument is_target_builtin to new_function. * jit-recording.cc: New argument is_target_builtin to new_function_type, function_type constructor and function constructor, new function (get_target_builtin_function). * jit-recording.h: Include headers string and unordered_map, new variable target_function_types, new argument is_target_builtin to new_function_type, function_type and function, new functions (get_target_builtin_function, copy). * libgccjit.cc: New function (gcc_jit_context_get_target_builtin_function). * libgccjit.h: New function (gcc_jit_context_get_target_builtin_function). * libgccjit.map: New functions (gcc_jit_context_get_target_builtin_function). gcc/testsuite: PR jit/108762 * jit.dg/all-non-failing-tests.h: New test test-target-builtins.c. * jit.dg/test-target-builtins.c: New test.
Showing
- gcc/jit/docs/topics/compatibility.rst 9 additions, 1 deletiongcc/jit/docs/topics/compatibility.rst
- gcc/jit/docs/topics/functions.rst 19 additions, 0 deletionsgcc/jit/docs/topics/functions.rst
- gcc/jit/dummy-frontend.cc 204 additions, 1 deletiongcc/jit/dummy-frontend.cc
- gcc/jit/jit-builtins.cc 4 additions, 2 deletionsgcc/jit/jit-builtins.cc
- gcc/jit/jit-playback.cc 11 additions, 1 deletiongcc/jit/jit-playback.cc
- gcc/jit/jit-playback.h 4 additions, 1 deletiongcc/jit/jit-playback.h
- gcc/jit/jit-recording.cc 66 additions, 10 deletionsgcc/jit/jit-recording.cc
- gcc/jit/jit-recording.h 105 additions, 5 deletionsgcc/jit/jit-recording.h
- gcc/jit/libgccjit.cc 18 additions, 0 deletionsgcc/jit/libgccjit.cc
- gcc/jit/libgccjit.h 13 additions, 0 deletionsgcc/jit/libgccjit.h
- gcc/jit/libgccjit.map 5 additions, 0 deletionsgcc/jit/libgccjit.map
- gcc/testsuite/jit.dg/all-non-failing-tests.h 3 additions, 0 deletionsgcc/testsuite/jit.dg/all-non-failing-tests.h
- gcc/testsuite/jit.dg/test-target-builtins.c 77 additions, 0 deletionsgcc/testsuite/jit.dg/test-target-builtins.c
Loading
Please register or sign in to comment