Age | Commit message (Expand) | Author | Files | Lines |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -136/+148 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -6/+11 |
2004-09-22 | fold-const.c (fold): Avoid non INTEGER_TYPEs when widening operands in an int... | Diego Novillo | 1 | -16/+3 |
2004-09-18 | * tree-cfg.c (thread_jumps): Fix updating of the profile. | Jan Hubicka | 1 | -10/+16 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -8/+7 |
2004-09-16 | Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency. | Zdenek Dvorak | 1 | -1/+394 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -6/+7 |
2004-09-15 | * tree-cfg.c (remove_bb): Release SSA defs. | Jan Hubicka | 1 | -0/+1 |
2004-09-14 | tree-cfg.c (thread_jumps): Update dominators correctly in case destination of... | Zdenek Dvorak | 1 | -3/+6 |
2004-09-11 | tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | Zdenek Dvorak | 1 | -1/+3 |
2004-09-10 | tree-ssa-dce.c (remove_dead_stmt): Update profile. | Jan Hubicka | 1 | -0/+18 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -82/+39 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -4/+8 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -0/+13 |
2004-08-31 | tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VAL gets modified. | Richard Kenner | 1 | -2/+6 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -16/+4 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -3/+26 |
2004-08-19 | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 1 | -78/+0 |
2004-08-10 | tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in... | Andrew MacLeod | 1 | -3/+2 |
2004-08-09 | Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | Jeff Law | 1 | -1/+4 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 1 | -0/+3 |
2004-08-04 | tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions. | Zdenek Dvorak | 1 | -0/+26 |
2004-07-23 | expr.c (expand_expr_real_1): Don't handle non-local variables. | Richard Henderson | 1 | -9/+2 |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -0/+73 |
2004-07-17 | loop-init.c (loop_optimizer_init, [...]): Do not destroy dominance information. | Zdenek Dvorak | 1 | -5/+46 |
2004-07-17 | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 1 | -5/+12 |
2004-07-16 | builtins.c (std_expand_builtin_va_arg): Remove. | Richard Henderson | 1 | -4/+1 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -1/+1 |
2004-07-12 | tree-cfg.c (find_taken_edge): Statically compute the truth value of a predica... | Diego Novillo | 1 | -3/+21 |
2004-07-09 | md.texi (Processor pipeline description): Mention that the old pipeline descr... | Steven Bosscher | 1 | -21/+0 |
2004-07-09 | * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors. | Richard Henderson | 1 | -4/+4 |
2004-07-08 | tree-cfg.c (make_exit_edges): Use get_call_expr_in. | Richard Henderson | 1 | -41/+18 |
2004-07-07 | tree-cfg (group_case_labels): Remove case labels that have the same target as... | Steven Bosscher | 1 | -1/+12 |
2004-07-05 | * tree-cfg.c (verify_expr): Use CHECK_OK in binary case. | Richard Kenner | 1 | -19/+5 |
2004-06-30 | tree-ssa-loop-ch.c: New file. | Zdenek Dvorak | 1 | -1/+8 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+46 |
2004-06-28 | tree-cfg.c (verify_stmt): Add last_in_block parameter. | Richard Henderson | 1 | -5/+62 |
2004-06-26 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-06-25 | tree-cfg.c (verify_expr): Add macro CHECK_OK. | Richard Kenner | 1 | -13/+57 |
2004-06-22 | tree-cfg.c (pass_warn_function_return): It needs CFG, not SSA. | Paolo Bonzini | 1 | -1/+1 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -7/+5 |
2004-06-19 | function.c (free_after_compilation): Do not free computed_goto_common*. | Jan Hubicka | 1 | -10/+1 |
2004-06-19 | CFG transparent RTL expansion: | Jan Hubicka | 1 | -24/+44 |
2004-06-18 | re PR c++/16036 (Spurious "may be used uninitialized in this function" warning) | Richard Henderson | 1 | -28/+0 |
2004-06-17 | tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT. | Andrew MacLeod | 1 | -1/+1 |
2004-06-17 | re PR tree-optimization/15991 (phi nodes with identical arguments still remai... | Zdenek Dvorak | 1 | -2/+1 |
2004-06-16 | tree.h (PHI_CHAIN): New. | Steven Bosscher | 1 | -10/+17 |
2004-06-16 | tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file. | Daniel Berlin | 1 | -2/+2 |
2004-06-09 | basic-block.h (struct edge_def): Add goto_locus. | Richard Henderson | 1 | -6/+6 |