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
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-03
Update copyright years.
Jakub Jelinek
43
-82
/
+82
2017-10-31
jit: add a way to preserve testsuite executables
David Malcolm
2
-7
/
+21
2017-10-04
jit: implement gcc_jit_context_new_rvalue_from_vector
David Malcolm
5
-481
/
+593
2017-09-28
jit: document function pointers
David Malcolm
5
-483
/
+666
2017-09-27
jit: implement gcc_jit_function_get_address
David Malcolm
4
-385
/
+475
2017-08-10
jit: add gcc_jit_type_get_vector
David Malcolm
4
-461
/
+614
2017-04-24
types.rst (gccjit::type::get_const): Remove comment.
David Malcolm
4
-451
/
+575
2017-01-01
Update copyright years.
Jakub Jelinek
42
-80
/
+80
2016-05-20
jit: implement gcc_jit_rvalue_set_bool_require_tail_call
David Malcolm
2
-0
/
+31
2016-05-17
jit: document gcc_jit_context_new_call_through_ptr
David Malcolm
2
-374
/
+405
2016-01-19
PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-up
David Malcolm
3
-500
/
+618
2016-01-04
Update copyright years.
Jakub Jelinek
42
-80
/
+80
2015-08-25
Support embedding the driver in-process within libgccjit
David Malcolm
4
-2
/
+51
2015-08-03
Refactoring of timevar API
David Malcolm
5
-268
/
+889
2015-07-23
jit: supply MULTILIB_DEFAULTS as arguments when invoking driver
David Malcolm
2
-29
/
+25
2015-07-16
jit: Add guide for submitting patches to jit docs
David Malcolm
2
-3
/
+240
2015-07-01
jit: document union types
David Malcolm
2
-395
/
+505
2015-07-01
jit: clarify (lack of) lifetime requirements on input const char *
David Malcolm
6
-3
/
+127
2015-06-30
jit: add switch statements
David Malcolm
6
-278
/
+878
2015-06-30
PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks
David Malcolm
4
-410
/
+520
2015-06-30
PR jit/66628: add gcc_jit_context_add_command_line_option
David Malcolm
5
-393
/
+753
2015-06-30
jit: fix some .rst issues in docs
David Malcolm
3
-53
/
+55
2015-04-09
PR jit/65691: Fix copy&paste error in docs
David Malcolm
3
-5
/
+5
2015-03-13
jit docs: Add "Packaging notes" section
David Malcolm
2
-6
/
+118
2015-03-05
jit documentation fixes
David Malcolm
6
-358
/
+383
2015-02-04
More fixes for update_web_docs_svn for jit docs (PR jit/64257)
David Malcolm
1
-1
/
+1
2015-02-04
jit: fix typo in docs
David Malcolm
2
-3
/
+3
2015-02-03
jit: option-logging
David Malcolm
2
-0
/
+34
2015-02-03
PR jit/64810: driver, arm, jit: configure-time default options
David Malcolm
2
-5
/
+15
2015-01-27
toplev: gcc version information for jit
David Malcolm
2
-1
/
+5
2015-01-27
Fix gcc_jit_context_get_last_error docs
David Malcolm
3
-9
/
+9
2015-01-20
New jit API entrypoint: gcc_jit_context_compile_to_file
David Malcolm
11
-538
/
+2392
2015-01-15
2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
Richard Sandiford
39
-74
/
+74
2015-01-13
jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_file
David Malcolm
4
-386
/
+481
2015-01-12
jit: API change to gcc_jit_context_new_global
David Malcolm
4
-283
/
+454
2015-01-09
New jit API entrypoint: gcc_jit_context_new_rvalue_from_long
David Malcolm
3
-331
/
+362
2015-01-09
PR jit/64206: delay cleanup of tempdir if the user has requested debuginfo
David Malcolm
2
-6
/
+37
2015-01-08
jit: New API entrypoint: gcc_jit_context_get_last_error
David Malcolm
2
-383
/
+417
2015-01-08
New jit API entrypoint: gcc_jit_context_set_logfile
David Malcolm
4
-373
/
+753
2015-01-07
API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op
David Malcolm
2
-309
/
+343
2015-01-07
jit.exp: support C++ testcases
David Malcolm
2
-5
/
+25
2015-01-07
jit.exp: Don't drop the extension from the testcase when naming executable
David Malcolm
2
-15
/
+15
2014-12-11
Document gccjit::context::set_str_option
David Malcolm
2
-148
/
+174
2014-12-10
Document libgccjit++.h
David Malcolm
24
-35
/
+10135
2014-12-09
toyvm.c: use correct path in debuginfo
David Malcolm
1
-8
/
+23
2014-12-09
PR jit/63854: Document how to run the jit testsuite under valgrind
David Malcolm
2
-10
/
+112
2014-12-09
PR jit/64166: Add API entrypoint gcc_jit_context_enable_dump
David Malcolm
2
-146
/
+277
2014-12-01
Improvements to documentation of gcc_jit_context_release
David Malcolm
5
-12
/
+110
2014-12-01
PR jit/64018: Add description of error-handling to the JIT tutorial
David Malcolm
3
-253
/
+364
2014-12-01
PR jit/64020: Fixes to handling of builtins
David Malcolm
2
-195
/
+404
[next]