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
/
tree-ssa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-03
tree-ssa.c (warn_uninitialized_var): Use OPT_Wmaybe_uninitialized tag in the ...
Eric Botcazou
1
-5
/
+5
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-23
/
+21
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+3
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-1
/
+1
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-4
/
+3
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-1
/
+1
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-5
/
+5
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-2
/
+11
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-14
/
+5
2012-08-01
tree-complex.c (init_parameter_lattice_values): Don't call var_ann.
Michael Matz
1
-8
/
+0
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-31
/
+27
2012-07-20
tree-dfa.c (collect_dfa_stats): Simplify.
Richard Guenther
1
-7
/
+2
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-3
/
+0
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-8
/
+3
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-3
/
+8
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-11
tree-pass.h (pass_rest_of_compilation, [...]): Remove.
Richard Guenther
1
-2
/
+0
2012-04-30
Fix -Wuninitialized for -ftrack-macro-expansion
Dodji Seketeli
1
-4
/
+11
2012-04-12
Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
Richard Guenther
1
-0
/
+29
2012-02-24
re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)
Richard Guenther
1
-2
/
+0
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
[next]