aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-1/+1
2007-03-19re PR tree-optimization/30984 (ICE with computed goto and constants)Jeff Law1-1/+12
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-2/+2
2007-02-19tree-cfg.c (dump_function_to_file): Be prepared for functions without DECL_ST...Eric Botcazou1-2/+5
2007-02-16tree-flow-inline.h (single_imm_use_p): Remove.Richard Guenther1-1/+1
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-4/+4
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-3/+11
2007-02-08tree-cfg.c (bsi_replace): Shortcut when replacing the statement with the same...Jan Hubicka1-2/+4
2007-02-06Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini1-96/+24
2007-02-04cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak1-0/+12
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-4/+1
2007-01-14tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka1-12/+35
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-0/+11
2007-01-04tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results whose definition...Robert Kennedy1-4/+6
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-34/+12
2007-01-02tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars.Jan Hubicka1-0/+2
2007-01-02Revert:Kazu Hirata1-12/+34
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-34/+12
2006-12-29tree-cfg.c (last_stmt_ptr): Remove.Kazu Hirata1-10/+0
2006-12-22tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak1-1/+1
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-1/+11
2006-12-11[multiple changes]Diego Novillo1-1/+1
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-4/+11
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-3/+2
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-5/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-19/+60
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-2/+2
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-12/+3
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill1-0/+5
2006-11-12tree-flow.h (name_mappings_registered_p): Declare.Zdenek Dvorak1-3/+4
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-09-29builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou1-68/+102
2006-09-22re PR tree-optimization/28888 (ICE in tree check: expected cond_expr, have la...Zdenek Dvorak1-0/+13
2006-08-04* tree-cfg.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-08-02PR gcov/profile/28480Jan Hubicka1-2/+17
2006-07-24re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-8/+13
2006-06-30cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-06-19re PR tree-optimization/27341 (ICE in in add_virtual_operand with complex ty...Daniel Berlin1-0/+2
2006-05-21tree-cfg.c: Prune whitespace.Bernhard Fischer1-60/+58
2006-05-16* tree-cfg.c (split_edge_bb_loc): Remove unused variable `src'.Ben Elliston1-2/+1
2006-05-02re PR middle-end/27328 (ICE with -fopenmp and goto)Jakub Jelinek1-12/+27
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-36/+27
2006-04-26re PR middle-end/26913 (ICE with -fopenmp and -O1)Jakub Jelinek1-1/+4
2006-04-15tree-cfg.c (make_edges, [...]): Reinstate RTH's changes from r112935 that wer...Roger Sayle1-40/+52
2006-04-15re PR middle-end/26823 (ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-...Jakub Jelinek1-55/+50
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-40/+52
2006-03-31tree-cfg.c (make_ctrl_stmt_edges, [...]): Merge into...Richard Henderson1-152/+93
2006-03-22re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson1-20/+127
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-0/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-6/+11