aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-51/+102
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+2
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-36/+0
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-11/+8
2013-02-12re PR middle-end/56288 (always true conditional expression in verify_ssa_name)Richard Biener1-5/+5
2013-01-14tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-12-03tree-ssa.c (warn_uninitialized_var): Use OPT_Wmaybe_uninitialized tag in the ...Eric Botcazou1-5/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-23/+21
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-4/+3
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-1/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-5/+5
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-2/+11
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-14/+5
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-8/+0
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-31/+27
2012-07-20tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther1-7/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-8/+3
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-3/+8
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-11tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther1-2/+0
2012-04-30Fix -Wuninitialized for -ftrack-macro-expansionDodji Seketeli1-4/+11
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-0/+29
2012-02-24re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther1-2/+0
2012-01-18tree-ssa.c (useless_type_conversion_p): Remove special-casing of conversions ...Richard Guenther1-4/+0
2011-12-05tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.Richard Guenther1-82/+7
2011-12-03re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-1/+6
2011-11-28re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-1/+15
2011-10-13tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE from vector or complex...Jakub Jelinek1-0/+2
2011-10-06re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek1-6/+0
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-1/+4
2011-08-20re PR tree-optimization/48739 (ICE in check_loop_closed_ssa_use() with "-ftre...Jakub Jelinek1-1/+5
2011-08-11re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...Richard Guenther1-118/+72
2011-07-21ChangeLog gcc/Kai Tietz1-4/+4
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2011-05-18re PR middle-end/48989 (FAIL: gfortran.dg/lto/pr46036 f_lto_pr46036_0.o assem...Richard Guenther1-0/+7
2011-05-18re PR tree-optimization/49000 (ICE: verify_ssa failed with -O2 -g)Jakub Jelinek1-0/+11
2011-05-11re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...Jakub Jelinek1-0/+31
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-2/+0
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li1-5/+8
2011-04-26re PR debug/48768 (ICE in get_expr_operands())Jakub Jelinek1-1/+5
2011-04-12re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther1-13/+4
2011-03-25tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther1-1/+1
2011-03-25ChangeLog gcc/Kai Tietz1-1/+1
2011-03-17re PR tree-optimization/48134 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther1-7/+13