| Commit message (Expand) | Author | Age | Files | Lines |
* | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 2006-11-11 | 1 | -5/+0 |
* | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 2006-11-11 | 1 | -2/+0 |
* | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 2006-05-28 | 1 | -1/+1 |
* | Whitespace fixups | Mike Stump | 2006-05-18 | 1 | -65/+65 |
* | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 2006-04-15 | 1 | -1/+1 |
* | cfgloopmanip.c (create_loop_notes): Removed. | Zdenek Dvorak | 2006-03-23 | 1 | -2/+0 |
* | cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup. | Zdenek Dvorak | 2006-03-03 | 1 | -2/+2 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -2/+4 |
* | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 2006-02-26 | 1 | -33/+0 |
* | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 2006-02-15 | 1 | -1/+1 |
* | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 2006-02-06 | 1 | -1/+1 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -2/+1 |
* | cfgcleanup.c (try_crossjump_to_edge): Fix comment typo. | Gabor Loki | 2006-01-27 | 1 | -1/+1 |
* | rtl-factoring.c: Add sequence abstraction algorithm. | Gabor Loki | 2006-01-16 | 1 | -2/+39 |
* | re PR rtl-optimization/20070 (If-conversion can't match equivalent code, and ... | J"orn Rennecke | 2005-12-19 | 1 | -96/+465 |
* | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 2005-12-17 | 1 | -3/+3 |
* | PR rtl-optimization/20070 / part1 | J"orn Rennecke | 2005-12-13 | 1 | -68/+137 |
* | cfgcleanup.c (condjump_equiv_p, [...]): Fix whitespace in vincinity of to-be-... | J"orn Rennecke | 2005-12-12 | 1 | -18/+18 |
* | Preparation for PR rtl-optimization/20070 / part1 | J"orn Rennecke | 2005-12-07 | 1 | -398/+88 |
* | cfgcleanup.c (try_crossjump_to_edge): Always split SRC2 if it has EH predeces... | Steven Bosscher | 2005-11-27 | 1 | -2/+14 |
* | re PR rtl-optimization/22619 (Compilation failure for real_const_1.f and real... | Richard Henderson | 2005-07-28 | 1 | -1/+1 |
* | basic-block.h: Give the BB flags enum a name, bb_flags. | Steven Bosscher | 2005-07-11 | 1 | -31/+16 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -0/+81 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 2005-06-16 | 1 | -1/+1 |
* | lcm.c: Move all mode-switching related functions from here... | Steven Bosscher | 2005-06-04 | 1 | -2/+0 |
* | re PR middle-end/21492 (ICE in try_crossjump_to_edge) | Jakub Jelinek | 2005-05-17 | 1 | -0/+2 |
* | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 2005-04-12 | 1 | -1/+1 |
* | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 2005-03-31 | 1 | -20/+10 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -49/+52 |
* | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 2005-02-17 | 1 | -3/+3 |
* | cfgcleanup.c, [...]: Update copyright. | Kazu Hirata | 2005-02-07 | 1 | -1/+1 |
* | re PR rtl-optimization/15242 (pessimization of "goto *") | Steven Bosscher | 2005-02-01 | 1 | -0/+7 |
* | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 2004-11-29 | 1 | -4/+0 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -2/+1 |
* | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 2004-11-04 | 1 | -4/+6 |
* | * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. | Ben Elliston | 2004-10-25 | 1 | -1/+1 |
* | * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. | Ben Elliston | 2004-10-25 | 1 | -1/+1 |
* | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 2004-10-18 | 1 | -1/+3 |
* | re PR rtl-optimization/17723 (gcc segfaults with -O2) | Zdenek Dvorak | 2004-10-16 | 1 | -4/+12 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -96/+106 |
* | basic-block.h (update_bb_profile_after_threading): Declare. | Jan Hubicka | 2004-09-19 | 1 | -26/+8 |
* | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 2004-09-07 | 1 | -12/+12 |
* | cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE, not the pointers. | Steven Bosscher | 2004-08-30 | 1 | -1/+2 |
* | Add more details to hot/cold partitioning comments and documentation. | Caroline Tice | 2004-08-25 | 1 | -8/+57 |
* | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 2004-08-24 | 1 | -5/+5 |
* | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 2004-08-19 | 1 | -3/+3 |
* | Hot/cold partitioning update patch. | Caroline Tice | 2004-08-18 | 1 | -0/+9 |
* | params.def (PARAM_MIN_CROSSJUMP_INSNS): New. | Pat Haugen | 2004-08-06 | 1 | -1/+7 |
* | cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag after simpli... | Richard Sandiford | 2004-07-26 | 1 | -0/+1 |