aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-01Convert tree-ssa-tail-merge to inchashAndi Kleen1-12/+10
2014-07-31re PR tree-optimization/61964 (krb5 database propagation enters infinite loop...Richard Biener1-11/+3
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-7/+8
2014-06-07tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a call state...Eric Botcazou1-6/+15
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-12/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-13/+13
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-21tree-ssa-tail-merge.c (stmt_local_def): Return false if the statement could t...Eric Botcazou1-0/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-3/+3
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14Handle GIMPLE_ASSIGNs with different vuse in gimple_equal_pTom de Vries1-2/+11
2013-11-14Factor out gimple_operand_equal_value_p from gimple_equal_pTom de Vries1-7/+21
2013-11-14Add is_tm_endingTom de Vries1-15/+6
2013-11-14Simplify code in gimple_equal_pTom de Vries1-6/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-29re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at...Teresa Johnson1-5/+11
2013-10-23Add missing check in stmt_local_def for tail-merge.Tom de Vries1-1/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+6
2013-10-18tree-ssa-tail-merge.c (replace_block_by): Update edge weights during merging.Teresa Johnson1-0/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-07-21Fix typos.Mike Stump1-1/+1
2013-04-29Preserve loops in tail-mergeTom de Vries1-13/+22
2013-04-29Update tail-merge header comment.Tom de Vries1-3/+5
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+12
2013-01-31re PR tree-optimization/56150 (ICE segfault in do_pre / tail_merge_optimize)Richard Biener1-11/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-46/+41
2012-11-09tree-ssa-tail-merge.c (replace_block_by): Update bb2 profile count.Christian Bruel1-1/+2
2012-11-06Prevent "illegal" block sharing within transactions.Richard Henderson1-1/+12
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-6/+7
2012-10-25re PR target/54902 (, ICE (segfault) building on arm-linux-gnueabi)Richard Biener1-1/+6
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-15/+25
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-31/+23
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-5/+5
2012-08-02re PR tree-optimization/50672 (ice: verify_ssa failed: no immediate_use list)Richard Guenther1-0/+32
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-33/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+4
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-07-06re PR tree-optimization/52009 (Another missed tail merging opportunity)Tom de Vries1-0/+8
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-14tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of same_su...Tom de Vries1-37/+67
2012-04-13tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add parameters vuse...Tom de Vries1-6/+28
2012-04-11Remove TODO_dump_func completelyXinliang David Li1-2/+1