| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove all | hubicka | 2005-04-12 | 1 | -6/+0 |
* | * cfglayout.c (copy_bbs): Rename n_edges to num_edges. | hubicka | 2005-04-09 | 1 | -3/+3 |
* | Fix problems with hot/cold partitioning optimization. | ctice | 2005-03-31 | 1 | -41/+7 |
* | PR target/20561 | jakub | 2005-03-22 | 1 | -0/+6 |
* | * cfglayout.c, loop-doloop.c, profile.c, target-def.h, | kazu | 2005-03-12 | 1 | -1/+1 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -3/+3 |
* | * cfglayout.c (fixup_reorder_chain): Remove old_bb. | kazu | 2005-03-09 | 1 | -2/+0 |
* | * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): | steven | 2004-11-29 | 1 | -10/+0 |
* | * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | nathan | 2004-11-25 | 1 | -2/+2 |
* | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 2004-11-22 | 1 | -7/+3 |
* | * cfglayout.c (choose_inner_scope): Make it static. | kazu | 2004-11-11 | 1 | -1/+1 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -10/+19 |
* | * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from, | nathan | 2004-09-07 | 1 | -61/+43 |
* | Add more details to hot/cold partitioning comments and documentation. | ctice | 2004-08-25 | 1 | -1/+2 |
* | 2004-04-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-25 | 1 | -2/+0 |
* | * basic-block.h (struct basic_block_def): Reorder fields to | zack | 2004-08-24 | 1 | -3/+3 |
* | * basic-block.h (struct edge_def): Remove crossing_edge. | steven | 2004-08-19 | 1 | -2/+3 |
* | Hot/cold partitioning update patch. The problems that this patch | ctice | 2004-08-18 | 1 | -1/+3 |
* | * cfglayout.c (insn_locators_initialize): Update the current | nathan | 2004-08-04 | 1 | -31/+36 |
* | PR rtl-optimization/16643 | rsandifo | 2004-07-26 | 1 | -4/+8 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -9/+9 |
* | * function.h (struct function): Remove dont_emit_block_notes. | rth | 2004-07-01 | 1 | -16/+4 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -4/+6 |
* | * cfglayout.c (fixup_reorder_chain): Don't do anything for | amylaar | 2004-06-29 | 1 | -2/+1 |
* | * cfglayout.c (fixup_reorder_chain): Handle case where the | amylaar | 2004-06-16 | 1 | -2/+4 |
* | * cfglayout.c (fixup_reorder_chain): Handle case where the | amylaar | 2004-06-15 | 1 | -2/+4 |
* | * basic-block.h (could_fall_through): Declare. | amylaar | 2004-06-14 | 1 | -4/+35 |
* | * ddg.h, ddg.c, modulo-sched.c: New files. | hagog | 2004-05-25 | 1 | -2/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -90/+32 |
* | * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c, | kazu | 2004-04-30 | 1 | -1/+1 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -0/+53 |
* | * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * basic-block.h (make_eh_edge, break_superblocks): Declare. | hubicka | 2004-02-25 | 1 | -11/+9 |
* | * toplev.c (dump_file_tbl): Rename from dump_file. | rth | 2004-02-24 | 1 | -11/+14 |
* | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | kazu | 2004-01-31 | 1 | -1/+1 |
* | * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | rakdver | 2004-01-29 | 1 | -1/+0 |
* | Backport from tree-ssa (relevant changes only): | steven | 2003-12-30 | 1 | -4/+4 |
* | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-12-11 | 1 | -21/+21 |
* | * c-pretty-print.c: Fix comment formatting. | kazu | 2003-10-05 | 1 | -1/+1 |
* | PR debug/12319 | carlo | 2003-09-29 | 1 | -0/+12 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * cfglayout.c (locator_file): Break out from .... | hubicka | 2003-07-14 | 1 | -6/+18 |
* | * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables. | hubicka | 2003-07-07 | 1 | -0/+1 |
* | * stmt.c: Convert remaining prototypes to ISO C90. | aj | 2003-07-06 | 1 | -3/+2 |
* | Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> | hubicka | 2003-07-05 | 1 | -12/+9 |
* | * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies | rakdver | 2003-07-03 | 1 | -14/+142 |
* | * basic-block.h (create_basic_block, merge_blocks_nomove): Kill. | hubicka | 2003-07-03 | 1 | -134/+112 |
* | * rtl.h (emit_line_note_after): Remove. | nathan | 2003-07-01 | 1 | -4/+2 |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -2/+2 |
* | * caller-save.c: Convert to ISO C90. | aj | 2003-06-22 | 1 | -55/+37 |