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/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
/
tree-ssa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
tree-ssa.c (useless_type_conversion_p): Remove special-casing of conversions ...
Richard Guenther
1
-4
/
+0
2011-12-05
tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.
Richard Guenther
1
-82
/
+7
2011-12-03
re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)
Jakub Jelinek
1
-1
/
+6
2011-11-28
re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)
Jakub Jelinek
1
-1
/
+15
2011-10-13
tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE from vector or complex...
Jakub Jelinek
1
-0
/
+2
2011-10-06
re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...
Jakub Jelinek
1
-6
/
+0
2011-09-09
gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...
Richard Guenther
1
-1
/
+4
2011-08-20
re PR tree-optimization/48739 (ICE in check_loop_closed_ssa_use() with "-ftre...
Jakub Jelinek
1
-1
/
+5
2011-08-11
re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...
Richard Guenther
1
-118
/
+72
2011-07-21
ChangeLog gcc/
Kai Tietz
1
-4
/
+4
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-2
/
+1
2011-05-18
re PR middle-end/48989 (FAIL: gfortran.dg/lto/pr46036 f_lto_pr46036_0.o assem...
Richard Guenther
1
-0
/
+7
2011-05-18
re PR tree-optimization/49000 (ICE: verify_ssa failed with -O2 -g)
Jakub Jelinek
1
-0
/
+11
2011-05-11
re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...
Jakub Jelinek
1
-0
/
+31
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-1
/
+1
2011-04-27
Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...
Richard Guenther
1
-2
/
+0
2011-04-26
Implement -Wno-maybe-uninitialized
Xinliang David Li
1
-5
/
+8
2011-04-26
re PR debug/48768 (ICE in get_expr_operands())
Jakub Jelinek
1
-1
/
+5
2011-04-12
re PR tree-optimization/46076 (constant propagation and compile-time math no ...
Richard Guenther
1
-13
/
+4
2011-03-25
tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
Richard Guenther
1
-1
/
+1
2011-03-25
ChangeLog gcc/
Kai Tietz
1
-1
/
+1
2011-03-17
re PR tree-optimization/48134 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....
Richard Guenther
1
-7
/
+13
2011-03-16
re PR middle-end/26134 (fold *(float*)(&complex_float_var) into REALPART_EXPR...
Richard Guenther
1
-1
/
+13
2011-03-15
re PR rtl-optimization/48037 (Missed optimization: unnecessary register moves)
Richard Guenther
1
-8
/
+29
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-1
/
+1
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-1
/
+1
2011-02-08
re PR lto/47641 (gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_...
Richard Guenther
1
-4
/
+9
2011-02-07
re PR tree-optimization/47621 (Missed dependencies in address-taken optimizat...
Richard Guenther
1
-44
/
+39
2011-01-14
re PR middle-end/47281 (error: non-trivial conversion at assignment)
Richard Guenther
1
-5
/
+0
2011-01-11
re PR tree-optimization/46076 (constant propagation and compile-time math no ...
Richard Guenther
1
-0
/
+5
2010-12-22
c-aux-info.c (gen_formal_list_for_type): Use prototype_p.
Nathan Froyd
1
-2
/
+2
2010-11-17
timevar.def (TV_IPA_OPT, [...]): New.
Michael Matz
1
-2
/
+5
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-3
/
+3
2010-11-03
re PR tree-optimization/46217 (store to volatile is removed)
Richard Guenther
1
-3
/
+8
2010-10-22
gimple.h (gimple_register_canonical_type): Declare.
Richard Guenther
1
-2
/
+1
2010-10-09
re PR tree-optimization/45945 (ICE: verify_ssa failed: error: SSA_NAME_DEF_ST...
Richard Guenther
1
-5
/
+28
2010-09-23
tree-flow.h (execute_update_addresses_taken): Adjust.
Eric Botcazou
1
-20
/
+17
2010-09-08
Forgot to correct typo before committing last change.
Michael Matz
1
-1
/
+1
2010-09-03
re PR middle-end/45415 (ICE in partition_view_bitmap, at tree-ssa-live.c:334)
Michael Matz
1
-0
/
+16
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-07-23
lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
Richard Guenther
1
-1
/
+1
2010-07-21
re PR middle-end/44738 (c-c++-common/uninit-17.c failed)
Bernd Schmidt
1
-0
/
+2
2010-07-21
re PR middle-end/45013 (Failed to build 483.xalancbmk in SPEC CPU 2006)
Richard Guenther
1
-1
/
+2
2010-07-21
tree-flow.h (referenced_var): Move define ...
Richard Guenther
1
-7
/
+6
2010-07-20
lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
Richard Guenther
1
-1
/
+1
2010-07-20
re PR debug/44971 (-fcompare-debug failure with uninitialized read in walk_gi...
Richard Guenther
1
-66
/
+140
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-1
/
+1
2010-07-07
re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...
Jan Hubicka
1
-0
/
+7
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-54
/
+152
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-1
/
+1
[next]