Daily bump.
[gcc.git] / gcc / tree-ssa-propagate.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-19 Richard Bienertree-optimization/97901 - ICE propagating out LC PHIs
2020-11-18 guojiufuClean up loop-closed PHIs after loop finalize
2020-10-01 Aldy HernandezConvert vr-values to value query class.
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-07-29 Richard Bienertree-optimization/95679 - properly signal changes from...
2020-06-16 Aldy HernandezFix pasto in the substitute_and_fold_engine merge with...
2020-06-10 Aldy HernandezMerge evrp uses of substitute_and_fold_engine into...
2020-03-27 Richard Bienertree-optimization/94352 - fix uninitialized use of...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-08-26 Robin Dapp[PATCH 1/2] Allow folding all statements.
2019-08-05 Richard SandifordAdd a gimple_move_vops helper function
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-17 Richard SandifordAdd a loop versioning pass
2018-10-22 Steven Bosscherre PR middle-end/63155 (memory hog)
2018-10-22 Martin JamborAdd a fun parameter to three stmt_could_throw... functions
2018-10-08 Richard Bienerre PR middle-end/63155 (memory hog)
2018-10-05 Richard Bienerre PR middle-end/63155 (memory hog)
2018-09-24 Richard Bienerre PR middle-end/63155 (memory hog)
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-01 Jeff Lawtree-ssa-ccp.c (ccp_folder): New class derived from...
2017-11-01 Jeff Lawtree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove...
2017-05-16 Martin LiskaAdd default value for last argument of dump functions.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-18 Richard Bienertree-ssa-propagate.h (substitute_and_fold): Adjust...
2016-10-12 Richard Biener2016-10-12 Richard Biener <rguenther@suse.de>
2016-10-07 Richard Bienertree-ssa-propagate.c (replace_phi_args_in): Remove...
2016-09-20 Kugan VivekanandarajahAdd Early VRP
2016-08-16 Richard Bienerre PR tree-optimization/76783 (wrong code with conditio...
2016-08-12 Richard Bienerre PR target/72851 (memory hog with -O3 on s390x-linux...
2016-03-25 Aldy Hernandeztree-ssa-propagate.c: Enhance docs for SSA_PROP_NOT_INT...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-10 Jeff Lawre PR tree-optimization/68619 (error: loop with header...
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-07-23 Richard Bienerre PR middle-end/66945 (ICE in generic_simplify (generi...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07 Richard Bienertree-ssa-propagate.c (add_ssa_edge): Dump what edge...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-13 Eric Botcazougimple-expr.h (is_gimple_constant): Reorder.
2015-04-16 Richard Bienertree-ssa-ccp.c (likely_value): See if we have operands...
2015-03-13 Richard Bienerre PR ipa/44563 (GCC uses a lot of RAM when compiling...
2015-02-20 Richard Bienerre PR tree-optimization/65136 (VRP inserts unnecessary...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-10 Patrick Palkare PR tree-optimization/63748 (wrong may be used uninit...
2014-10-28 Richard Bienergimple-fold.h (follow_single_use_edges): Declare.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-06-24 Chung-Lin Tang[multiple changes]
2014-06-18 Richard Bienertree-ssa-propagate.c (replace_phi_args_in): Return...
2014-06-17 Richard Bienertree-ssa-propagate.c: Include domwalk.h.
2014-06-13 Richard Bienertree-ssa-pre.c (eliminate_dom_walker::before_dom_childr...
2014-05-28 Richard Bienertree-ssa-propagate.c (add_control_edge): Print less...
2014-05-09 Richard BienerMakefile.in (GTFILES): Remove tree-ssa-propagate.c.
2014-04-17 Richard Bienerre PR tree-optimization/60849 (bogus comparison result...
2014-04-17 Richard Bienerre PR tree-optimization/60849 (bogus comparison result...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-11-28 Andrew MacLeodtree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_T...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-21 David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07 Aldy Hernandezgimplify.c (gimple_regimplify_operands): Do not set...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-02 Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-28 Marc Glissere PR middle-end/55266 (vector expansion: 24 movs for...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2011-12-31 Jakub Jelinekre PR tree-optimization/51683 (__builtin_memcpy etc...
2011-11-11 Jakub Jelinekre PR tree-optimization/51074 (No constant folding...
2011-09-26 Jakub Jelinekgimple-fold.c (gimplify_and_update_call_from_tree)...
2011-07-21 Kai Tietztree-ssa-propagate.c (substitute_and_fold): Use do_dce...
2011-07-19 Richard Guenthergimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR...
2010-11-09 Jakub Jelinekre PR middle-end/46360 (ICE in release_defs, at tree...
2010-09-21 Richard Guentherre PR tree-optimization/45580 (Building WebKit fails...
next