]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-dom.c
[Ada] Revert change for gnatprove that is no longer needed
[thirdparty/gcc.git] / gcc / tree-ssa-dom.c
2019-07-25  rguenth2019-07-25 Richard Biener <rguenther@suse.de>
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-07  law PR tree-optimization/91090
2019-03-07  rguenth2019-03-07 Richard Biener <rguenther@suse.de>
2019-02-28  ebotcazou PR tree-optimization/89536
2019-02-26  ebotcazou * gnat.dg/opt77.adb: New test.
2019-01-24  luoxhufix comments typo.
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-12-07  law * gimple-ssa-evrp-analyze.h (class evrp_range_analyzer...
2018-11-21  law2018-11-20 Jeff Law <law@redhat.com>
2018-11-20  rguenth2018-11-20 Richard Biener <rguenther@suse.de>
2018-10-17  aldyh * bitmap.c (bitmap_head::dump): New.
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-27  marxinAdd new gswitch related functions into tree-cfg.c.
2018-08-06  law * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt...
2018-01-30  aoliva[PR81611] accept copies in simple_iv_increment_p
2018-01-23  dmalcolm-Warray-bounds: Fix false positive in some "switch...
2018-01-03  jakub Update copyright years.
2017-12-21  law * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt...
2017-12-19  law * tree-ssa-dom.c (record_equivalences_from_phis):...
2017-12-19  law Revert
2017-12-12  law PR tree-optimization/83298
2017-12-04  law PR tree-optimizatin/78496
2017-11-19  law * tree-ssa-dom.c (record_equivalences_from_phis...
2017-11-03  law * cfganal.c (single_pred_edge_ignoring_loop_edges...
2017-10-01  law * tree-ssa-dom.c (optimize_stmt): Make this a method...
2017-08-29  law * tree-ssa-dom.c (edge_info::record_simple_equiv)...
2017-08-29  law * tree-ssa-dom.c (class edge_info): Changed from a...
2017-08-22  law PR tree-optimization/81741
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-04-11  rguenth2017-04-11 Richard Biener <rguenther@suse.de>
2017-04-10  law PR tree-optimization/80374
2017-03-28  law PR tree-optimization/80162
2017-03-16  law PR tree-optimization/71437
2017-03-16  law PR tree-optimization/71437
2017-03-16  law PR tree-optimization/71437
2017-03-16  law PR tree-optimization/71437
2017-01-01  jakub Update copyright years.
2016-11-09  rguenth2016-11-09 Richard Biener <rguenther@suse.de>
2016-11-09  rguenth2016-11-09 Richard Biener <rguenther@suse.de>
2016-10-10  law PR tree-optimization/71947
2016-09-13  jakub PR tree-optimization/77454
2016-04-27  law * tree-ssa-dom.c (record_temporary_equivalences...
2016-02-16  rguenth2016-02-16 Richard Biener <rguenther@suse.de>
2016-02-08  law PR tree-optimization/65917
2016-01-22  law PR middle-end/69347
2016-01-21  law[PATCH] [PR tree-optimization/69347] Fix memory consump...
2016-01-19  law2016-01-18 Jeff Law <law@redhat.com>
2016-01-15  law PR tree-optimization/69270
2016-01-15  law PR tree-optimization/69270
2016-01-14  lawRe: [PATCH][PR tree-optimization/69270] Exploit VRP...
2016-01-14  law[PATCH][PR tree-optimization/69270] Exploit VRP informa...
2016-01-04  jakub Update copyright years.
2015-12-22  law * dbgcnt.def (dom_unreachable_edges): New debug counter.
2015-12-10  law2015-12-10 Jeff Law <law@redhat.com>
2015-11-16  vriesRemove first_pass_instance from pass_dominator
2015-11-09  marxinFix memory leaks and use a pool_allocator
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-07  lawRe: [PATCH] Improve DOM's optimization of control state...
2015-10-07  law[PATCH][PR tree-optimization/67816] Fix jump threading...
2015-10-05  rsandifoReplace REAL_VALUES_EQUAL with real_equal
2015-10-02  lawRe: [PATCH] Improve DOM's optimization of control state...
2015-09-30  law[PATCH] Improve DOM's optimization of control statements
2015-09-20  law[PATCH] Fix 47679 by improving jump threading
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-09-19  law[PATCH] avail_expr_stack is no longer file scoped
2015-09-18  law[PATCH] const_and_copies is no longer file scoped
2015-09-18  law[PATCH] avail_exprs is no longer file scoped
2015-09-18  law[PATCH] Break out phi-only cprop into its own file
2015-09-17  law[PATCH] Pass in avail_expr_stack and setup edge_infos...
2015-09-16  law[PATCH] Move code out of tree-ssa-dom into tree-ssa...
2015-09-15  law[PATCH] More class-ification of DOM
2015-09-14  law[PATCH] Minor DOM cleanup
2015-09-11  law[PATCH] Another small cleanup to the const_and_copies...
2015-09-04  law[PATCH] Minor cleanup of const_and_copies stack
2015-09-01  alalaw01Tidy tree-ssa-dom.c: Use dom_valueize more.
2015-08-19  tbsaunderemove useless typedefs
2015-08-12  tbsaundeRevert "replace several uses of the anon namespace...
2015-08-11  tbsaundereplace several uses of the anon namespace with GCC_FINAL
2015-07-16  rguenth2015-07-16 Richard Biener <rguenther@suse.de>
2015-07-14  rguenth2015-07-14 Richard Biener <rguenther@suse.de>
2015-07-13  aldyhFix double word typos.
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-07-02  rguenth2015-07-02 Richard Biener <rguenther@suse.de>
2015-06-25  rsandifogcc/
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-13  rguenth2015-05-13 Richard Biener <rguenther@suse.de>
2015-04-28  law * tree-ssa-dom.c (record_equality); Fix comment...
2015-04-28  law PR tree-optimization/65217
2015-04-27  rguenth2015-04-27 Richard Biener <rguenther@suse.de>
2015-04-18  tbsaunderemove need for store_values_directly
2015-04-17  law PR tree-optimization/47679
2015-04-15  law PR tree-optimization/47679
2015-03-13  rguenth2015-03-10 Richard Biener <rguenther@suse.de>
2015-03-03  law PR tree-optimization/65241
2015-02-18  rguenth2015-02-18 Richard Biener <rguenther@suse.de>
next