aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-07re PR tree-optimization/69141 (-O2 -fdump-tree-fre ICEs)Jakub Jelinek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21re PR tree-optimization/65337 (LTO bootstrap failure with Ada enabled)Eric Botcazou1-0/+2
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+3
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-18/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-10-28re PR middle-end/65962 (Missed vectorization of strided stores)Richard Biener1-5/+5
2015-10-06re PR tree-optimization/67859 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-4/+9
2015-10-05tree-ssa-pre.c (create_component_ref_by_pieces_1): Move call handling ...Richard Biener1-169/+102
2015-10-01gimple-match.h (mprts_hook): Declare.Richard Biener1-11/+13
2015-09-24tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base members.Richard Biener1-3/+10
2015-09-20switch from gimple to gimple*Trevor Saunders1-22/+22
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-12tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Eliminate edges m...Richard Biener1-1/+25
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-2/+2
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-26Fix PR 66301 - check for dump_file in eliminate_dom_walker::before_dom_childrenMartin Jambor1-1/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+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-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator inMartin Liska1-18/+14
2015-04-18remove need for store_values_directlyTrevor Saunders1-10/+10
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-1/+23
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka1-0/+1
2015-01-15re PR tree-optimization/61743 (Complete unroll is not happened for loops with...Richard Biener1-0/+27
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-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-11-19PR jit/63854: Fix leak of "avail" within tree-ssa-pre.cDavid Malcolm1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-27/+34
2014-11-10re PR tree-optimization/63800 (ICE on valid code at -O3 on x86_64-linux-gnu)Richard Biener1-2/+12
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-14re PR tree-optimization/63512 (ICE: error: virtual use of statement not up-to...Richard Biener1-0/+2
2014-10-13re PR c++/63419 (verify_gimple failed: "vector CONSTRUCTOR element is not a G...Richard Biener1-4/+9
2014-10-10re PR tree-optimization/63476 (ICE: tree check: expected ssa_name, have var_d...Richard Biener1-2/+25
2014-09-26ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.Jan Hubicka1-2/+0
2014-09-20ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-7/+2
2014-09-03tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.Richard Biener1-82/+15
2014-09-01tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the operands vector in ...Richard Biener1-31/+13
2014-09-01tree-ssa-sccvn.h (copy_reference_ops_from_ref, [...]): Remove.Richard Biener1-5/+2