aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-2/+6
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-8/+1
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-0/+2
2007-09-05fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-2/+0
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-5/+5
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-19Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin1-4/+0
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin1-0/+1
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-2/+11
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-1/+1
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
2007-08-10tree-flow-inline.h (is_exec_stmt): Remove.Aldy Hernandez1-3/+0
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-2/+1
2007-07-28calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi1-5/+5
2007-07-26configure.ac: Add types checking to stage1 checking flags.Richard Guenther1-0/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-12/+12
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-1/+2
2007-07-07Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...Daniel Berlin1-2/+1
2007-07-07re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin1-1/+2
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-0/+1
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-30Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin1-5/+7
2007-06-20re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Adam Nemet1-1/+2
2007-06-12re PR tree-optimization/15353 ([tree-ssa] Merge two "if"s if one subsumes the...Richard Guenther1-0/+1
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-0/+1
2007-05-26tree-flow.h: Remove the prototype for is_aliased_with.Kazu Hirata1-1/+0
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-0/+4
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-1/+1
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus1-0/+2
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-1/+0
2007-04-26tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak1-0/+2
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-4/+121
2007-03-14re PR tree-optimization/30730 (-Wunsafe-loop-optimizations gives too many war...Zdenek Dvorak1-12/+2
2007-03-09loop.texi: Document the Omega linear constraints solver.Sebastian Pop1-1/+5
2007-03-08tree-vrp.c: Include "intl.h".Ian Lance Taylor1-2/+2
2007-03-02Used signed infinities in VRP.Ian Lance Taylor1-1/+1
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-3/+0
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-6/+1
2007-01-21tree-flow.h (struct stmt_ann_d): Move references_memory to proper place withi...Jan Hubicka1-4/+4
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-1/+1
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-0/+1
2007-01-14tree-dfa.c (remove_referenced_var): New function.Jan Hubicka1-0/+1
2007-01-10tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...Zdenek Dvorak1-0/+4
2006-12-30tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka1-0/+3
2006-12-29tree-cfg.c (last_stmt_ptr): Remove.Kazu Hirata1-1/+0
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-20tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka1-0/+13
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak1-2/+2