| Commit message (Expand) | Author | Age | Files | Lines |
* | Index: ChangeLog | geoffk | 2002-08-05 | 1 | -2/+0 |
* | * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't | jakub | 2002-06-10 | 1 | -0/+1 |
* | * basic-block.h (last_basic_block): Declare. | rakdver | 2002-05-28 | 1 | -22/+6 |
* | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 2002-05-23 | 1 | -9/+10 |
* | 2002-05-23 David S. Miller <davem@redhat.com> | davem | 2002-05-23 | 1 | -2/+4 |
* | * cfgbuild.c: Fix formatting. | kazu | 2002-05-22 | 1 | -63/+63 |
* | * bb-reorder.c (make_reorder_chain_1): Modified. | rakdver | 2002-05-21 | 1 | -3/+3 |
* | * basic_block.h (struct basic_block_def): Added prev_bb and next_bb | rakdver | 2002-05-19 | 1 | -0/+3 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -44/+54 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -54/+44 |
* | * invoke.texi (-malign-double): Re-add lost warning. | hubicka | 2002-05-15 | 1 | -2/+2 |
* | Fix merge typos. | hubicka | 2002-05-08 | 1 | -1/+0 |
* | * cfglayout.c (function_tail_eff_head): Rename to ... | hubicka | 2002-05-08 | 1 | -3/+2 |
* | * cfgcleanup.c (try_optimize_cfg): Call merge_block only when | hubicka | 2002-05-03 | 1 | -1/+1 |
* | * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump | rth | 2002-05-01 | 1 | -3/+3 |
* | * basic-block.h (flow_delete_block_noexpunge): Declare. | rth | 2002-04-10 | 1 | -7/+18 |
* | * local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not opti... | hubicka | 2002-03-30 | 1 | -8/+25 |
* | * rtlanal.c: Include flags.h | hubicka | 2002-03-28 | 1 | -3/+8 |
* | Fix the constant I forgot to update :( | hubicka | 2002-03-22 | 1 | -1/+1 |
* | * cfgcleanup.c (outgoing_edges_math): Fix condition; relax | hubicka | 2002-03-22 | 1 | -5/+17 |
* | * cfgcleanup.c (cleanup_cfg): Fix updating of liveness. | hubicka | 2002-03-16 | 1 | -1/+1 |
* | * toplev.c (rest_of_compilation): Do jump threading before SSA path; | hubicka | 2002-03-06 | 1 | -0/+2 |
* | * cfgcleanup.c (mentions_nonequal_regs): New function. | hubicka | 2002-03-06 | 1 | -0/+32 |
* | * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. | hubicka | 2002-03-06 | 1 | -9/+33 |
* | * basic-block.h (BB_REACHABLE): Renumber. | hubicka | 2002-02-28 | 1 | -39/+9 |
* | * hooks.c: New file. | aoliva | 2002-02-09 | 1 | -123/+133 |
* | * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite | hubicka | 2002-01-14 | 1 | -1/+4 |
* | * basic-block.h (update_br_prob_note): Declare. | hubicka | 2002-01-10 | 1 | -28/+40 |
* | * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges; | hubicka | 2002-01-10 | 1 | -4/+32 |
* | 2002-01-06 H.J. Lu <hjl@gnu.org> | hjl | 2002-01-07 | 1 | -2/+2 |
* | * cfgcleanup.c (try_forward_edges): Detect infinite loops while | rth | 2002-01-06 | 1 | -3/+27 |
* | * cfgcleanup.c (try_forward_edges): Allow multiple jump threading. | hubicka | 2002-01-05 | 1 | -6/+14 |
* | * cfgcleanup.c (thread_jump): Fix handling of reversed branches. | hubicka | 2002-01-05 | 1 | -1/+1 |
* | * cfgcleanup.c: Include tm_p.h | hubicka | 2002-01-05 | 1 | -4/+27 |
* | * cfgrtl.c (try_redirect_by_replacing_jump): Allow redirect_jump | jakub | 2001-12-30 | 1 | -1/+2 |
* | * rtl.h (in_expr_list_p): New declaration. | kenner | 2001-12-24 | 1 | -55/+86 |
* | * cfgcleanup.c (flow_find_cross_jump): Avoid incrementing of ninsns | hubicka | 2001-12-20 | 1 | -8/+12 |
* | * cfgcleanup.c (outgoing_edges_match): Check for insn match with | rth | 2001-12-17 | 1 | -4/+7 |
* | * Makefile.in (cfgcleanup.o): Add cselib.h dependancy. | hubicka | 2001-12-17 | 1 | -35/+215 |
* | * builtins.c (expand_builtin_memcmp): Mark parameter with | ghazi | 2001-12-15 | 1 | -1/+1 |
* | * cfgcleanup.c (flow_find_cross_jump): Replace tests for note | hubicka | 2001-12-15 | 1 | -7/+16 |
* | * predict.c (estimate_probability): Reorganize opcode heuristics. | hubicka | 2001-12-13 | 1 | -115/+169 |
* | * cfgcleanup.c (label_is_jump_target_p): New function. | danglin | 2001-12-10 | 1 | -3/+40 |
* | * cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized | jakub | 2001-11-15 | 1 | -2/+6 |
* | * jump.c (squeeze_notes): Return true if no real insns were found. | jakub | 2001-11-15 | 1 | -2/+4 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-11 | 1 | -6/+6 |
* | * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-04 | 1 | -1/+1 |
* | * cfgcleanup.c: Fix a comment typo. | kazu | 2001-10-30 | 1 | -1/+1 |
* | * basic-block.h (purge_all_dead_edges): Add update_life_p argument. | hubicka | 2001-10-29 | 1 | -1/+7 |
* | * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, | jsm28 | 2001-10-28 | 1 | -1/+1 |