aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-18re PR tree-optimization/69320 (wrong code generation at -O2 and higher)Jeff Law1-4/+34
2016-01-15re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law1-33/+0
2016-01-14re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law1-6/+6
2016-01-14Re: [PATCH][PR tree-optimization/69270] Exploit VRP information in DOMJeff Law1-2/+2
2016-01-14[PATCH][PR tree-optimization/69270] Exploit VRP information in DOMJeff Law1-13/+41
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21dbgcnt.def (dom_unreachable_edges): New debug counter.Jeff Law1-0/+4
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-25/+63
2015-11-16Remove first_pass_instance from pass_dominatorTom de Vries1-2/+14
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-4/+4
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-10-07Re: [PATCH] Improve DOM's optimization of control statementsJeff Law1-6/+0
2015-10-06[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...Jeff Law1-2/+7
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1
2015-10-02Re: [PATCH] Improve DOM's optimization of control statementsJeff Law1-0/+6
2015-09-30[PATCH] Improve DOM's optimization of control statementsJeff Law1-27/+23
2015-09-20[PATCH] Fix 47679 by improving jump threadingJeff Law1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-22/+22
2015-09-18[PATCH] avail_expr_stack is no longer file scopedJeff Law1-51/+72
2015-09-18[PATCH] const_and_copies is no longer file scopedJeff Law1-33/+44
2015-09-18[PATCH] avail_exprs is no longer file scopedJeff Law1-36/+22
2015-09-18[PATCH] Break out phi-only cprop into its own fileJeff Law1-528/+0
2015-09-16[PATCH] Pass in avail_expr_stack and setup edge_infos earlierJeff Law1-9/+30
2015-09-16[PATCH] Move code out of tree-ssa-dom into tree-ssa-scopedtablesJeff Law1-758/+2
2015-09-15[PATCH] More class-ification of DOMJeff Law1-140/+191
2015-09-14[PATCH] Minor DOM cleanupJeff Law1-3/+3
2015-09-11[PATCH] Another small cleanup to the const_and_copies stackJeff Law1-6/+2
2015-09-04[PATCH] Minor cleanup of const_and_copies stackJeff Law1-1/+1
2015-09-01Tidy tree-ssa-dom.c: Use dom_valueize more.Alan Lawrence1-27/+4
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-16tree-ssa-dom.c (dom_valueize): New function.Richard Biener1-1/+49
2015-07-14tree-ssa-dom.c (record_temporary_equivalences): Merge wideing type conversion...Richard Biener1-54/+36
2015-07-13Fix double word typos.Aldy Hernandez1-4/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-07-02tree-ssa-dom.c (build_and_record_new_cond): Add optional parameter to record ...Richard Biener1-2/+5
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-13re PR tree-optimization/66123 (Array of labels as values + ternary operator +...Richard Biener1-0/+3
2015-04-28* tree-ssa-dom.c (record_equality); Fix comment typos.Jeff Law1-2/+2
2015-04-27re PR tree-optimization/65217 (__builtin_unreachable in if statement causes b...Jeff Law1-0/+14
2015-04-27tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.Richard Biener1-12/+29
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law1-91/+15
2015-04-15re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law1-310/+311
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-1/+27