aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-13/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-09tree-ssa-phiopts.c (rhs_is_fed_for_value_replacement): New function.Zhenqiang Chen1-10/+114
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-76/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-5/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-25/+23
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-38/+73
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-1/+11
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-16/+24
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-02-13asan.c (create_cond_insert_point): Add create_then_fallthru_edge argument.Jakub Jelinek1-1/+1
2013-02-08re PR tree-optimization/52448 (cselim broken with calls)Michael Matz1-6/+51
2013-01-25re PR middle-end/56098 (conditional write through volatile pointer produces u...Jakub Jelinek1-4/+9
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-33/+35
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-18/+0
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-3/+1
2012-08-15re PR tree-optimization/54240 (Routine hoist_adjacent_loads does not work pro...Bill Schmidt1-1/+2
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+3
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-38/+17
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-4/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-12/+4
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-4/+12
2012-06-26re PR tree-optimization/53748 (ice in fold_convert_loc)Jakub Jelinek1-2/+6
2012-06-18re PR tree-optimization/53703 (verify_ssa: definition in block 105 does not d...Bill Schmidt1-10/+6
2012-06-13re PR tree-optimization/53647 (gcc.c-torture/compile/20011229-1.c and gcc.c-t...Bill Schmidt1-2/+4
2012-06-12opts.c: Add -fhoist-adjacent-loads to -O2 and above.Bill Schmidt1-6/+283
2012-05-02re PR tree-optimization/53163 (crash due to null ptr deref)Jakub Jelinek1-2/+11
2012-04-27tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose arguments are...Paolo Bonzini1-7/+19
2012-03-12tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.Andrew Pinski1-19/+38
2012-03-09re PR tree-optimization/51988 (value_replacement in PHIOPT should handle even...Andrew Pinski1-34/+71
2012-03-01re PR tree-optimization/52445 (conditional store replacement causes segfault ...Jakub Jelinek1-16/+26
2011-11-10re PR tree-optimization/51030 (PHI opt does not handle value-replacement with...Richard Guenther1-2/+59
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-1/+3
2011-09-02re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz1-8/+2
2011-07-25re PR tree-optimization/49809 (gimple_check failure at -O3)Richard Sandiford1-2/+2
2011-07-20tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...Richard Guenther1-3/+5
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-4/+2
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-1/+0
2011-03-24re PR middle-end/48270 (New test failures)Richard Guenther1-2/+6