aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-24destroy values as well as keys when removing them from hash mapsTrevor Saunders1-6/+0
2015-11-11Fix various memory leaksMartin Liska1-2/+2
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-0/+6
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-30/+53
2015-11-06tree-sra.c: Fix completely_scalarize for negative indices.Alan Lawrence1-8/+15
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-30[Trivial] tree-sra.c: A few comment fixes/additions.Alan Lawrence1-1/+3
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+10
2015-10-09[PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRAMartin Jambor1-38/+42
2015-09-20switch from gimple to gimple*Trevor Saunders1-20/+20
2015-09-18completely_scalarize arrays as well as records.Alan Lawrence1-48/+117
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-08-28Revert: completely_scalarize arrays as well as recordsAlan Lawrence1-101/+48
2015-08-27completely_scalarize arrays as well as recordsAlan Lawrence1-48/+101
2015-08-27Refactor completely_scalarize_varAlan Lawrence1-7/+5
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-37/+7
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