aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-03re PR tree-optimization/27381 (ice on valid code with -O)Andrew MacLeod1-3/+6
2006-05-03re PR tree-optimization/26626 (ICE in in add_virtual_operand)Daniel Berlin1-0/+21
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-78/+8
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-1/+2
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-03-08tree-ssa-operands.c (finalize_ssa_def_ops): Move the declaration of ptr into ...Andreas Tobler1-1/+2
2006-03-08tree-ssa-opfinalize.h: Removed.Zdenek Dvorak1-111/+485
2006-03-03tree-ssa-operands.c: Tidy whitespace.Diego Novillo1-145/+126
2006-03-02tree-ssa-operands.c (update_stmt_operands): Update documentation.Diego Novillo1-3/+1
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-14/+15
2006-03-01tree-ssa-operands.c: Cleanup whitespace.Diego Novillo1-920/+919
2006-02-20ipa-type-escape.c: Tidy some comments and white space.Diego Novillo1-69/+77
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-3/+18
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-6/+9
2006-02-18re PR tree-optimization/26341 (930217-1.c and 931013-3.c ICE at -O2 and above...Daniel Berlin1-12/+2
2006-02-16tree-ssa-operands.c (access_can_touch_variable): Fix typo in previous change.Daniel Berlin1-1/+1
2006-02-15Add a little whitespaceDaniel Berlin1-0/+5
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-92/+296
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-0/+8
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+2
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-122/+109
2006-01-14re PR tree-optimization/22548 (Aliasing can not tell array members apart)Richard Guenther1-5/+9
2006-01-12tree-ssa-operands.c (add_call_clobber_ops): Use SFT_PARENT_VAR to try to avoi...Daniel Berlin1-4/+15
2006-01-11tree-ssa-operands.c (get_expr_operands): Record addressable variables directly.Zdenek Dvorak1-49/+9
2006-01-06re PR tree-optimization/25528 (missed LIM on the tree level (complex types))Andrew Pinski1-3/+5
2006-01-05re PR tree-optimization/22555 (array in struct disables salias subvars for ot...Richard Guenther1-3/+10
2005-12-19re PR tree-optimization/24793 (ICE: expected ssa_name, have var_decl in verif...Zdenek Dvorak1-6/+31
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-7/+8
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-42/+3
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-1/+1
2005-12-15tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther1-5/+6
2005-12-14tree-ssa-operands.c (build_ssa_operands): Update leading comment.Sebastian Pop1-21/+1
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-34/+0
2005-12-07re PR tree-optimization/25291 (ICE in tree-check add_call_clobber_ops)Daniel Berlin1-3/+1
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-2/+5
2005-11-13re PR tree-optimization/24709 (4.1.0 HEAD crashes with enable-checking on hug...Andrew MacLeod1-2/+2
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-10-31re PR tree-optimization/19097 (Quadratic behavior with many sets for the same...Andrew MacLeod1-19/+4
2005-10-05re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv...Andrew MacLeod1-315/+137
2005-09-30re PR tree-optimization/21430 (Quadratic behavior with constant initializers)Andrew MacLeod1-0/+22
2005-09-19tree-ssa-operands.c (swap_tree_operands): Export.Dorit Nuzman1-1/+1
2005-08-02re PR tree-optimization/23177 (internal compiler error with -O option)Richard Guenther1-1/+1
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-21reg-stack.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-3/+6
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-32/+67
2005-07-13* tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.Jan Hubicka1-1/+1
2005-07-12tree-ssa-operands.c (parse_ssa_operands): Fix formatting.Jan Hubicka1-3/+5
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-47/+41
2005-06-30[multiple changes]Daniel Berlin1-6/+6