aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-03re PR tree-optimization/65241 (ICE (in remove_local_expressions_from_table, a...Jeff Law1-12/+15
2015-02-18re PR tree-optimization/62217 (DOM confuses complete unrolling which in turn ...Richard Biener1-5/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-3/+3
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener1-1/+1
2014-11-20re PR tree-optimization/63677 (Failure to constant fold with vectorization.)Richard Biener1-57/+123
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-37/+39
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-1/+1
2014-10-30genmatch.c (capture_info::walk_c_expr): Ignore capture uses inside TREE_TYPE ().Richard Biener1-0/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-4/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-08-01Convert tree-ssa-dom to inchashAndi Kleen1-42/+39
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-07-14re PR tree-optimization/61757 (genmodes failure with enable-checking)Richard Biener1-30/+32