| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c (const_strip_array_types): New. | ghazi | 2007-08-16 | 1 | -1/+1 |
* | * alias.c (component_uses_parent_alias_set): Constify. | ghazi | 2007-08-14 | 1 | -0/+12 |
* | * alias.c (rtx_equal_for_memref_p): Constify. | ghazi | 2007-08-14 | 1 | -3/+3 |
* | * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state | rakdver | 2007-08-04 | 1 | -1/+1 |
* | * tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH. | rakdver | 2007-08-01 | 1 | -8/+30 |
* | * tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only | rakdver | 2007-08-01 | 1 | -2/+3 |
* | * calls.c (special_function_p, setjmp_call_p, alloca_call_p, | ghazi | 2007-07-28 | 1 | -7/+7 |
* | 2007-07-26 Richard Guenther <rguenther@suse.de> | rguenth | 2007-07-26 | 1 | -0/+704 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | 2007-07-20 Richard Guenther <rguenther@suse.de> | rguenth | 2007-07-20 | 1 | -2/+2 |
* | 2007-07-02 Richard Guenther <rguenther@suse.de> | rguenth | 2007-07-02 | 1 | -2/+2 |
* | 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2007-06-16 | 1 | -2/+29 |
* | * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge): | rakdver | 2007-06-03 | 1 | -9/+7 |
* | * tree-scalar-evolution.c (scev_const_prop): Do not create labels. | rakdver | 2007-05-30 | 1 | -4/+8 |
* | PR middle-end/32018 | rakdver | 2007-05-24 | 1 | -2/+2 |
* | * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops): | rakdver | 2007-05-11 | 1 | -1/+1 |
* | 2007-05-04 Josh Conner <jconner@apple.com> | jconner | 2007-05-04 | 1 | -2/+2 |
* | PR tree-optimization/31771 | rakdver | 2007-05-02 | 1 | -1/+1 |
* | * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use | rakdver | 2007-05-01 | 1 | -15/+35 |
* | * tree-cfg.c (move_block_to_fn): Release bb from dominance | rakdver | 2007-04-28 | 1 | -2/+5 |
* | * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to | rakdver | 2007-04-27 | 1 | -136/+21 |
* | * tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable. | rakdver | 2007-04-26 | 1 | -21/+144 |
* | ./: | ian | 2007-04-24 | 1 | -1/+3 |
* | * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node): | rakdver | 2007-04-23 | 1 | -53/+59 |
* | * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge. | rakdver | 2007-04-09 | 1 | -1/+1 |
* | * tree-cfg.c (find_taken_edge): Tighten conditions for | law | 2007-03-19 | 1 | -1/+12 |
* | * doc/extend.texi: Document optional priority argument to | mmitchel | 2007-02-25 | 1 | -2/+2 |
* | * tree-cfg.c (dump_function_to_file): Be prepared for functions | ebotcazou | 2007-02-19 | 1 | -2/+5 |
* | 2007-02-16 Richard Guenther <rguenther@suse.de> | rguenth | 2007-02-16 | 1 | -1/+1 |
* | PR middle-end/30391 | sayle | 2007-02-16 | 1 | -4/+4 |
* | ./: | ian | 2007-02-13 | 1 | -3/+11 |
* | * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with | hubicka | 2007-02-08 | 1 | -2/+4 |
* | 2006-02-06 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2007-02-06 | 1 | -96/+24 |
* | * cfgloopmanip.c (loop_delete_branch_edge): Removed. | rakdver | 2007-02-04 | 1 | -0/+12 |
* | * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. | hubicka | 2007-01-18 | 1 | -4/+1 |
* | * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs | hubicka | 2007-01-14 | 1 | -12/+35 |
* | * cgraph.c (cgraph_release_function_body): New function. | hubicka | 2007-01-04 | 1 | -0/+11 |
* | * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results | ian | 2007-01-04 | 1 | -4/+6 |
* | * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | kazu | 2007-01-03 | 1 | -34/+12 |
* | * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for): | hubicka | 2007-01-02 | 1 | -0/+2 |
* | Revert: | kazu | 2007-01-02 | 1 | -12/+34 |
* | * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | kazu | 2007-01-02 | 1 | -34/+12 |
* | * tree-cfg.c (last_stmt_ptr): Remove. | kazu | 2006-12-29 | 1 | -10/+0 |
* | * tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed. | rakdver | 2006-12-22 | 1 | -1/+1 |
* | | hubicka | 2006-12-13 | 1 | -1/+11 |
* | 2006-12-11 Diego Novillo <dnovillo@redhat.com> | dnovillo | 2006-12-12 | 1 | -1/+1 |
* | * tree-ssa-operands.h (create_ssa_artificial_load_stmt): | dnovillo | 2006-12-11 | 1 | -4/+11 |
* | * tree-scalar-evolution.c (scev_const_prop): | dnovillo | 2006-12-11 | 1 | -3/+2 |
* | * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | rakdver | 2006-12-10 | 1 | -5/+3 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -19/+60 |