aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
AgeCommit message (Expand)AuthorFilesLines
2024-03-29[PATCH] Allow `gcc_jit_type_get_size` to work with pointersGuillaume Gomez1-0/+27
2024-02-02libgccjit: Implement sizeof operatorAntoni Boucher2-0/+60
2024-01-28testsuite, jit: Stabilize error output.Iain Sandoe1-6/+15
2024-01-19libgccjit: Add missing builtins needed by optimizationsAntoni Boucher2-0/+94
2024-01-19libgccjit: Make is_int return false on vector typesAntoni Boucher1-0/+1
2024-01-18testsuite, jit, Darwin: Add libSystem to a test.Iain Sandoe1-0/+5
2024-01-18testsuite, jit, Darwin: Handle Mach-O in assembler tests.Iain Sandoe6-15/+31
2024-01-18testsuite, jit: Allow for target-specific assembler scans.Iain Sandoe1-0/+28
2024-01-18testsuite, jit: Handle whitespace in test-link-section-assembler.c.Iain Sandoe1-1/+1
2024-01-18testsuite, jit: test-alias-attribute.c requires alias support.Iain Sandoe1-0/+1
2024-01-12[PATCH] libgccjit: Add support for function attributes and variable attributes.Guillaume Gomez13-0/+1070
2024-01-10libgccjit: Fix GGC segfault when using -fltoAntoni Boucher2-0/+38
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