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/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
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
2015-06-17
jit: Add missing type-checking to gcc_jit_{l|r}value_access_field
David Malcolm
3
-0
/
+221
2015-06-16
jit: Add a test for compound assignment
David Malcolm
2
-0
/
+167
2015-06-16
PR jit/66539: Properly add testcase
David Malcolm
1
-0
/
+3
2015-06-16
PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_string
David Malcolm
3
-11
/
+214
2015-05-06
jit: add test-benchmark.c
David Malcolm
3
-1
/
+247
2015-02-07
Add new files erroneously omitted from r220494.
David Malcolm
2
-0
/
+142
2015-02-06
PR jit/64752 - Rewrite jit testsuite to eliminate use of "file"
David Malcolm
6
-248
/
+170
2015-01-20
New jit API entrypoint: gcc_jit_context_compile_to_file
David Malcolm
6
-5
/
+538
2015-01-19
Fix int vs bool issue in jit.dg/test-arith-overflow.c
David Malcolm
1
-7
/
+9
2015-01-16
Add missing testcase accidentally omitted from r219681
David Malcolm
1
-0
/
+64
2015-01-13
jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_file
David Malcolm
3
-11
/
+115
2015-01-12
libgccjit: detect various kinds of errors relating to params and locals
David Malcolm
5
-0
/
+309
2015-01-12
jit: API change to gcc_jit_context_new_global
David Malcolm
5
-17
/
+80
2015-01-09
Simplify jit.dg/test-combination.c
David Malcolm
3
-134
/
+92
2015-01-09
Add new file gcc/testsuite/jit.dg/test-constants.c erroneously omitted from r...
David Malcolm
1
-0
/
+339
2015-01-09
New jit API entrypoint: gcc_jit_context_new_rvalue_from_long
David Malcolm
3
-0
/
+12
2015-01-08
jit: New API entrypoint: gcc_jit_context_get_last_error
David Malcolm
2
-0
/
+5
2015-01-08
New jit API entrypoint: gcc_jit_context_set_logfile
David Malcolm
2
-1
/
+63
2015-01-08
Add new jit testcase accidentally omitted from r219320
David Malcolm
1
-0
/
+223
2015-01-08
jit: Add checking for dereference of void *
David Malcolm
1
-0
/
+96
2015-01-07
API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op
David Malcolm
1
-0
/
+13
2015-01-07
Add test of handling arithmetic-overflow from JIT
David Malcolm
3
-0
/
+12
2015-01-07
jit.exp: support C++ testcases
David Malcolm
1
-10
/
+68
2015-01-07
jit.exp: add __func__ to help test-{combination|threads}.c
David Malcolm
1
-31
/
+47
2015-01-07
jit.exp: Don't drop the extension from the testcase when naming executable
David Malcolm
1
-1
/
+13
2014-12-19
Fix casting non-"int" to bool.
David Malcolm
1
-0
/
+38
2014-12-09
jit: Add new testcase missing from r218521
David Malcolm
1
-0
/
+27
2014-12-09
PR jit/64166: Add API entrypoint gcc_jit_context_enable_dump
David Malcolm
3
-0
/
+76
2014-12-01
jit.exp: Verify the exit status of the spawnee
David Malcolm
1
-0
/
+30
2014-12-01
jit.exp: fix timeout bug inherited from dejagnu.exp
David Malcolm
1
-1
/
+1
2014-12-01
PR jit/63854: Add support for running "make check-jit" under valgrind
David Malcolm
1
-1
/
+77
2014-12-01
PR jit/63969: Fix segfault in error-handling when driver isn't found
David Malcolm
2
-0
/
+69
2014-12-01
jit.exp: Avoid embedding full paths into test results
David Malcolm
1
-1
/
+2
2014-11-19
PR jit/63854: Fix leaks in test-fuzzer.c
David Malcolm
1
-0
/
+6
2014-11-11
Merger of dmalcolm/jit branch from git
David Malcolm
60
-0
/
+8677