index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
jit.dg
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-27
jit: use deep unsharing of trees [PR 95314]
David Malcolm
2
-0
/
+66
2020-05-26
jit: fix missing types for builtins [PR 95306]
David Malcolm
4
-0
/
+131
2020-05-26
jit: check for void types [PR 95296]
David Malcolm
3
-2
/
+52
2020-05-14
Skip jit tests for targets that don't support -lgccjit
H.J. Lu
1
-0
/
+5
2020-03-31
libgccjit: add new version entry point
AndreaCorallo
2
-0
/
+36
2020-03-30
lra: set insn_code_data to NULL when freeing
David Malcolm
1
-0
/
+10
2020-03-23
libgccjit: handle long literals in playback::context::new_string_literal
AndreaCorallo
2
-0
/
+64
2019-10-10
Documentation hyperlinks for [-Wname-of-option] (PR 87488)
David Malcolm
1
-2
/
+3
2019-07-22
[jit] check result_type in gcc_jit_context_new_unary_op
Andrea Corallo
2
-3
/
+41
2019-07-04
jit: gcc_jit_context_new_binary_op check res type
Andrea Corallo
1
-0
/
+41
2019-07-04
introduce gcc_jit_context_new_bitfield
Andrea Corallo
5
-0
/
+303
2019-02-05
libgccjit: introduce gcc_jit_context_add_driver_option
Andrea Corallo
4
-0
/
+90
2019-01-08
Fix jit test case (PR jit/88747)
David Malcolm
1
-1
/
+1
2018-11-26
test-long-names.c: Fix build with -Wformat-security.
Matthias Klose
1
-1
/
+1
2018-01-25
Fix jit.dg/test-alignment* (PR jit/82846)
David Malcolm
2
-2
/
+2
2017-11-22
jit: update test suite for change to -Warray-bounds
David Malcolm
1
-1
/
+2
2017-10-31
jit: add a way to preserve testsuite executables
David Malcolm
1
-0
/
+9
2017-10-04
jit: implement gcc_jit_context_new_rvalue_from_vector
David Malcolm
2
-0
/
+241
2017-09-28
jit: handle equality of function pointer types
David Malcolm
2
-7
/
+118
2017-09-27
jit: implement gcc_jit_function_get_address
David Malcolm
2
-0
/
+153
2017-09-14
Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)
David Malcolm
1
-0
/
+22
2017-08-18
jit: fix segfault with autovectorization (PR tree-optimization/46805)
David Malcolm
2
-0
/
+385
2017-08-10
jit: add gcc_jit_type_get_vector
David Malcolm
4
-0
/
+246
2017-06-20
Fix -Werror=class-memaccess failures in jit testsuite (PR jit/81144)
David Malcolm
2
-4
/
+2
2017-04-24
types.rst (gccjit::type::get_const): Remove comment.
David Malcolm
4
-0
/
+448
2017-01-18
jit.dg: fix issue with compilation of test-threads.c
David Malcolm
1
-22
/
+29
2016-05-20
jit: implement gcc_jit_rvalue_set_bool_require_tail_call
David Malcolm
3
-0
/
+212
2016-05-17
jit: gcc diagnostics are jit errors
David Malcolm
1
-0
/
+72
2015-08-25
Support embedding the driver in-process within libgccjit
David Malcolm
1
-0
/
+4
2015-08-06
jit.dg/test-benchmark.c: add a summary of timings
David Malcolm
1
-3
/
+15
2015-08-03
Refactoring of timevar API
David Malcolm
3
-2
/
+61
2015-07-08
Fix comments in a jit testcase
David Malcolm
1
-16
/
+4
2015-07-08
PR jit/66783: improve error messages
David Malcolm
3
-3
/
+3
2015-07-07
PR jit/66783: prevent use of opaque structs
David Malcolm
4
-1
/
+106
2015-07-07
PR jit/66779: fix segfault
David Malcolm
2
-0
/
+153
2015-07-01
PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPR
David Malcolm
2
-0
/
+119
2015-07-01
jit: document union types
David Malcolm
1
-0
/
+4
2015-06-30
jit: add switch statements
David Malcolm
9
-0
/
+760
2015-06-30
PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks
David Malcolm
2
-0
/
+55
2015-06-30
PR jit/66628: add gcc_jit_context_add_command_line_option
David Malcolm
2
-0
/
+139
[next]