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
/
jit
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
Daily bump.
GCC Administrator
1
-0
/
+9
2020-08-22
libgccjit: Update comments for gcc_jit_context_new_rvalue_from* functions
Andrea Corallo
1
-5
/
+9
2020-06-16
Daily bump.
GCC Administrator
1
-0
/
+6
2020-06-16
gcc/jit: Rename libgccjit.dll to libgccjit-0.dll.
Nicolas Bertolo
1
-8
/
+10
2020-06-04
Daily bump.
GCC Administrator
1
-0
/
+6
2020-06-03
jit: implement BT_CONST_VOLATILE_PTR [PR 95306]
David Malcolm
1
-1
/
+3
2020-06-03
Daily bump.
GCC Administrator
1
-0
/
+33
2020-06-02
jit: fix __builtin_unreachable [PR 95426]
David Malcolm
1
-1
/
+459
2020-05-29
Daily bump.
GCC Administrator
1
-0
/
+22
2020-05-28
jit: port libgccjit to Windows
Nicolás Bértolo
8
-20
/
+406
2020-05-28
Daily bump.
GCC Administrator
1
-0
/
+13
2020-05-27
jit: use deep unsharing of trees [PR 95314]
David Malcolm
2
-1
/
+9
2020-05-27
jit: fix libgccjit.info entry [PR 91330]
David Malcolm
2
-3
/
+3
2020-05-27
Daily bump.
GCC Administrator
1
-0
/
+52
2020-05-26
jit: fix missing types for builtins [PR 95306]
David Malcolm
4
-11
/
+148
2020-05-26
jit: fix sphinx formatting issues in docs
David Malcolm
3
-615
/
+618
2020-05-26
jit: check for void types [PR 95296]
David Malcolm
7
-2573
/
+1402
2020-03-31
libgccjit: add new version entry point
AndreaCorallo
6
-1
/
+138
2020-03-23
libgccjit: handle long literals in playback::context::new_string_literal
AndreaCorallo
3
-9
/
+19
2020-01-01
Update copyright years.
Jakub Jelinek
65
-104
/
+108
2019-11-29
Remove unused decimal floating-point pointer types
Julian Brown
2
-3
/
+5
2019-11-20
jit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC since r278084 (PR jit/92483)
David Malcolm
2
-4
/
+8
2019-08-13
Use checking forms of DECL_FUNCTION_CODE (PR 91421)
Richard Sandiford
2
-3
/
+7
2019-08-10
Assorted ChangeLog cleanups.
Jakub Jelinek
1
-4
/
+4
2019-07-22
[jit] check result_type in gcc_jit_context_new_unary_op
Andrea Corallo
4
-5
/
+26
2019-07-04
jit: gcc_jit_context_new_binary_op check res type
Andrea Corallo
2
-0
/
+11
2019-07-04
introduce gcc_jit_context_new_bitfield
Andrea Corallo
12
-20
/
+341
2019-03-21
hash-table.h (hash_table): Add Lazy template parameter defaulted to false...
Jakub Jelinek
2
-1
/
+6
2019-02-05
libgccjit: introduce gcc_jit_context_add_driver_option
Andrea Corallo
10
-1
/
+169
2019-01-01
Update copyright years.
Jakub Jelinek
65
-104
/
+108
2018-11-15
Machine-readable diagnostic output (PR other/19165)
David Malcolm
2
-1
/
+7
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
3
-3
/
+7
2018-10-17
Run selftests for C++ as well as C
David Malcolm
2
-0
/
+7
2018-08-27
Replace 8 spaces with a tabular in ChangeLog files.
Martin Liska
1
-1
/
+1
2018-06-28
Makefile.in: Add opt-suggestions.o.
Martin Liska
2
-0
/
+5
2018-06-28
Introduce auto_string_vec class.
Martin Liska
2
-22
/
+9
2018-03-21
Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR jit/84288)
Rainer Orth
2
-1
/
+6
2018-03-09
jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and P...
David Malcolm
2
-2
/
+26
2018-01-25
jit: remove some unused fields from recording::union_ (PR jit/81672)
David Malcolm
2
-4
/
+6
2018-01-03
Update copyright years.
Jakub Jelinek
65
-104
/
+108
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
6
-27
/
+36
2017-11-30
spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.
Jakub Jelinek
2
-1
/
+7
2017-11-28
tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.
Jakub Jelinek
2
-15
/
+9
2017-11-23
[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...
Tom de Vries
2
-1
/
+8
2017-10-31
jit: add a way to preserve testsuite executables
David Malcolm
3
-7
/
+28
2017-10-04
jit: implement gcc_jit_context_new_rvalue_from_vector
David Malcolm
15
-521
/
+984
2017-09-28
jit: document function pointers
David Malcolm
6
-483
/
+677
2017-09-28
jit: handle equality of function pointer types
David Malcolm
3
-1
/
+65
2017-09-27
jit: implement gcc_jit_function_get_address
David Malcolm
14
-386
/
+677
2017-09-14
Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)
David Malcolm
2
-1
/
+10
[next]