aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-04re PR middle-end/34334 (ICE in vuses_compare, at tree-vn.c:118)Richard Guenther1-3/+17
2007-11-23tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.Richard Guenther1-3/+5
2007-11-20tree-ssa-operands.c (add_virtual_operand): Consistently prune accesses.Richard Guenther1-1/+0
2007-11-16re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-85/+27
2007-11-13pr 33870Diego Novillo1-9/+43
2007-11-07re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo1-2/+42
2007-11-06tree-flow.h (struct fieldoff): Reformat comment.Diego Novillo1-33/+37
2007-10-30tree-ssa-operands.c (add_vars_for_offset): Fix exit test of loop adding SFTs ...Richard Guenther1-1/+2
2007-10-29re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-34/+6
2007-10-29tree-flow-inline.h (get_subvar_at): Use binary search.Richard Guenther1-68/+63
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-28/+62
2007-10-28tree-ssa-operands.c (add_vars_for_offset): Add parameter telling if the var i...Richard Guenther1-7/+12
2007-10-28tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.Richard Guenther1-46/+59
2007-10-28tree-flow.h (subvar_t): Make it a VEC.Richard Guenther1-16/+22
2007-10-27re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-61/+47
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-0/+50
2007-09-13re PR tree-optimization/33389 (Revision 128239 causes libgomp failure)James E Wilson1-1/+8
2007-09-09tree-ssa-operands.c (add_virtual_operand): Only mark stores as has_volatile_o...Richard Guenther1-1/+2
2007-09-07re PR middle-end/33330 (Wrong alias for accessing scalar through array)Richard Guenther1-0/+17
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-4/+55
2007-09-05Revert:Jan Hubicka1-2/+1
2007-09-04tree-ssa-operands.c (add_virtual_operand): Only mark stores as has_volatile_o...Richard Biener1-1/+2
2007-09-01tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V...Richard Guenther1-14/+12
2007-08-19Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin1-48/+120
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-7/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-13re PR tree-optimization/32721 (CCP removes volatile qualifiers.)Richard Guenther1-0/+3
2007-07-07tree-ssa-operands.c (realloc_vop, [...]): Remove.Kazu Hirata1-93/+0
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+4
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-34/+35
2007-04-20tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.Zdenek Dvorak1-0/+1
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