Age | Commit message (Expand) | Author | Files | Lines |
2003-09-16 | cfgcleanup.c (label_is_jump_target_p): Correct use of table returned by table... | Ian Lance Taylor | 1 | -1/+2 |
2003-09-07 | * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch. | Jan Hubicka | 1 | -2/+2 |
2003-09-07 | * cfgcleanup.c (try_simplify_condjump): Fix my previous patch. | Jan Hubicka | 1 | -1/+7 |
2003-09-06 | re PR target/12070 (ICE converting between double and long double with -msoft... | Jan Hubicka | 1 | -0/+16 |
2003-08-22 | cfgcleanup.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-08-02 | cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedg... | Jakub Jelinek | 1 | -8/+10 |
2003-07-21 | cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p. | Josef Zlomek | 1 | -12/+7 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-03 | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 1 | -20/+47 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-06-22 | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 1 | -78/+41 |
2003-06-06 | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 1 | -6/+6 |
2003-05-16 | cfgcleanup.c (merge_blocks): Fix return value. | Eric Christopher | 1 | -2/+2 |
2003-04-18 | * cfgcleanup.c (flow_find_cross_jump): Use INSN_P,not active_insn_p. | Richard Kenner | 1 | -6/+6 |
2003-03-30 | cfgbuild.c (make_edges): Use tablejump_p. | Richard Henderson | 1 | -6/+1 |
2003-03-23 | cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps before flow2. | Richard Henderson | 1 | -1/+3 |
2003-03-22 | cfgcleanup.c (insns_match_p): Do not do EQUIV substitution after reload. | Richard Henderson | 1 | -4/+10 |
2003-03-15 | rtl.h (subrtx_p): Renamed to rtx_referenced_p. | Josef Zlomek | 1 | -4/+6 |
2003-03-10 | * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch. | Jan Hubicka | 1 | -0/+2 |
2003-03-10 | cfgcleanup.c (outgoing_edges_match): Compare the jump tables. | Josef Zlomek | 1 | -3/+108 |
2003-03-10 | cfgcleanup.c (merge_blocks): Return where to iterate next. | Jan Hubicka | 1 | -25/+37 |
2003-02-22 | expmed.c (expand_divmod): Undo sign extensions for unsigned operands | Jan Hubicka | 1 | -1/+2 |
2003-02-15 | cfgcleanup.c: Include params.h. | Richard Henderson | 1 | -5/+8 |
2003-02-13 | cfgcleanup.c (outgoing_edges_match): When there is single outgoing edge and b... | Josef Zlomek | 1 | -2/+4 |
2003-02-10 | Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H). | Josef Zlomek | 1 | -11/+0 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -6/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-13 | c-decl.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2002-10-11 | re PR c/7344 (performance regression on huge case statements) | Jan Hubicka | 1 | -2/+3 |
2002-09-29 | builtins.def: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-09-17 | Do not foward a branch to just after a loop exit before | Dale Johannesen | 1 | -0/+9 |
2002-09-07 | cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness information. | Zdenek Dvorak | 1 | -22/+6 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 1 | -2/+0 |
2002-06-10 | cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't merge bb with... | Jakub Jelinek | 1 | -0/+1 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -22/+6 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -9/+10 |
2002-05-23 | basic-block.h (CLEANUP_NO_INSN_DEL): Define it. | David S. Miller | 1 | -2/+4 |
2002-05-22 | cfgbuild.c: Fix formatting. | Kazu Hirata | 1 | -63/+63 |
2002-05-21 | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 1 | -3/+3 |
2002-05-19 | basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields. | Zdenek Dvorak | 1 | -0/+3 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -44/+54 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -54/+44 |
2002-05-15 | invoke.texi (-malign-double): Re-add lost warning. | Jan Hubicka | 1 | -2/+2 |
2002-05-08 | Fix merge typos. | Jan Hubicka | 1 | -1/+0 |
2002-05-08 | cfglayout.c (function_tail_eff_head): Rename to ... | Jan Hubicka | 1 | -3/+2 |
2002-05-03 | cfgcleanup.c (try_optimize_cfg): Call merge_block only when jump is simplejump. | Jan Hubicka | 1 | -1/+1 |
2002-05-01 | cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump info before exp... | Richard Henderson | 1 | -3/+3 |
2002-04-09 | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 1 | -7/+18 |
2002-03-30 | local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz... | Jan Hubicka | 1 | -8/+25 |
2002-03-28 | rtlanal.c: Include flags.h | Jan Hubicka | 1 | -3/+8 |