aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-27[PR 81248] Fix ipa-sra size checkMartin Jambor1-31/+24
2017-11-09Moving parameter manipulation into its own fileMartin Jambor1-0/+1
2017-10-03[PR 82363] Fix thinko in SRA subaccess propagationMartin Jambor1-1/+1
2017-09-26Make SRA qsort comparator transitiveMartin Jambor1-10/+32
2017-09-06Enqueue all SRA links for write flag propagationMartin Jambor1-1/+4
2017-08-11tree-sra.c (build_access_from_expr_1): Use more precise diagnostics for stora...Eric Botcazou1-1/+7
2017-06-13[PR80803 2/2] Diligent queuing in SRA grp_write propMartin Jambor1-41/+59
2017-06-13[PR80803 1/2] Streamline SRA access enqueuingMartin Jambor1-10/+4
2017-06-13Trivial fix in dump_access_tree_1Martin Jambor1-1/+1
2017-06-01[PR 80898] Propagate grp_write from disqualified SRA candidatesMartin Jambor1-21/+35
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-5/+2
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-2/+2
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-20/+20
2017-05-04[PR 80622] Treat const pools as initialized in SRAMartin Jambor1-8/+21
2017-05-02[PR 78687] Set SRA grp_write lazily Martin Jambor1-13/+78
2017-04-24[PR 80293] Dont totally-scalarize char arraysMartin Jambor1-6/+17
2017-04-06re PR middle-end/80262 (address space gets lost in memory access)Richard Biener1-0/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-4/+3
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