summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR middle-end/45013 (Failed to build 483.xalancbmk in SPEC CPU 2006)Richard Guenther2010-07-211-1/+2
* tree-flow.h (referenced_var): Move define ...Richard Guenther2010-07-211-7/+6
* lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther2010-07-201-1/+1
* re PR debug/44971 (-fcompare-debug failure with uninitialized read in walk_gi...Richard Guenther2010-07-201-66/+140
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka2010-07-071-0/+7
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-54/+152
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* predicate aware uninitialized analysisXinliang David Li2010-04-281-82/+7
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-2/+0
* re PR debug/42299 (another verify_ssa failure with -g -O2)Richard Henderson2009-12-071-3/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-13/+13
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-3/+5