Age | Commit message (Expand) | Author | Files | Lines |
2004-10-25 | * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. | Ben Elliston | 1 | -1/+1 |
2004-10-25 | * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. | Ben Elliston | 1 | -1/+1 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -1/+3 |
2004-10-16 | re PR rtl-optimization/17723 (gcc segfaults with -O2) | Zdenek Dvorak | 1 | -4/+12 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -96/+106 |
2004-09-19 | basic-block.h (update_bb_profile_after_threading): Declare. | Jan Hubicka | 1 | -26/+8 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -12/+12 |
2004-08-30 | cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE, not the pointers. | Steven Bosscher | 1 | -1/+2 |
2004-08-25 | Add more details to hot/cold partitioning comments and documentation. | Caroline Tice | 1 | -8/+57 |
2004-08-24 | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 1 | -5/+5 |
2004-08-19 | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 1 | -3/+3 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+9 |
2004-08-06 | params.def (PARAM_MIN_CROSSJUMP_INSNS): New. | Pat Haugen | 1 | -1/+7 |
2004-07-26 | cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag after simpli... | Richard Sandiford | 1 | -0/+1 |
2004-07-17 | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 1 | -22/+0 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -1/+1 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -19/+19 |
2004-06-16 | cfgcleanup.c (try_simplify_condjump): Update test to make sure we have a cond... | J"orn Rennecke | 1 | -1/+2 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -30/+3 |
2004-06-02 | Makefile.in (EXPR_H): Add insn-config.h... | Jerry Quinn | 1 | -1/+1 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-26 | * cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables. | Jan Hubicka | 1 | -1/+3 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+29 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -0/+64 |
2004-03-20 | bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -1/+1 |
2004-03-20 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-03-06 | rtl.h (mem_expr_equal_p): Function prototype added. | Andreas Krebbel | 1 | -0/+86 |
2004-03-04 | cfgcleanup.c (thread_jump): Update call of cselib_init. | Jan Hubicka | 1 | -1/+1 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -32/+32 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -3/+4 |
2004-01-29 | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 1 | -6/+6 |
2004-01-25 | re PR bootstrap/13853 (Bootstrap fails when compiled with gcc 2.8.1 (gnat-3.1... | Eric Botcazou | 1 | -1/+1 |
2004-01-23 | basic-block.h (PROP_POSTRELOAD): New macro. | Jan Hubicka | 1 | -1/+2 |
2004-01-22 | cfgcleanup.c (first_pass): New static variable. | Jan Hubicka | 1 | -2/+21 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-18 | basic-block.h (try_redirect_by_replacing_jump): Declare. | Jan Hubicka | 1 | -3/+3 |
2004-01-16 | re PR rtl-optimization/11350 (undefined labels with -Os -fPIC) | Jan Hubicka | 1 | -1/+1 |
2004-01-12 | re PR rtl-optimization/12826 (Optimizer removes reference through volatile po... | Jan Hubicka | 1 | -28/+0 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -76/+76 |
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 |