]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-dom.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / tree-ssa-dom.c
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-07  Jeff Lawre PR tree-optimization/91090 (A suspicious code in...
2019-03-07  Richard Bienerre PR tree-optimization/89595 (DOM miscompiles code)
2019-02-28  Eric Botcazoure PR tree-optimization/89536 (wrong code at -Os and...
2019-02-26  Eric Botcazouopt77.adb: New test.
2019-01-24  Xiong Hu Luofix comments typo.
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-07  Jeff Lawgimple-ssa-evrp-analyze.h (class evrp_range_analyzer...
2018-11-21  Jeff Lawre PR tree-optimization/88069 (ICE in check_loop_closed...
2018-11-20  Richard Bienerre PR tree-optimization/88074 (g++ hangs on math expres...
2018-10-17  Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-27  Martin LiskaAdd new gswitch related functions into tree-cfg.c.
2018-08-06  Jeff Lawtree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt)...
2018-01-30  Alexandre Oliva[PR81611] accept copies in simple_iv_increment_p
2018-01-23  David Malcolm-Warray-bounds: Fix false positive in some "switch...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-21  Richard Bienertree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt)...
2017-12-19  Jeff Lawtree-ssa-dom.c (record_equivalences_from_phis): Do...
2017-12-19  Jeff LawRevert
2017-12-12  Jeff Lawre PR tree-optimization/83298 (wrong code at -O1, ...
2017-12-04  Jeff Lawre PR tree-optimization/78496 (Missed opportunities...
2017-11-19  Jeff Lawtree-ssa-dom.c (record_equivalences_from_phis): Fix...
2017-11-03  Jeff Lawcfganal.c (single_pred_edge_ignoring_loop_edges): New...
2017-10-01  Jeff Lawtree-ssa-dom.c (optimize_stmt): Make this a method...
2017-08-29  Jeff Lawtree-ssa-dom.c (edge_info::record_simple_equiv): Call...
2017-08-29  Jeff Lawtree-ssa-dom.c (class edge_info): Changed from a struct...
2017-08-22  Jeff Lawre PR tree-optimization/81741 (Misoptimisation : replac...
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-04-11  Richard Bienerre PR tree-optimization/80374 (ICE in fold_convert_loc...
2017-04-10  Jeff Lawre PR tree-optimization/80374 (ICE in fold_convert_loc...
2017-03-28  Jeff Lawre PR target/80162 (ICE on invalid code (address of...
2017-03-16  Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16  Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16  Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16  Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-09  Richard Bienerfold-const.c (tree_swap_operands_p): Remove unused...
2016-11-09  Richard Bienertree-ssa-dom.c (canonicalize_comparison): Remove.
2016-10-10  Jeff Lawre PR tree-optimization/71947 (x ^ y not folded to...
2016-09-13  Jakub Jelinekre PR tree-optimization/77454 (IMM ERROR w/ -O2 and...
2016-04-27  Jeff Law* tree-ssa-dom.c (record_temporary_equivalences): Fix...
2016-02-16  Richard Bienerre PR tree-optimization/69776 (Wrong optimization with...
2016-02-08  Jeff Lawre PR tree-optimization/65917 (XFAIL: gcc.dg/tree-ssa...
2016-01-22  Jeff Lawre PR tree-optimization/69347 (excessive compile time...
2016-01-21  Jeff Law[PATCH] [PR tree-optimization/69347] Fix memory consump...
2016-01-19  Jeff Lawre PR tree-optimization/69320 (wrong code generation...
2016-01-15  Jeff Lawre PR tree-optimization/69270 (DOM should exploit range...
2016-01-15  Jeff Lawre PR tree-optimization/69270 (DOM should exploit range...
2016-01-14  Jeff LawRe: [PATCH][PR tree-optimization/69270] Exploit VRP...
2016-01-14  Jeff Law[PATCH][PR tree-optimization/69270] Exploit VRP informa...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-22  Jeff Lawdbgcnt.def (dom_unreachable_edges): New debug counter.
2015-12-10  Jeff Lawre PR tree-optimization/68619 (error: loop with header...
2015-11-16  Tom de VriesRemove first_pass_instance from pass_dominator
2015-11-09  Martin LiskaFix memory leaks and use a pool_allocator
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-07  Jeff LawRe: [PATCH] Improve DOM's optimization of control state...
2015-10-07  Jeff Law[PATCH][PR tree-optimization/67816] Fix jump threading...
2015-10-05  Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-10-02  Jeff LawRe: [PATCH] Improve DOM's optimization of control state...
2015-09-30  Jeff Law[PATCH] Improve DOM's optimization of control statements
2015-09-20  Jeff Law[PATCH] Fix 47679 by improving jump threading
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-19  Jeff Law[PATCH] avail_expr_stack is no longer file scoped
2015-09-18  Jeff Law[PATCH] const_and_copies is no longer file scoped
2015-09-18  Jeff Law[PATCH] avail_exprs is no longer file scoped
2015-09-18  Jeff Law[PATCH] Break out phi-only cprop into its own file
2015-09-17  Jeff Law[PATCH] Pass in avail_expr_stack and setup edge_infos...
2015-09-16  Jeff Law[PATCH] Move code out of tree-ssa-dom into tree-ssa...
2015-09-15  Jeff Law[PATCH] More class-ification of DOM
2015-09-14  Jeff Law[PATCH] Minor DOM cleanup
2015-09-11  Jeff Law[PATCH] Another small cleanup to the const_and_copies...
2015-09-04  Jeff Law[PATCH] Minor cleanup of const_and_copies stack
2015-09-01  Alan LawrenceTidy tree-ssa-dom.c: Use dom_valueize more.
2015-08-19  Trevor Saundersremove useless typedefs
2015-08-12  Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11  Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-16  Richard Bienertree-ssa-dom.c (dom_valueize): New function.
2015-07-14  Richard Bienertree-ssa-dom.c (record_temporary_equivalences): Merge...
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-02  Richard Bienertree-ssa-dom.c (build_and_record_new_cond): Add optiona...
2015-06-25  Richard Sandifordcgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
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  Richard Bienerre PR tree-optimization/66123 (Array of labels as value...
2015-04-28  Jeff Law* tree-ssa-dom.c (record_equality); Fix comment typos.
2015-04-28  Jeff Lawre PR tree-optimization/65217 (__builtin_unreachable...
2015-04-27  Richard Bienertree-ssa-dom.c (record_equivalences_from_phis): Valueiz...
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-04-17  Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-04-15  Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-03-13  Richard Bienerre PR ipa/44563 (GCC uses a lot of RAM when compiling...
2015-03-03  Jeff Lawre PR tree-optimization/65241 (ICE (in remove_local_exp...
2015-02-18  Richard Bienerre PR tree-optimization/62217 (DOM confuses complete...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
next