aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-6/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+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-5/+0
2015-06-03re PR tree-optimization/63916 (value-numbering fails to forward variable addr...Richard Biener1-7/+23
2015-06-01Change use to type-based pool allocator inMartin Liska1-18/+15
2015-05-28re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener1-2/+18
2015-05-26re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener1-1/+6
2015-04-18remove need for store_values_directlyTrevor Saunders1-28/+28
2015-03-26re PR tree-optimization/65551 (FAIL: 26_numerics/complex/50880.cc execution t...Jakub Jelinek1-1/+5
2015-02-10re PR tree-optimization/64995 (ICE in vn_reference_insert_pieces, at tree-ssa...Richard Biener1-6/+8
2015-02-04re PR middle-end/62103 (Incorrect folding of bitfield in a union on big endia...Thomas Preud'homme1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR tree-optimization/64312 (ICE: Segmentation fault)Richard Biener1-2/+2
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener1-2/+4
2014-11-27tree-ssa-sccvn.c (try_to_simplify): Allow gimple_fold_stmt_to_constant_1 to f...Richard Biener1-1/+1
2014-11-24re PR target/63679 ([AArch64] Failure to constant fold.)Richard Biener1-21/+95
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-14/+15
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-09-03Fix for tree-ssa-preMartin Liska1-0/+3
2014-09-01tree-ssa-sccvn.h (copy_reference_ops_from_ref, [...]): Remove.Richard Biener1-48/+51
2014-08-01Convert tree-ssa-sccvn to inchashAndi Kleen1-22/+22
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-45/+54
2014-06-11re PR tree-optimization/61452 (hang at -O1 and -Os on x86_64-linux-gnu)Richard Biener1-61/+33
2014-06-02re PR middle-end/61378 (Obvious bug in vn_reference_lookup_3)Richard Biener1-1/+1
2014-05-20tree-ssa-dom.c (hashable_expr_equal_p): Also compare the EH region of calls t...Eric Botcazou1-4/+4
2014-05-20tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,Richard Biener1-7/+24
2014-05-20re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l...Richard Biener1-3/+22
2014-05-19re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l...Richard Biener1-3/+5
2014-05-19re PR middle-end/61209 (internal compiler error: in fold_convert_loc, at fold...Richard Biener1-2/+4
2014-05-16tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.Richard Biener1-28/+164
2014-05-16tree-ssa-sccvn.c (visit_use): Also constant-fold calls.Richard Biener1-15/+57
2014-05-08tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before folding the expr...Richard Biener1-32/+12
2014-05-07re PR tree-optimization/61034 (Optimizing takes too many passes)Richard Biener1-1/+35
2014-05-06Merge in wide-int.Kenneth Zadeck1-28/+25
2014-01-15tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.Teresa Johnson1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-22add auto_vecTrevor Saunders1-7/+2
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-15/+15