aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow-inline.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-07Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...Daniel Berlin1-9/+1
2007-07-07re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin1-1/+9
2007-06-08tree-flow-inline.h (var_ann): Replaced erroneous '=' assignment in gcc_assert...Simon Baldwin1-1/+1
2007-04-23tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak1-10/+40
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-25/+7
2007-03-28tree.c (is_global_var): Move ...Richard Guenther1-0/+11
2007-02-16tree-flow-inline.h (single_imm_use_p): Remove.Richard Guenther1-19/+0
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-4/+3
2006-12-30tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka1-3/+3
2006-12-23tree-flow-inline.h (var_ann): External variable annotations are unshared too.Jan Hubicka1-1/+4
2006-12-20tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka1-0/+19
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-1/+1
2006-12-11[multiple changes]Diego Novillo1-103/+118
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+37
2006-12-10New out of ssa Coalescer.Andrew MacLeod1-0/+12
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-9/+11
2006-11-30tree-ssa-operands.h (struct ssa_operands): New.Jan Hubicka1-0/+6
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-7/+74
2006-10-30tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin1-0/+39
2006-10-13tree-flow-inline.h (zero_ssa_operands): Fix comment.Daniel Berlin1-2/+2
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-7/+9
2006-05-08see.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-05-02* tree-flow-inline.h (op_iter_init_phiuse): Fixed typo.Tom Tromey1-2/+2
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-77/+155
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-1/+10
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-5/+7
2006-02-09+2006-02-09 Andrew Pinski <pinskia@physics.uc.edu> + + * tree-flow-inline.h...Andrew Pinski1-0/+4
2006-02-02tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini1-26/+4
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-15/+5
2006-01-14re PR tree-optimization/22548 (Aliasing can not tell array members apart)Richard Guenther1-5/+3
2006-01-06re PR tree-optimization/25528 (missed LIM on the tree level (complex types))Andrew Pinski1-3/+18
2005-12-22ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin1-0/+22
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-1/+1
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+3
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-3/+3
2005-12-17tree-flow-inline.h (set_default_def, [...]): Kill.Jan Hubicka1-17/+0
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-6/+8
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-11-04tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec...Richard Guenther1-17/+19
2005-09-27re PR tree-optimization/23625 (ICE: in bsi_after_labels, at tree-flow-inline....Devang Patel1-8/+1
2005-09-22tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ...Daniel Berlin1-0/+15
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-4/+4
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-2/+2
2005-07-25tree-dfa.c (mark_new_vars_to_rename): Protect against calling with a PHI_NODE...Richard Guenther1-1/+1
2005-07-19re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_...Daniel Berlin1-1/+13
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-1/+15
2005-06-30[multiple changes]Daniel Berlin1-4/+85
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-1/+0
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-9/+2