summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
Commit message (Expand)AuthorAgeFilesLines
...
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-28/+62
* tree-ssa-operands.c (add_vars_for_offset): Add parameter telling if the var i...Richard Guenther2007-10-281-7/+12
* tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.Richard Guenther2007-10-281-46/+59
* tree-flow.h (subvar_t): Make it a VEC.Richard Guenther2007-10-281-16/+22
* re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther2007-10-271-61/+47
* tree-parloops.c: New file.Zdenek Dvorak2007-09-151-0/+50
* re PR tree-optimization/33389 (Revision 128239 causes libgomp failure)James E Wilson2007-09-131-1/+8
* tree-ssa-operands.c (add_virtual_operand): Only mark stores as has_volatile_o...Richard Guenther2007-09-091-1/+2
* re PR middle-end/33330 (Wrong alias for accessing scalar through array)Richard Guenther2007-09-071-0/+17
* cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak2007-09-071-4/+55
* Revert:Jan Hubicka2007-09-051-2/+1
* tree-ssa-operands.c (add_virtual_operand): Only mark stores as has_volatile_o...Richard Biener2007-09-041-1/+2
* tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V...Richard Guenther2007-09-011-14/+12
* Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin2007-08-191-48/+120
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-7/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR tree-optimization/32721 (CCP removes volatile qualifiers.)Richard Guenther2007-07-131-0/+3
* tree-ssa-operands.c (realloc_vop, [...]): Remove.Kazu Hirata2007-07-071-93/+0
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-0/+4
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-34/+35
* tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.Zdenek Dvorak2007-04-201-0/+1
* re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo2007-04-111-86/+0
* tree-ssa-structalias.c (variable_info): Remove finished_solution.Daniel Berlin2007-03-091-7/+17
* tree-ssa-structalias.c (could_have_pointers): Tidy.Diego Novillo2007-03-021-21/+42
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-6/+6
* re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo2007-02-081-28/+19
* tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin2007-01-291-8/+11
* tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field to unsigned.Ian Lance Taylor2007-01-201-8/+8
* tree-ssa-operands.c (vop_free_bucket_size): Never return value greater than N...Jan Hubicka2007-01-181-5/+7
* re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka2007-01-111-0/+9
* tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches.Jan Hubicka2006-12-301-0/+5
* * tree-ssa-operands.c: Fix a comment typo.Kazu Hirata2006-12-261-1/+1
* tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka2006-12-241-22/+31
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-3/+3
* Add memory reuse to virtual operands in the operand scanner.Andrew MacLeod2006-12-181-290/+285
* [multiple changes]Diego Novillo2006-12-111-608/+816
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-1/+247
* tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin2006-12-051-10/+1
* re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak2006-12-051-5/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-10/+11
* tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin2006-12-041-5/+0
* tree-ssa-operands.h (struct ssa_operands): New.Jan Hubicka2006-11-301-56/+57
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-15/+20
* re PR tree-optimization/29680 (Misscompilation of spec2006 gcc)H.J. Lu2006-11-131-1/+6
* re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak2006-10-241-1/+1
* tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin2006-10-211-1/+3
* Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin2006-10-191-0/+3
* re PR tree-optimization/28807 (wrong code with may_alias and structs)Andrew Pinski2006-08-251-1/+4
* re PR tree-optimization/28410 (Wrong aliasing with global var grouping during...Diego Novillo2006-07-181-3/+7
* re PR tree-optimization/27381 (ice on valid code with -O)Andrew MacLeod2006-05-031-3/+6