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
/
jit-playback.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-21
libgccjit: silent 2 Clang warnings
Martin Liska
1
-2
/
+2
2022-12-06
libgccjit: Fix float vector comparison
Antoni Boucher
1
-1
/
+1
2022-11-19
jit: Use std::mutex instead of pthread_mutex_t
Jonathan Wakely
1
-2
/
+3
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-6
/
+6
2022-04-12
libgccjit: Add support for setting the alignment [PR104293]
Antoni Boucher
1
-0
/
+7
2022-04-12
libgccjit: Add support for register variables [PR104072]
Antoni Boucher
1
-0
/
+9
2022-04-12
libgccjit: Add support for bitcasts [PR104071]
Antoni Boucher
1
-0
/
+5
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-14
Add support for global rvalue initialization and constructors
Petter Tomner
1
-3
/
+17
2021-12-12
libgccjit: Add support for setting the link section of global variables [PR10...
Antoni Boucher
1
-0
/
+6
2021-12-11
libgccjit: Add support for TLS variable [PR95415]
Antoni Boucher
1
-0
/
+6
2021-09-11
libgccjit: Generate debug info for variables
Petter Tomner
1
-0
/
+5
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-12
jit: add support for inline asm [PR87291]
David Malcolm
1
-0
/
+27
2020-09-11
libgccjit: Add new gcc_jit_global_set_initializer entry point
Andrea Corallo
1
-0
/
+17
2020-05-27
jit: use deep unsharing of trees [PR 95314]
David Malcolm
1
-1
/
+6
2020-03-23
libgccjit: handle long literals in playback::context::new_string_literal
AndreaCorallo
1
-1
/
+0
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-07-04
introduce gcc_jit_context_new_bitfield
Andrea Corallo
1
-1
/
+10
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-04
jit: implement gcc_jit_context_new_rvalue_from_vector
David Malcolm
1
-0
/
+5
2017-09-27
jit: implement gcc_jit_function_get_address
David Malcolm
1
-0
/
+3
2017-08-10
jit: add gcc_jit_type_get_vector
David Malcolm
1
-0
/
+1
2017-04-24
types.rst (gccjit::type::get_const): Remove comment.
David Malcolm
1
-0
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-05-20
jit: implement gcc_jit_rvalue_set_bool_require_tail_call
David Malcolm
1
-3
/
+6
2016-05-17
jit: gcc diagnostics are jit errors
David Malcolm
1
-0
/
+7
2016-05-13
jit: use FINAL and OVERRIDE throughout
David Malcolm
1
-6
/
+6
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-08-25
Support embedding the driver in-process within libgccjit
David Malcolm
1
-0
/
+14
2015-08-03
Refactoring of timevar API
David Malcolm
1
-0
/
+2
2015-07-23
jit: supply MULTILIB_DEFAULTS as arguments when invoking driver
David Malcolm
1
-0
/
+3
2015-06-30
jit: add switch statements
David Malcolm
1
-0
/
+21
2015-06-05
Remove jit_langhook_post_compilation_parsing_cleanups
David Malcolm
1
-2
/
+0
2015-06-05
Fix build of jit after debug-early merger
David Malcolm
1
-3
/
+1
2015-01-20
New jit API entrypoint: gcc_jit_context_compile_to_file
David Malcolm
1
-1
/
+53
2015-01-12
jit: API change to gcc_jit_context_new_global
David Malcolm
1
-0
/
+6
2015-01-09
New jit API entrypoint: gcc_jit_context_new_rvalue_from_long
David Malcolm
1
-10
/
+3
2015-01-08
New jit API entrypoint: gcc_jit_context_set_logfile
David Malcolm
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-09
Add jit-tempdir.{c|h}
David Malcolm
1
-10
/
+5
2014-12-09
Guard less code with the JIT mutex
David Malcolm
1
-0
/
+3
2014-12-09
jit-playback.c: Move dlopen code into a new function
David Malcolm
1
-0
/
+3
2014-12-09
PR jit/64166: Add API entrypoint gcc_jit_context_enable_dump
David Malcolm
1
-2
/
+10
2014-12-01
PR jit/64020: Fixes to handling of builtins
David Malcolm
1
-0
/
+5
2014-12-01
jit-playback: Move dso-creation into its own function
David Malcolm
1
-0
/
+3
2014-12-01
jit-playback: Move argv-creation to its own function
David Malcolm
1
-0
/
+8
[next]