summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Change use to type-based pool allocator in tree-sra.c.Martin Liska2015-06-011-11/+37
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-0/+1
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* tree-sra.c (create_access_replacement): Drop under-/over-alignment of types.Richard Biener2015-03-311-1/+5
* tree-sra.c (ipa_sra_preliminary_function_checks): Use DECL_ONE_ONLY to check ...Jan Hubicka2015-03-161-1/+1
* re PR tree-optimization/65310 (vectorizer uses wrong alignment)Richard Biener2015-03-111-1/+1
* tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.Jan Hubicka2015-03-041-5/+19
* fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before negating it.Eric Botcazou2015-03-031-1/+1
* tree-sra.c (ipa_sra_check_caller_data): New type.Martin Jambor2015-03-031-12/+64
* re PR tree-optimization/65002 (ICE: Segmentation fault)Ilya Enkovich2015-02-131-0/+23
* tree-sra.c (dump_dereferences_table): Avoid -Wformat-security warning.David Howells2015-02-121-1/+1
* tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk callers.Ilya Enkovich2015-01-191-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* symbol_summary is used for inline_summary.Martin Liska2014-12-221-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-0/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-2/+2
* re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse2014-11-221-8/+37
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-56/+68
* [Patchv3] Control SRA and IPA-SRA by a param rather than MOVE_RATIOJames Greenhalgh2014-11-061-5/+7
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* re PR rtl-optimization/63375 (reordering of reads across fences)Martin Jambor2014-10-021-0/+5
* IPA C++ refactoring 4/NMartin Liska2014-08-251-1/+1
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-35/+6
* tree-sra.c (sra_ipa_modify_assign): Change type of the first parameter to gim...Martin Jambor2014-07-301-8/+6
* tree-sra.c (sra_modify_constructor_assign): Change type of stmt parameter to ...Martin Jambor2014-07-291-32/+32
* IPA C++ refactoring 1/NMartin Liska2014-07-241-13/+12
* remove has_executeTrevor Saunders2014-07-091-3/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-9/+9
* tree-sra.c (modify_function): Record caller nodes after rebuild.Teresa Johnson2014-06-031-1/+4
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* re PR tree-optimization/61090 (ICE in build_ref_for_offset)Martin Jambor2014-05-151-1/+1
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+2
* tree-sra.c (sra_modify_expr): Generate new memory accesses with same alias ty...Martin Jambor2014-04-281-76/+101
* gimple-iterator.c (gsi_start_edge): New function.Martin Jambor2014-04-171-12/+53
* pass cfun to pass::executeTrevor Saunders2014-04-171-3/+3
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-10/+3
* remove has_gateTrevor Saunders2014-04-171-3/+0
* tree-sra.c (ipa_sra_preliminary_function_checks): Skip DECL_DISREGARD_INLINE_...Martin Jambor2014-04-141-0/+8
* re PR middle-end/60647 (ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112)Martin Jambor2014-03-311-11/+27
* re PR middle-end/59776 (gcc -g -O1 ICE in expand_debug_locations, at cfgexpan...Jakub Jelinek2014-02-111-0/+4
* re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6...Jakub Jelinek2014-02-081-0/+8
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek2013-12-161-2/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-5/+5
* Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm2013-12-091-2/+2
* ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez2013-11-221-91/+15