aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+1
2016-05-20[PR 70884] Constant pool SRA fixMartin Jambor1-27/+27
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-1/+1
2016-04-13re PR c++/70594 (-fcompare-debug failure)Jakub Jelinek1-0/+2
2016-04-12re PR tree-optimization/70602 (wrong code at -O1 and above on x86_64-linux-gn...Jakub Jelinek1-0/+3
2016-04-05re PR middle-end/70526 (GCC 6 miscompiles Firefox JIT compiler)Richard Biener1-1/+1
2016-03-11Fix PR/70013Alan Lawrence1-1/+2
2016-03-09re PR tree-optimization/70152 (gcc ICE at -O3 and above on valid code on x86_...Jakub Jelinek1-0/+2
2016-02-26[PR 69920] Prevent SRA from leaving a removed SSA_NAME in ILMartin Jambor1-1/+2
2016-02-23[pr 69666] No SRA default_def replacements for unscalarizable regionsMartin Jambor1-0/+1
2016-01-27[PR 69355] Correct hole detection when total_scalarization failsMartin Jambor1-1/+1
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-2/+2
2016-01-18Make SRA scalarize constant-pool loadsAlan Lawrence1-4/+100
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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