aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-86/+0
2007-03-09tree-ssa-structalias.c (variable_info): Remove finished_solution.Daniel Berlin1-7/+17
2007-03-02tree-ssa-structalias.c (could_have_pointers): Tidy.Diego Novillo1-21/+42
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-6/+6
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-28/+19
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-8/+11
2007-01-20tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field to unsigned.Ian Lance Taylor1-8/+8
2007-01-18tree-ssa-operands.c (vop_free_bucket_size): Never return value greater than N...Jan Hubicka1-5/+7
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-0/+9
2006-12-30tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches.Jan Hubicka1-0/+5
2006-12-26* tree-ssa-operands.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-12-24tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka1-22/+31
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-12-18Add memory reuse to virtual operands in the operand scanner.Andrew MacLeod1-290/+285
2006-12-11[multiple changes]Diego Novillo1-608/+816
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+247
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-10/+1
2006-12-05re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak1-5/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-10/+11
2006-12-04tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin1-5/+0
2006-11-30tree-ssa-operands.h (struct ssa_operands): New.Jan Hubicka1-56/+57
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-15/+20
2006-11-13re PR tree-optimization/29680 (Misscompilation of spec2006 gcc)H.J. Lu1-1/+6
2006-10-24re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak1-1/+1
2006-10-21tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin1-1/+3
2006-10-19Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin1-0/+3
2006-08-25re PR tree-optimization/28807 (wrong code with may_alias and structs)Andrew Pinski1-1/+4
2006-07-18re PR tree-optimization/28410 (Wrong aliasing with global var grouping during...Diego Novillo1-3/+7
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