| Commit message (Expand) | Author | Age | Files | Lines |
* | * basic-block.h (single_succ_edge, single_pred_edge, ei_container, | hubicka | 2010-06-08 | 1 | -0/+10 |
* | * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads | hubicka | 2010-06-05 | 1 | -2/+2 |
* | * basic-block.h (struct control_flow_graph): Move last_label_uid field up. | froydnj | 2010-05-29 | 1 | -3/+3 |
* | * regs.h: Do not include obstack.h, basic-block.h. | steven | 2010-05-23 | 1 | -2/+0 |
* | gcc/ChangeLog: | steven | 2010-05-22 | 1 | -90/+1 |
* | gcc/ChangeLog: | steven | 2010-04-30 | 1 | -1/+0 |
* | gcc/ | bernds | 2010-04-14 | 1 | -0/+4 |
* | * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, | steven | 2010-04-02 | 1 | -1/+1 |
* | * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM | steven | 2010-01-03 | 1 | -2/+0 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -1/+1 |
* | 2009-08-27 Richard Guenther <rguenther@suse.de> | rguenth | 2009-08-27 | 1 | -2/+2 |
* | 2009-07-08 Shujing Zhao <pearly.zhao@oracle.com> | paolo | 2009-07-08 | 1 | -2/+0 |
* | 2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | aldot | 2009-06-07 | 1 | -1/+2 |
* | * basic-block.h (struct basic_block_def): Add discriminator field. | ccoutant | 2009-06-04 | 1 | -0/+3 |
* | ./: | ian | 2009-05-11 | 1 | -6/+10 |
* | gcc/ | matz | 2009-04-26 | 1 | -0/+1 |
* | * tree.c (list_equal_p): New function. | hubicka | 2009-04-25 | 1 | -5/+0 |
* | 2009-04-21 Taras Glek <tglek@mozilla.com> | dnovillo | 2009-04-22 | 1 | -10/+5 |
* | 2009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com> | lauras | 2009-04-22 | 1 | -1/+0 |
* | 2009-04-20 Richard Guenther <rguenther@suse.de> | rguenth | 2009-04-20 | 1 | -0/+2 |
* | * df-scan.c (persistent_obstack, df_invalidated_by_call): Remove. | hubicka | 2008-12-18 | 1 | -0/+5 |
* | PR debug/29609 | jakub | 2008-10-07 | 1 | -1/+2 |
* | * postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_f... | hubicka | 2008-08-31 | 1 | -1/+0 |
* | * fwprop.c (should_replace_address): Add speed attribute. | hubicka | 2008-08-31 | 1 | -2/+0 |
* | * optabs.c (expand_abs_nojump): Update BRANCH_COST call. | hubicka | 2008-08-30 | 1 | -0/+1 |
* | * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | hubicka | 2008-08-29 | 1 | -0/+2 |
* | * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop | hubicka | 2008-08-29 | 1 | -2/+4 |
* | * expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail. | hubicka | 2008-08-28 | 1 | -0/+2 |
* | * predict.c (always_optimize_for_size_p): New function. | hubicka | 2008-07-29 | 1 | -1/+12 |
* | 2008-07-28 Richard Guenther <rguenther@suse.de> | rguenth | 2008-07-28 | 1 | -10/+10 |
* | * cfganal.c: Include vec.h and vecprim.h. | steven | 2008-06-26 | 1 | -0/+1 |
* | * predict.c (maybe_hot_frequency_p): Break out of... | hubicka | 2008-06-02 | 1 | -0/+1 |
* | 2008-05-16 Nathan Froyd <froydnj@codesourcery.com> | dnovillo | 2008-05-16 | 1 | -1/+4 |
* | * except.c (dw2_size_of_call_site_table, | hubicka | 2008-04-18 | 1 | -0/+7 |
* | 2008-03-02 Andi Kleen <ak@suse.de> | rguenth | 2008-03-02 | 1 | -176/+0 |
* | gcc | tromey | 2008-02-26 | 1 | -2/+2 |
* | 2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org> | aldot | 2008-01-27 | 1 | -1/+1 |
* | 2008-01-07 Richard Guenther <rguenther@suse.de> | rguenth | 2008-01-07 | 1 | -4/+4 |
* | 2007-09-02 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2007-10-02 | 1 | -0/+15 |
* | * alias.c (memory_modified_1, memory_modified_in_insn_p): | ghazi | 2007-08-27 | 1 | -2/+2 |
* | * alias.c (rtx_equal_for_memref_p): Constify. | ghazi | 2007-08-14 | 1 | -19/+21 |
* | * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed. | rakdver | 2007-07-26 | 1 | -7/+15 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | * cfghooks.c (remove_edge): New function. | rakdver | 2007-07-09 | 1 | -1/+1 |
* | * basic-block.h: Remove the prototype for | kazu | 2007-06-13 | 1 | -2/+0 |
* | Merge dataflow branch into mainline | dberlin | 2007-06-11 | 1 | -110/+61 |
* | * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge): | rakdver | 2007-06-03 | 1 | -5/+7 |
* | * basic-block.h: Remove the prototype for merge_seq_blocks. | kazu | 2007-05-26 | 1 | -1/+0 |
* | PR middle-end/32018 | rakdver | 2007-05-24 | 1 | -0/+3 |
* | * tree-vrp.c (finalize_jump_threads): Do not care about dominance info. | rakdver | 2007-05-17 | 1 | -0/+4 |