summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1
* re PR lto/47641 (gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_...Richard Guenther2011-02-081-4/+9
* re PR tree-optimization/47621 (Missed dependencies in address-taken optimizat...Richard Guenther2011-02-071-44/+39
* re PR middle-end/47281 (error: non-trivial conversion at assignment)Richard Guenther2011-01-141-5/+0
* re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther2011-01-111-0/+5
* c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2010-12-221-2/+2
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-2/+5
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-3/+3
* re PR tree-optimization/46217 (store to volatile is removed)Richard Guenther2010-11-031-3/+8
* gimple.h (gimple_register_canonical_type): Declare.Richard Guenther2010-10-221-2/+1
* re PR tree-optimization/45945 (ICE: verify_ssa failed: error: SSA_NAME_DEF_ST...Richard Guenther2010-10-091-5/+28
* tree-flow.h (execute_update_addresses_taken): Adjust.Eric Botcazou2010-09-231-20/+17
* Forgot to correct typo before committing last change.Michael Matz2010-09-081-1/+1
* re PR middle-end/45415 (ICE in partition_view_bitmap, at tree-ssa-live.c:334)Michael Matz2010-09-031-0/+16
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther2010-07-231-1/+1
* re PR middle-end/44738 (c-c++-common/uninit-17.c failed)Bernd Schmidt2010-07-211-0/+2