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
/
gimple.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-19
gimple.h (create_tmp_reg): Declare.
Martin Jambor
1
-0
/
+1
2010-04-15
Makefile.in (OBJS-common): Add gimple-fold.o.
Richard Guenther
1
-0
/
+12
2010-04-12
gsstruct.def (GSS_CALL): New.
Richard Guenther
1
-0
/
+44
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-02-26
re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...
Richard Guenther
1
-1
/
+0
2010-01-07
gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
Richard Guenther
1
-40
/
+22
2009-12-15
gimple.h (compare_field_offset): Declare.
Richard Guenther
1
-0
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-9
/
+9
2009-11-24
tree.h (union tree_ann_d): Don't declare.
Michael Matz
1
-0
/
+4
2009-11-21
re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)
Alexandre Oliva
1
-0
/
+1
2009-11-18
gimple.h (union gimple_statement_d): Add gsmembase member.
Richard Guenther
1
-8
/
+9
2009-10-26
re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...
Janus Weil
1
-1
/
+0
2009-10-16
lto-symtab.c (merge_incomplete_and_complete_type): Remove.
Richard Guenther
1
-2
/
+0
2009-10-08
gimple.c (free_gimple_type_tables): New function.
Richard Guenther
1
-0
/
+1
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-0
/
+19
2009-09-14
builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.
Richard Henderson
1
-4
/
+32
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-24
/
+50
2009-09-11
gsstruct.def (DEFGSSTRUCT): Remove printable-name argument...
Richard Henderson
1
-11
/
+36
2009-09-09
gimple.h (CASE_GIMPLE_OMP): New.
Richard Henderson
1
-14
/
+23
2009-09-03
[multiple changes]
Diego Novillo
1
-0
/
+2
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-0
/
+163
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-1
/
+0
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-1
/
+1
2009-06-17
tree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversions...
Adam Nemet
1
-0
/
+1
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-63
/
+0
2009-05-15
re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)
Richard Guenther
1
-29
/
+38
2009-04-27
collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.
Ian Lance Taylor
1
-1
/
+1
2009-04-22
hashtab.h: Update GTY annotations to new syntax
Taras Glek
1
-49
/
+27
2009-04-20
Fix enum conversions which are invalid in C++:
Ian Lance Taylor
1
-3
/
+5
2009-04-16
gimple.c (gimple_copy): Do not clear addresses_taken bitmap.
Richard Guenther
1
-52
/
+13
2009-04-16
gimple.h (walk_stmt_load_store_addr_ops): Declare.
Richard Guenther
1
-0
/
+7
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-64
/
+78
2009-03-31
re PR middle-end/23401 (Gimplifier produces too many temporaries)
Richard Guenther
1
-5
/
+0
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-01-09
gimple.h (struct gimple_statement_base): Document the restrictions on its use.
Diego Novillo
1
-3
/
+5
2008-12-08
gimple.h (gimple_build_try): Fix declaration.
Andrew Haley
1
-1
/
+1
2008-11-13
re PR bootstrap/38100 (gcc fails to compile with (undefined symbol) gimple_ch...
Jakub Jelinek
1
-3
/
+0
2008-10-03
gimplify.c (gimplify_function_tree): For -finstrument-functions use gimple_bi...
Jakub Jelinek
1
-1
/
+1
2008-09-23
cgraph.c (cgraph_free_edge): Use sizeof(*e).
Martin Jambor
1
-1
/
+1
2008-09-21
gccint.texi: Include generic.texi and gimple.texi.
Diego Novillo
1
-1
/
+1
2008-09-03
re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....
Jan Hubicka
1
-0
/
+1
2008-09-03
re PR target/37436 (arm-cross-g++. internal compiler error: in extract_insn, ...
Jakub Jelinek
1
-0
/
+1
2008-09-02
backport: configure: Regenerate.
Sebastian Pop
1
-0
/
+6
2008-08-29
tree.c (build_function_type_skip_args, [...]): New functions.
Jan Hubicka
1
-0
/
+1
2008-08-23
tree.c (decl_address_ip_invariant_p): New function.
Jan Hubicka
1
-0
/
+5
2008-08-18
tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
Tomas Bily
1
-2
/
+1
2008-08-13
gimple.h (gimple_call_set_chain): Accept SSA variables.
Eric Botcazou
1
-1
/
+1
2008-08-09
gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
Richard Guenther
1
-6
/
+22
2008-08-08
re PR tree-optimization/37056 (ICE in build2_stat, at tree.c:3257)
Richard Guenther
1
-0
/
+11
2008-07-28
re PR ada/36957 (ACATS ce3801b ICE emit_move_insn, at expr.c:3381 post tuple ...
Richard Guenther
1
-1
/
+8
[next]