Age | Commit message (Expand) | Author | Files | Lines |
2007-04-01 | re PR rtl-optimization/31391 (undefined label with -O -g due to cfglayout) | Steven Bosscher | 1 | -0/+2 |
2007-02-04 | cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR. | Zdenek Dvorak | 1 | -2/+4 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -3/+4 |
2007-01-27 | tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s... | Steven Bosscher | 1 | -10/+0 |
2007-01-18 | cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO... | Steven Bosscher | 1 | -0/+6 |
2006-11-25 | jump.c (mark_all_labels): Work in cfglayout mode. | Steven Bosscher | 1 | -3/+9 |
2006-11-11 | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 1 | -5/+0 |
2006-11-11 | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 1 | -2/+0 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -65/+65 |
2006-04-15 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-23 | cfgloopmanip.c (create_loop_notes): Removed. | Zdenek Dvorak | 1 | -2/+0 |
2006-03-03 | cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup. | Zdenek Dvorak | 1 | -2/+2 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+4 |
2006-02-26 | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 1 | -33/+0 |
2006-02-15 | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 1 | -1/+1 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -1/+1 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -2/+1 |
2006-01-27 | cfgcleanup.c (try_crossjump_to_edge): Fix comment typo. | Gabor Loki | 1 | -1/+1 |
2006-01-16 | rtl-factoring.c: Add sequence abstraction algorithm. | Gabor Loki | 1 | -2/+39 |
2005-12-19 | re PR rtl-optimization/20070 (If-conversion can't match equivalent code, and ... | J"orn Rennecke | 1 | -96/+465 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -3/+3 |
2005-12-13 | PR rtl-optimization/20070 / part1 | J"orn Rennecke | 1 | -68/+137 |
2005-12-12 | cfgcleanup.c (condjump_equiv_p, [...]): Fix whitespace in vincinity of to-be-... | J"orn Rennecke | 1 | -18/+18 |
2005-12-07 | Preparation for PR rtl-optimization/20070 / part1 | J"orn Rennecke | 1 | -398/+88 |
2005-11-27 | cfgcleanup.c (try_crossjump_to_edge): Always split SRC2 if it has EH predeces... | Steven Bosscher | 1 | -2/+14 |
2005-07-28 | re PR rtl-optimization/22619 (Compilation failure for real_const_1.f and real... | Richard Henderson | 1 | -1/+1 |
2005-07-11 | basic-block.h: Give the BB flags enum a name, bb_flags. | Steven Bosscher | 1 | -31/+16 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+81 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -1/+1 |
2005-06-04 | lcm.c: Move all mode-switching related functions from here... | Steven Bosscher | 1 | -2/+0 |
2005-05-17 | re PR middle-end/21492 (ICE in try_crossjump_to_edge) | Jakub Jelinek | 1 | -0/+2 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -1/+1 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -20/+10 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -49/+52 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -3/+3 |
2005-02-07 | cfgcleanup.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-01 | re PR rtl-optimization/15242 (pessimization of "goto *") | Steven Bosscher | 1 | -0/+7 |
2004-11-29 | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 1 | -4/+0 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -2/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -4/+6 |
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 |