| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * gcse.c (gcse_main): Do jump bypassing in CPROP2. | steven | 2007-05-12 | 1 | -1/+2 |
* | 2007-05-04 Josh Conner <jconner@apple.com> | jconner | 2007-05-04 | 1 | -4/+4 |
* | * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node): | rakdver | 2007-04-23 | 1 | -6/+10 |
* | * predict.c: Include pointer-set.h. | rakdver | 2007-04-22 | 1 | -3/+0 |
* | * tracer.c (tracer): Don't take FLAGS argument. Assert we are | steven | 2007-03-23 | 1 | -1/+2 |
* | * Makefile.in (OBJS-common): Remove conflict.o | kazu | 2006-12-28 | 1 | -19/+0 |
* | * basic-block.h: Remove the prototype for | kazu | 2006-12-24 | 1 | -1/+0 |
* | * basic-block.h: Remove the prototype for | kazu | 2006-12-22 | 1 | -1/+0 |
* | * tree-vrp.c (execute_vrp): Do not pass loops structure through | rakdver | 2006-11-25 | 1 | -1/+0 |
* | * tree-ssa-loop-im.c (schedule_sm, determine_lsm_ref, | rakdver | 2006-11-21 | 1 | -0/+1 |
* | * tree-vrp.c (execute_vrp): Do not update current_loops. | rakdver | 2006-11-17 | 1 | -0/+1 |
* | 2006-11-16 Maxim Kuvyrkov <mkuvyrkov@ispras.ru> | mkuvyrkov | 2006-11-16 | 1 | -0/+1 |
* | * tree-dump.c (dump_enable_all): Rename local variable | steven | 2006-11-03 | 1 | -3/+3 |
* | * basic-block.h (bb_has_eh_pred): Fix comment. | krebbel | 2006-09-13 | 1 | -1/+1 |
* | 2006-09-13 Andreas Krebbel <krebbel1@de.ibm.com> | krebbel | 2006-09-13 | 1 | -0/+14 |
* | * predict.c (probability_reliable_p): New predicate. | hubicka | 2006-08-23 | 1 | -0/+2 |
* | PR rtl-optimization/28071 | rakdver | 2006-08-16 | 1 | -0/+3 |
* | Whitespace fixups | mrs | 2006-05-18 | 1 | -3/+3 |
* | 2006-05-04 Leehod Baruch <leehod@il.ibm.com> | razya | 2006-05-04 | 1 | -0/+2 |
* | 2006-04-26 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2006-04-26 | 1 | -1/+0 |
* | * basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY. | kazu | 2006-04-14 | 1 | -1/+2 |
* | * predict.c (estimate_probability): Remove. | steven | 2006-03-12 | 1 | -1/+0 |
* | * tree-ssa-threadupdate.c (rediscover_loops_after_threading): | kazu | 2006-03-05 | 1 | -4/+0 |
* | * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg | rakdver | 2006-03-03 | 1 | -12/+10 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -1/+1 |
* | * tree-vrp.c (execute_vrp): Do not pass dump argument to. | rakdver | 2006-02-06 | 1 | -3/+3 |
* | 2006-01-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-01-25 | 1 | -0/+1 |
* | * mode-switching.c (optimize_mode_switching): Make it static. | kazu | 2006-01-18 | 1 | -1/+0 |
* | * bb-reorder.c (partition_hot_cold_basic_blocks): Make it | kazu | 2006-01-16 | 1 | -1/+0 |
* | * basic-block.h (control_flow_graph): Change the type of | kazu | 2006-01-11 | 1 | -3/+4 |
* | * basic-block.h (control_flow_graph): Change the type of | kazu | 2006-01-03 | 1 | -1/+1 |
* | * global.c, tree-ssa-pre.c: Move DEF_VEC_P(basic_block) and | kazu | 2005-12-28 | 1 | -0/+4 |
* | 2005-12-20 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2005-12-20 | 1 | -2/+2 |
* | 2005-12-17 Danny Berlin <dberlin@dberlin.org> | zadeck | 2005-12-17 | 1 | -6/+7 |
* | * basic-block.h, config/i386/winnt.c, config/pa/pa.c, | kazu | 2005-12-16 | 1 | -2/+2 |
* | PR rtl-optimization/20070 / part1 | amylaar | 2005-12-13 | 1 | -2/+177 |
* | 2005-12-07 J"orn Rennecke <joern.rennecke@st.com> | amylaar | 2005-12-07 | 1 | -0/+4 |
* | * basic-block.h: Give the BB flags enum a name, bb_flags. | steven | 2005-07-11 | 1 | -2/+10 |
* | 2005-07-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-07-05 | 1 | -1/+0 |
* | * basic-block.h (basic_block_def): Kill rbi. | hubicka | 2005-06-27 | 1 | -17/+3 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * basic-block.h (rtl_bb_info): Break out head_, end_, | hubicka | 2005-06-16 | 1 | -13/+25 |
* | * Makefile.in (cfg.o): Add new dependencies. | hubicka | 2005-06-15 | 1 | -11/+11 |
* | * lcm.c: Move all mode-switching related functions from here... | steven | 2005-06-04 | 1 | -4/+0 |
* | * basic-block.h (remove_predictions_associated_with_edge): Declare. | hubicka | 2005-06-03 | 1 | -0/+1 |
* | * except.c (struct eh_region): Kill unused fields. | hubicka | 2005-06-01 | 1 | -3/+0 |
* | * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c, | ghazi | 2005-06-01 | 1 | -1/+0 |
* | * basic-block.h: Remove forward declaration of bb_ann_d. | kazu | 2005-05-28 | 1 | -3/+0 |
* | * basic-block.h (basic_block_def): Add phi_nodes and | kazu | 2005-05-27 | 1 | -2/+8 |
* | * basic-block.h (REG_BR_PROB_BASE): Define. | hubicka | 2005-05-19 | 1 | -0/+3 |