aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-14tree-sra.c (ipa_sra_preliminary_function_checks): Skip DECL_DISREGARD_INLINE_...Martin Jambor1-0/+8
2014-03-31re PR middle-end/60647 (ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112)Martin Jambor1-11/+27
2014-02-11re PR middle-end/59776 (gcc -g -O1 ICE in expand_debug_locations, at cfgexpan...Jakub Jelinek1-0/+4
2014-02-08re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6...Jakub Jelinek1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-2/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-5/+5
2013-12-09Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm1-2/+2
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez1-91/+15
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+7
2013-11-22add auto_vecTrevor Saunders1-4/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+9
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-12/+12