aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-14re PR c/61779 (gcc -Og fails with impossible constraint on legal C code)Richard Biener1-29/+17
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-08tree-ssa-dom.h (loop_depth_of_name): Remove.Richard Biener1-23/+7
2014-06-26re PR tree-optimization/61607 (DOM missed jump threading and destroyed loops)Richard Biener1-5/+2
2014-06-18tree-pass.h (make_pass_dce_loop): Remove.Richard Biener1-5/+15
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-2/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11re PR tree-optimization/59417 (ICE in determine_value_range, at tree-ssa-loop...Jakub Jelinek1-3/+17
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-28tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford1-0/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-214/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-13/+13
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-5/+13
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-29re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow)Richard Biener1-1/+7
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+37
2013-05-28re PR tree-optimization/57411 (ICE: verify_ssa failed: definition in block 4 ...Richard Biener1-7/+3
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-3/+3
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+0
2013-04-09tree.h (unsave_expr_now): Remove.Richard Biener1-2/+2
2013-02-20re PR tree-optimization/56396 (memory corruption in cc1)Richard Biener1-2/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-3/+3
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+1
2012-08-07tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o...Richard Guenther1-5/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-20tree-ssa-copy.c (propagate_tree_value_into_stmt): Use update_call_from_tree w...Richard Guenther1-5/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2011-04-15re PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr38529.c, ICE in vect_get_v...Richard Guenther1-42/+39
2011-03-25tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants also generate...Richard Guenther1-2/+4
2011-03-24tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable...Jeff Law1-1/+0
2010-12-08Fix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.Richard Guenther1-1/+4
2010-11-26tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.Michael Matz1-1/+3
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-6/+4
2010-08-10tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.Richard Guenther1-16/+8
2010-08-09tree-ssa-copy.c (cached_last_copy_of): Remove.Richard Guenther1-214/+54