summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-fold.h (follow_single_use_edges): Declare.Richard Biener2014-10-281-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* [multiple changes]Chung-Lin Tang2014-06-241-2/+12
* tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt...Richard Biener2014-06-181-2/+4
* tree-ssa-propagate.c: Include domwalk.h.Richard Biener2014-06-171-190/+185
* tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Rewrite to propag...Richard Biener2014-06-131-5/+0
* tree-ssa-propagate.c (add_control_edge): Print less vertical space.Richard Biener2014-05-281-1/+1
* Makefile.in (GTFILES): Remove tree-ssa-propagate.c.Richard Biener2014-05-091-15/+13
* re PR tree-optimization/60849 (bogus comparison result type)Richard Biener2014-04-171-3/+7
* re PR tree-optimization/60849 (bogus comparison result type)Richard Biener2014-04-171-1/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod2013-11-281-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-4/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez2013-11-071-1/+0
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+6
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+215
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/55266 (vector expansion: 24 movs for 4 adds)Marc Glisse2012-11-281-0/+14
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-37/+31
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-7/+7
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-1/+1
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-4/+4
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argu...Jakub Jelinek2012-01-011-1/+7
* re PR tree-optimization/51074 (No constant folding performed for VEC_PERM_EXP...Jakub Jelinek2011-11-111-0/+10
* gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek2011-09-261-13/+37
* tree-ssa-propagate.c (substitute_and_fold): Use do_dce flag to deside...Kai Tietz2011-07-211-4/+11
* gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther2011-07-191-13/+0
* re PR middle-end/46360 (ICE in release_defs, at tree-ssanames.c:313)Jakub Jelinek2010-11-091-3/+7
* re PR tree-optimization/45580 (Building WebKit fails with compiler catching S...Richard Guenther2010-09-211-4/+4
* tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther2010-08-041-11/+64
* tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther2010-07-071-3/+12
* re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek2010-06-141-3/+10