Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / tree-ssa-dom.c
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>
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 jakub Update copyright years.
2014-12-12 glisse2014-12-12 Marc Glisse <marc.glisse@inria.fr>
2014-12-09 rguenth2014-12-09 Richard Biener <rguenther@suse.de>
2014-11-20 rguenth2014-11-20 Richard Biener <rguenther@suse.de>
2014-11-19 dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-10-31 rguenth2014-10-31 Richard Biener <rguenther@suse.de>
2014-10-30 rguenth2014-10-30 Richard Biener <rguenther@suse.de>
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16 amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-08-01 akConvert tree-ssa-dom to inchash
2014-07-25 akAdd an abstract incremental hash data type
2014-07-14 rguenth2014-07-14 Richard Biener <rguenther@suse.de>
2014-07-10 rguenth2014-07-10 Richard Biener <rguenther@suse.de>
2014-07-09 tbsaunderemove has_execute
2014-07-08 rguenth2014-07-08 Richard Biener <rguenther@suse.de>
2014-06-26 rguenth2014-06-26 Richard Biener <rguenther@suse.de>
2014-06-26 rguenth2014-06-26 Richard Biener <rguenther@suse.de>
2014-06-24 tbsaundeallow storing values directly in hash tables
2014-06-24 tbsaundeRemove a layer of indirection from hash_table
2014-06-06 rguenth2014-06-06 Richard Biener <rguenther@suse.de>
2014-05-20 ebotcazou * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL...
2014-05-06 mrsMerge in trunk.
2014-05-06 rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-04-22 rsandifoMerge from trunk.
2014-04-17 tbsaundepass cfun to pass::execute
2014-04-17 tbsaundepass current function to opt_pass::gate ()
2014-04-17 tbsaunderemove has_gate
2014-04-02 mrsMerge in trunk.
2014-02-26 amker PR target/60280
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-13 mrsMerge in trunk.
2013-12-09 dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09 dmalcolmEliminate last_basic_block macro.
2013-12-09 dmalcolmEliminate BASIC_BLOCK macro.
2013-12-04 rsandifoMerge with trunk.
2013-11-22 amacleod * gimple.h: Remove all includes.
2013-11-20 rsandifoMerge from trunk.
2013-11-19 dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 dnovilloFactor unrelated declarations out of tree.h.
2013-11-16 mrsMerge in trunk.
2013-11-13 amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-09 rsandifoMerge with trunk.
next