Age | Commit message (Expand) | Author | Files | Lines |
2024-10-15 | testsuite, jit: fix test-error-pr63969-missing-driver.c | David Malcolm | 1 | -1/+1 |
2024-07-31 | testsuite: split out parts of jit.dg/jit.exp into a new lib/valgrind.exp | David Malcolm | 1 | -43/+4 |
2024-07-05 | libgccjit: Allow comparing array types | Antoni Boucher | 1 | -0/+5 |
2024-07-05 | libgccjit: Add support for the type bfloat16 | Antoni Boucher | 3 | -0/+44 |
2024-06-27 | libgccjit: Add ability to get the alignment of a type | Antoni Boucher | 2 | -0/+79 |
2024-03-29 | [PATCH] Allow `gcc_jit_type_get_size` to work with pointers | Guillaume Gomez | 1 | -0/+27 |
2024-02-02 | libgccjit: Implement sizeof operator | Antoni Boucher | 2 | -0/+60 |
2024-01-28 | testsuite, jit: Stabilize error output. | Iain Sandoe | 1 | -6/+15 |
2024-01-19 | libgccjit: Add missing builtins needed by optimizations | Antoni Boucher | 2 | -0/+94 |
2024-01-19 | libgccjit: Make is_int return false on vector types | Antoni Boucher | 1 | -0/+1 |
2024-01-18 | testsuite, jit, Darwin: Add libSystem to a test. | Iain Sandoe | 1 | -0/+5 |
2024-01-18 | testsuite, jit, Darwin: Handle Mach-O in assembler tests. | Iain Sandoe | 6 | -15/+31 |
2024-01-18 | testsuite, jit: Allow for target-specific assembler scans. | Iain Sandoe | 1 | -0/+28 |
2024-01-18 | testsuite, jit: Handle whitespace in test-link-section-assembler.c. | Iain Sandoe | 1 | -1/+1 |
2024-01-18 | testsuite, jit: test-alias-attribute.c requires alias support. | Iain Sandoe | 1 | -0/+1 |
2024-01-12 | [PATCH] libgccjit: Add support for function attributes and variable attributes. | Guillaume Gomez | 13 | -0/+1070 |
2024-01-10 | libgccjit: Fix GGC segfault when using -flto | Antoni Boucher | 2 | -0/+38 |
2023-08-29 | libgccjit: add support for `restrict` attribute on function parameters | Guillaume Gomez | 2 | -0/+80 |
2023-06-30 | jit.exp: handle dwarf version mismatch in jit-check-debug-info [PR110466] | David Malcolm | 1 | -0/+4 |
2023-06-30 | jit: avoid using __vector in testcase [PR110466] | David Malcolm | 1 | -11/+11 |
2023-03-02 | jit, testsuite: fix a failing test by updating its error string [PR107999] | Guillaume Gomez | 1 | -1/+1 |
2022-12-13 | libgccjit: Allow comparing vector types | Antoni Boucher | 1 | -0/+13 |
2022-12-06 | libgccjit: Fix float vector comparison | Antoni Boucher | 2 | -45/+204 |
2022-06-29 | libgccjit: Fix bug where unary_op will return an integer type instead of the ... | Antoni Boucher | 2 | -0/+90 |
2022-06-09 | libgccjit: Support getting the size of a float [PR105829] | Antoni Boucher | 1 | -0/+3 |
2022-04-12 | libgccjit: Add support for setting the alignment [PR104293] | Antoni Boucher | 2 | -0/+69 |
2022-04-12 | libgccjit: Add support for register variables [PR104072] | Antoni Boucher | 5 | -0/+136 |
2022-04-12 | libgccjit: Add support for bitcasts [PR104071] | Antoni Boucher | 4 | -0/+195 |
2022-04-12 | libgccjit: Add support for sized integer types, including 128-bit integers [P... | Antoni Boucher | 1 | -0/+131 |
2021-12-14 | Add support for global rvalue initialization and constructors | Petter Tomner | 14 | -0/+3115 |
2021-12-12 | libgccjit: Add support for setting the link section of global variables [PR10... | Antoni Boucher | 3 | -0/+73 |
2021-12-11 | libgccjit: Add support for TLS variable [PR95415] | Antoni Boucher | 2 | -0/+74 |
2021-12-11 | libgccjit: Add support for types used by atomic builtins [PR96066] [PR96067] | Antoni Boucher | 4 | -1/+138 |
2021-12-10 | jit: set DECL_CONTEXT of RESULT_DECL [PR103562] | David Malcolm | 2 | -0/+65 |
2021-11-19 | libgccjit: Add some reflection functions [PR96889] | Antoni Boucher | 2 | -0/+105 |
2021-11-03 | Testcase adjustments for pass vrp1. | Andrew MacLeod | 1 | -5/+5 |
2021-09-19 | Jit, testsuite: Amend expect processing to tolerate more platforms. | Iain Sandoe | 1 | -41/+85 |
2021-09-11 | libgccjit: Generate debug info for variables | Petter Tomner | 3 | -1/+101 |
2021-08-19 | testsuite, JIT, Darwin: Adjust asm tests for Mach-O. | Iain Sandoe | 2 | -0/+25 |
2021-08-19 | JIT, testsuite, Darwin: Initial testsuite fixes. | Iain Sandoe | 2 | -2/+7 |
2021-07-18 | libgccjit: Handle truncation and extension for casts [PR95498] | Antoni Boucher | 2 | -0/+76 |
2021-06-25 | jit: fix test-vector-* failures | David Malcolm | 2 | -0/+16 |
2021-06-25 | jit: fix test-asm failures on i?86 | David Malcolm | 2 | -2/+2 |
2021-02-18 | jit: fix ICE on BUILT_IN_TRAP [PR99126] | David Malcolm | 1 | -0/+59 |
2020-11-12 | jit: add support for inline asm [PR87291] | David Malcolm | 3 | -0/+976 |
2020-11-12 | jit: fix string escaping | David Malcolm | 1 | -0/+20 |
2020-09-11 | libgccjit: Add new gcc_jit_global_set_initializer entry point | Andrea Corallo | 2 | -0/+85 |
2020-07-20 | jit: Fix truncation of testsuite output [PR69435] | Alex Coplan | 1 | -10/+10 |
2020-06-03 | jit: implement BT_CONST_VOLATILE_PTR [PR 95306] | David Malcolm | 1 | -0/+1 |
2020-06-02 | jit: fix __builtin_unreachable [PR 95426] | David Malcolm | 2 | -0/+52 |