summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-02-271-11/+8
* re PR middle-end/56288 (always true conditional expression in verify_ssa_name)Richard Biener2013-02-121-5/+5
* tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener2013-01-141-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* tree-ssa.c (warn_uninitialized_var): Use OPT_Wmaybe_uninitialized tag in the ...Eric Botcazou2012-12-031-5/+5
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-23/+21
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-4/+3
* predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor2012-08-241-1/+1
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-5/+5
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-2/+11
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-14/+5
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-8/+0
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-31/+27
* tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther2012-07-201-7/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-8/+3
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-3/+8
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther2012-05-111-2/+0
* Fix -Wuninitialized for -ftrack-macro-expansionDodji Seketeli2012-04-301-4/+11
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-0/+29
* re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther2012-02-241-2/+0
* tree-ssa.c (useless_type_conversion_p): Remove special-casing of conversions ...Richard Guenther2012-01-181-4/+0
* tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.Richard Guenther2011-12-051-82/+7
* re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek2011-12-031-1/+6
* re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek2011-11-281-1/+15
* tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE from vector or complex...Jakub Jelinek2011-10-131-0/+2
* re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek2011-10-061-6/+0
* gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther2011-09-091-1/+4
* re PR tree-optimization/48739 (ICE in check_loop_closed_ssa_use() with "-ftre...Jakub Jelinek2011-08-201-1/+5
* re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...Richard Guenther2011-08-111-118/+72
* ChangeLog gcc/Kai Tietz2011-07-211-4/+4
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+1
* re PR middle-end/48989 (FAIL: gfortran.dg/lto/pr46036 f_lto_pr46036_0.o assem...Richard Guenther2011-05-181-0/+7
* re PR tree-optimization/49000 (ICE: verify_ssa failed with -O2 -g)Jakub Jelinek2011-05-181-0/+11
* re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...Jakub Jelinek2011-05-111-0/+31
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-1/+1
* Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther2011-04-271-2/+0
* Implement -Wno-maybe-uninitializedXinliang David Li2011-04-261-5/+8
* re PR debug/48768 (ICE in get_expr_operands())Jakub Jelinek2011-04-261-1/+5
* re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther2011-04-121-13/+4
* tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther2011-03-251-1/+1
* ChangeLog gcc/Kai Tietz2011-03-251-1/+1
* re PR tree-optimization/48134 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther2011-03-171-7/+13
* re PR middle-end/26134 (fold *(float*)(&complex_float_var) into REALPART_EXPR...Richard Guenther2011-03-161-1/+13
* re PR rtl-optimization/48037 (Missed optimization: unnecessary register moves)Richard Guenther2011-03-151-8/+29
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1