Age | Commit message (Expand) | Author | Files | Lines |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -16/+16 |
2006-04-10 | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 1 | -3/+1 |
2006-03-23 | cfgloopmanip.c (create_loop_notes): Removed. | Zdenek Dvorak | 1 | -8/+2 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-01-11 | basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ... | Kazu Hirata | 1 | -1/+1 |
2006-01-02 | cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional ... | Eric Botcazou | 1 | -34/+6 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -3/+3 |
2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -3/+7 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 1 | -2/+2 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+19 |
2005-06-27 | basic-block.h (basic_block_def): Kill rbi. | Jan Hubicka | 1 | -50/+47 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-24 | cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*. | Kazu Hirata | 1 | -19/+22 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -5/+7 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -11/+15 |
2005-05-03 | cfglayout.c (block_locators_blocks, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -4/+4 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -6/+0 |
2005-04-09 | cfglayout.c (copy_bbs): Rename n_edges to num_edges. | Jan Hubicka | 1 | -3/+3 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -41/+7 |
2005-03-22 | re PR target/20561 (Error compiling jdtcore.jar on powerpc) | Jakub Jelinek | 1 | -0/+6 |
2005-03-12 | cfglayout.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -3/+3 |
2005-03-09 | * cfglayout.c (fixup_reorder_chain): Remove old_bb. | Kazu Hirata | 1 | -2/+0 |
2004-11-29 | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 1 | -10/+0 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -7/+3 |
2004-11-11 | cfglayout.c (choose_inner_scope): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -10/+19 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -61/+43 |
2004-08-25 | Add more details to hot/cold partitioning comments and documentation. | Caroline Tice | 1 | -1/+2 |
2004-08-25 | cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ... | Paolo Bonzini | 1 | -2/+0 |
2004-08-24 | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 1 | -3/+3 |
2004-08-19 | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 1 | -2/+3 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -1/+3 |
2004-08-04 | cfglayout.c (insn_locators_initialize): Update the current location before in... | Nathan Sidwell | 1 | -31/+36 |
2004-07-26 | re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi... | Richard Sandiford | 1 | -4/+8 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -9/+9 |
2004-07-01 | function.h (struct function): Remove dont_emit_block_notes. | Richard Henderson | 1 | -16/+4 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+6 |
2004-06-29 | cfglayout.c (fixup_reorder_chain): Don't do anything for e_fall->dest == EXIT... | J"orn Rennecke | 1 | -2/+1 |
2004-06-16 | cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FAL... | Joern Rennecke | 1 | -2/+4 |
2004-06-15 | cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_TAK... | J"orn Rennecke | 1 | -2/+4 |
2004-06-14 | basic-block.h (could_fall_through): Declare. | J"orn Rennecke | 1 | -4/+35 |
2004-05-25 | ddg.h, [...]: New files. | Ayal Zaks | 1 | -2/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -90/+32 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -0/+53 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -1/+1 |
2004-02-25 | basic-block.h (make_eh_edge, [...]): Declare. | Jan Hubicka | 1 | -11/+9 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -11/+14 |