aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-15re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-11/+0
2006-06-08re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-0/+11
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-0/+41
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-14/+14
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-2/+2
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-10/+8
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-9/+0
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-2/+3
2005-12-17tree-flow-inline.h (set_default_def, [...]): Kill.Jan Hubicka1-0/+3
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+1
2005-11-16re PR middle-end/23497 (Bogus 'is used uninitialized...' warning about std::c...Richard Henderson1-4/+19
2005-11-10tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin1-1/+2
2005-11-08re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin1-0/+1
2005-07-19re PR tree-optimization/22278 (gcc -O2 discards cast to volatile)Richard Henderson1-0/+9
2005-07-13tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka1-1/+1
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-2/+1
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-28/+28
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-1/+1
2005-06-30[multiple changes]Daniel Berlin1-14/+31
2005-06-27tree-optimize.c (exercute_free_datastructures): Do not disband implicit edges...Jan Hubicka1-6/+12
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR tree-optimization/21923 (Ada compiler fails to build on gcc 4.1)Andrew Pinski1-1/+3
2005-06-07tree-ssa.c (tree_ssa_useless_type_conversion_1): Fix comments.Richard Guenther1-4/+5
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-9/+6
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-9/+17
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-22[multiple changes]Diego Novillo1-3/+7
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-6/+10
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-4/+1
2005-04-11re PR middle-end/20933 (gcc can no longer bootstrap itself)Diego Novillo1-4/+25
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-314/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-68/+92
2005-04-05tree-ssa.c (execute_early_warn_uninitialized): Pass context node to talk_tree...Per Bothner1-7/+12
2005-03-30tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m...Daniel Berlin1-0/+7
2005-03-12tree-ssa.c (kill_redundant_phi_nodes): Remove local variable var.Kazu Hirata1-5/+2
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1
2005-03-05predict.c (apply_return_prediction): Standardize PHI chain walking.Kazu Hirata1-4/+2
2005-02-28re PR middle-end/19874 (ICE in emit_move_insn with __attribute__((mode (QI)))...Roger Sayle1-5/+8
2005-02-23re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo1-0/+2
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-9/+9
2005-02-03re PR tree-optimization/19736 (ICE with type mismatch between SSA_NAME and it...Andrew Pinski1-0/+2
2005-02-02re PR tree-optimization/19578 (function pointer propagation fails for noretur...Richard Sandiford1-0/+1
2005-02-01re PR tree-optimization/19670 (testsuite failure: gcc.c-torture/execute/built...Diego Novillo1-2/+1
2005-01-24tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata1-4/+2
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)Diego Novillo1-14/+59