aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-465/+258
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-26/+38
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-9/+14
2008-06-06tree-ssa-structalias.c (merge_smts_into): Remove.Richard Guenther1-1/+2
2008-05-23tree-ssa-operands.c (mark_difference_for_renaming): Use bitmap_xor.Richard Guenther1-7/+1
2008-05-15treestruct.def (TS_STRUCT_FIELD_TAG): Remove.Diego Novillo1-3/+1
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-241/+25
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+1
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-25/+28
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-28/+25
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-25/+28
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-28/+25
2008-01-08re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther1-1/+1
2008-01-02re PR tree-optimization/34093 (ICE in ssa_operand_alloc, at tree-ssa-operands...Richard Guenther1-5/+4
2007-12-14re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag ...Richard Guenther1-5/+12
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