summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-dce.c (remove_dead_stmt): Update profile.Jan Hubicka2004-09-101-0/+18
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-82/+39
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-4/+8
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+13
* tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VAL gets modified.Richard Kenner2004-08-311-2/+6
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-16/+4
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-3/+26
* basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher2004-08-191-78/+0
* tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod2004-08-101-3/+2
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-1/+4
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+3
* tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak2004-08-041-0/+26
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-9/+2
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-0/+73
* loop-init.c (loop_optimizer_init, [...]): Do not destroy dominance information.Zdenek Dvorak2004-07-171-5/+46
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-5/+12
* builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson2004-07-161-4/+1
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-1/+1
* tree-cfg.c (find_taken_edge): Statically compute the truth value of a predica...Diego Novillo2004-07-121-3/+21
* md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher2004-07-091-21/+0
* * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors.Richard Henderson2004-07-091-4/+4
* tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson2004-07-081-41/+18
* tree-cfg (group_case_labels): Remove case labels that have the same target as...Steven Bosscher2004-07-071-1/+12
* * tree-cfg.c (verify_expr): Use CHECK_OK in binary case.Richard Kenner2004-07-051-19/+5
* tree-ssa-loop-ch.c: New file.Zdenek Dvorak2004-06-301-1/+8
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-4/+46
* tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson2004-06-281-5/+62
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-1/+1
* tree-cfg.c (verify_expr): Add macro CHECK_OK.Richard Kenner2004-06-251-13/+57
* tree-cfg.c (pass_warn_function_return): It needs CFG, not SSA.Paolo Bonzini2004-06-221-1/+1
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-7/+5
* function.c (free_after_compilation): Do not free computed_goto_common*.Jan Hubicka2004-06-191-10/+1
* CFG transparent RTL expansion:Jan Hubicka2004-06-191-24/+44
* re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)Richard Henderson2004-06-181-28/+0
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-1/+1
* re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak2004-06-171-2/+1
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-10/+17
* tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file.Daniel Berlin2004-06-161-2/+2
* basic-block.h (struct edge_def): Add goto_locus.Richard Henderson2004-06-091-6/+6
* tree-cfg.c (tree_verify_flow_info): Make sure that labels in SWITCH_LABELS ar...Steven Bosscher2004-06-071-0/+29
* except.c (for_each_eh_region): New function.Steven Bosscher2004-06-041-3/+31
* tree-cfg.c (tree_find_edge_insert_loc): Allow inserting before return_stmt.Jan Hubicka2004-06-021-0/+16
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-0/+1
* gimplify.c (compare_case_labels): New function.Steven Bosscher2004-05-261-17/+114
* tree-cfg.c (find_case_label_for_value): Replace call to simple_cst_equal with...Andrew Pinski2004-05-191-1/+1
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-4/+4
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+4594