aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08re PR bootstrap/66744 (Bootstrap failure due to conflicting access() on i686-...Martin Liska1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+5
2015-07-03[Patch SRA] Fix PR66119 by calling get_move_ratio in SRAJames Greenhalgh1-5/+14
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
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-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in tree-sra.c.Martin Liska1-11/+37
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-31tree-sra.c (create_access_replacement): Drop under-/over-alignment of types.Richard Biener1-1/+5
2015-03-16tree-sra.c (ipa_sra_preliminary_function_checks): Use DECL_ONE_ONLY to check ...Jan Hubicka1-1/+1
2015-03-11re PR tree-optimization/65310 (vectorizer uses wrong alignment)Richard Biener1-1/+1
2015-03-04tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.Jan Hubicka1-5/+19
2015-03-03fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before negating it.Eric Botcazou1-1/+1
2015-03-03tree-sra.c (ipa_sra_check_caller_data): New type.Martin Jambor1-12/+64
2015-02-13re PR tree-optimization/65002 (ICE: Segmentation fault)Ilya Enkovich1-0/+23
2015-02-12tree-sra.c (dump_dereferences_table): Avoid -Wformat-security warning.David Howells1-1/+1
2015-01-19tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk callers.Ilya Enkovich1-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-22symbol_summary is used for inline_summary.Martin Liska1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-11-22re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse1-8/+37
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-56/+68
2014-11-06[Patchv3] Control SRA and IPA-SRA by a param rather than MOVE_RATIOJames Greenhalgh1-5/+7
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-10-02re PR rtl-optimization/63375 (reordering of reads across fences)Martin Jambor1-0/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-35/+6
2014-07-30tree-sra.c (sra_ipa_modify_assign): Change type of the first parameter to gim...Martin Jambor1-8/+6
2014-07-29tree-sra.c (sra_modify_constructor_assign): Change type of stmt parameter to ...Martin Jambor1-32/+32
2014-07-24IPA C++ refactoring 1/NMartin Liska1-13/+12
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-9/+9
2014-06-03tree-sra.c (modify_function): Record caller nodes after rebuild.Teresa Johnson1-1/+4
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-15re PR tree-optimization/61090 (ICE in build_ref_for_offset)Martin Jambor1-1/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-28tree-sra.c (sra_modify_expr): Generate new memory accesses with same alias ty...Martin Jambor1-76/+101
2014-04-17gimple-iterator.c (gsi_start_edge): New function.Martin Jambor1-12/+53
2014-04-17pass cfun to pass::executeTrevor Saunders1-3/+3
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+3
2014-04-17remove has_gateTrevor Saunders1-3/+0