aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
AgeCommit message (Expand)AuthorFilesLines
2023-08-29libgccjit: add support for `restrict` attribute on function parametersGuillaume Gomez2-0/+80
2023-06-30jit.exp: handle dwarf version mismatch in jit-check-debug-info [PR110466]David Malcolm1-0/+4
2023-06-30jit: avoid using __vector in testcase [PR110466]David Malcolm1-11/+11
2023-03-02jit, testsuite: fix a failing test by updating its error string [PR107999]Guillaume Gomez1-1/+1
2022-12-13libgccjit: Allow comparing vector typesAntoni Boucher1-0/+13
2022-12-06libgccjit: Fix float vector comparisonAntoni Boucher2-45/+204
2022-06-29libgccjit: Fix bug where unary_op will return an integer type instead of the ...Antoni Boucher2-0/+90
2022-06-09libgccjit: Support getting the size of a float [PR105829]Antoni Boucher1-0/+3
2022-04-12libgccjit: Add support for setting the alignment [PR104293]Antoni Boucher2-0/+69
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher5-0/+136
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher4-0/+195
2022-04-12libgccjit: Add support for sized integer types, including 128-bit integers [P...Antoni Boucher1-0/+131
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner14-0/+3115
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher3-0/+73
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher2-0/+74
2021-12-11libgccjit: Add support for types used by atomic builtins [PR96066] [PR96067]Antoni Boucher4-1/+138
2021-12-10jit: set DECL_CONTEXT of RESULT_DECL [PR103562]David Malcolm2-0/+65
2021-11-19libgccjit: Add some reflection functions [PR96889]Antoni Boucher2-0/+105
2021-11-03Testcase adjustments for pass vrp1.Andrew MacLeod1-5/+5
2021-09-19Jit, testsuite: Amend expect processing to tolerate more platforms.Iain Sandoe1-41/+85
2021-09-11libgccjit: Generate debug info for variablesPetter Tomner3-1/+101
2021-08-19testsuite, JIT, Darwin: Adjust asm tests for Mach-O.Iain Sandoe2-0/+25
2021-08-19JIT, testsuite, Darwin: Initial testsuite fixes.Iain Sandoe2-2/+7
2021-07-18libgccjit: Handle truncation and extension for casts [PR95498]Antoni Boucher2-0/+76
2021-06-25jit: fix test-vector-* failuresDavid Malcolm2-0/+16
2021-06-25jit: fix test-asm failures on i?86David Malcolm2-2/+2
2021-02-18jit: fix ICE on BUILT_IN_TRAP [PR99126]David Malcolm1-0/+59
2020-11-12jit: add support for inline asm [PR87291]David Malcolm3-0/+976
2020-11-12jit: fix string escapingDavid Malcolm1-0/+20
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo2-0/+85
2020-07-20jit: Fix truncation of testsuite output [PR69435]Alex Coplan1-10/+10
2020-06-03jit: implement BT_CONST_VOLATILE_PTR [PR 95306]David Malcolm1-0/+1
2020-06-02jit: fix __builtin_unreachable [PR 95426]David Malcolm2-0/+52
2020-05-27jit: use deep unsharing of trees [PR 95314]David Malcolm2-0/+66
2020-05-26jit: fix missing types for builtins [PR 95306]David Malcolm4-0/+131
2020-05-26jit: check for void types [PR 95296]David Malcolm3-2/+52
2020-05-14Skip jit tests for targets that don't support -lgccjitH.J. Lu1-0/+5
2020-03-31libgccjit: add new version entry pointAndreaCorallo2-0/+36
2020-03-30lra: set insn_code_data to NULL when freeingDavid Malcolm1-0/+10
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo2-0/+64
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-2/+3
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo2-3/+41
2019-07-04jit: gcc_jit_context_new_binary_op check res typeAndrea Corallo1-0/+41
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo5-0/+303
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo4-0/+90
2019-01-08Fix jit test case (PR jit/88747)David Malcolm1-1/+1
2018-11-26test-long-names.c: Fix build with -Wformat-security.Matthias Klose1-1/+1
2018-01-25Fix jit.dg/test-alignment* (PR jit/82846)David Malcolm2-2/+2
2017-11-22jit: update test suite for change to -Warray-boundsDavid Malcolm1-1/+2
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm1-0/+9