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/gfortran-test
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-15
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-15
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
2025-08-14
Daily bump.
GCC Administrator
1
-0
/
+13
2025-08-12
jit: don't use &vect[0] in libgccjit++.h [PR121516]
David Malcolm
1
-9
/
+9
2025-07-26
Daily bump.
GCC Administrator
1
-0
/
+27
2025-07-25
diagnostics: eliminate ::diagnostic_info typedef
David Malcolm
1
-3
/
+3
2025-07-25
diagnostics: convert diagnostic_t to enum class diagnostics::kind
David Malcolm
1
-2
/
+2
2025-07-25
diagnostics: move diagnostic_context to diagnostics::context in its own header
David Malcolm
2
-5
/
+8
2025-07-25
diagnostics: move diagnostic_info to its own header
David Malcolm
2
-3
/
+3
2025-07-25
diagnostics: move/rename output formats to diagnostics as "sinks"
David Malcolm
1
-8
/
+8
2025-04-29
Daily bump.
GCC Administrator
1
-0
/
+5
2025-04-28
Eliminate make-unique.h and ::make_unique
David Malcolm
1
-3
/
+3
2025-03-30
Daily bump.
GCC Administrator
1
-0
/
+4
2025-03-29
jit, Darwin: Update exports with ABI 28 throught 34.
Iain Sandoe
1
-0
/
+21
2025-03-14
Daily bump.
GCC Administrator
1
-0
/
+4
2025-03-13
Allow to build libgccjit with a soname bound to the GCC major version
Matthias Klose
1
-1
/
+1
2025-02-14
Daily bump.
GCC Administrator
1
-0
/
+7
2025-02-13
jit: add "final override" to diagnostic sink [PR116613]
David Malcolm
1
-1
/
+1
2025-02-08
Daily bump.
GCC Administrator
1
-0
/
+6
2025-02-07
jit/118780 - make sure to include dlfcn.h when plugin support is disabled
Richard Biener
2
-0
/
+2
2025-01-25
Daily bump.
GCC Administrator
1
-0
/
+11
2025-01-24
jit: fix for write_reproducer [PR117886]
David Malcolm
1
-2
/
+8
2025-01-23
Daily bump.
GCC Administrator
1
-0
/
+8
2025-01-22
jit: fix startup on aarch64
David Malcolm
1
-5
/
+3
2025-01-02
Update copyright years.
Jakub Jelinek
69
-110
/
+110
2025-01-02
Update Copyright year in ChangeLog files
Jakub Jelinek
1
-1
/
+1
2024-11-23
Daily bump.
GCC Administrator
1
-0
/
+7
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
3
-3
/
+0
2024-11-21
Daily bump.
GCC Administrator
1
-0
/
+130
2024-11-20
libgccjit: Add support for setting the comment ident
Antoni Boucher
9
-0
/
+149
2024-01-18
libgccjit: Add support for creating temporary variables
Antoni Boucher
8
-13
/
+132
2024-11-20
libgccjit: Add support for machine-dependent builtins
Antoni Boucher
11
-21
/
+458
2024-11-20
libgccjit: Allow comparing aligned int types
Antoni Boucher
2
-7
/
+28
2024-11-20
libgccjit: Add option to allow special characters in function names
Antoni Boucher
5
-6
/
+34
2024-11-20
libgccjit: Add vector permutation and vector access operations
Antoni Boucher
9
-0
/
+608
2024-11-20
libgccjit: Fix float playback for cross-compilation
Antoni Boucher
1
-13
/
+8
2024-11-20
libgccjit: Add type checks in gcc_jit_block_add_assignment_op
Antoni Boucher
1
-0
/
+21
2024-11-20
libgccjit: Support signed char flag
Antoni Boucher
1
-1
/
+1
2024-11-05
Daily bump.
GCC Administrator
1
-0
/
+43
2024-11-04
libgccjit: Add convert vector
Antoni Boucher
9
-0
/
+216
2024-11-04
libgccjit: Add gcc_jit_global_set_readonly
Antoni Boucher
9
-11
/
+84
2024-11-04
libgccjit: Add count zeroes builtins to ensure_optimization_builtins_exist
Antoni Boucher
1
-0
/
+6
2024-10-30
Daily bump.
GCC Administrator
1
-0
/
+15
2024-10-29
diagnostics: support multiple output formats simultaneously [PR116613]
David Malcolm
3
-16
/
+56
2024-10-26
Daily bump.
GCC Administrator
1
-0
/
+12
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-1
/
+1
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
3
-0
/
+3
2024-09-21
Daily bump.
GCC Administrator
1
-0
/
+9
2024-09-20
diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]
David Malcolm
1
-5
/
+6
2024-09-19
Daily bump.
GCC Administrator
1
-0
/
+4
2024-09-18
jit: Ensure ssize_t is defined
Francois-Xavier Coudert
1
-0
/
+5
2024-09-10
Daily bump.
GCC Administrator
1
-0
/
+6
[next]