aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)Author
2017-05-31[PR 80293] Dont totally-scalarize char arraysMartin Jambor
2017-04-062017-04-06 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-09-23 * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek
2016-09-16 Add inline functions for various bitwise operations.Jason Merrill
2016-07-112016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-05-20[PR 70884] Constant pool SRA fixMartin Jambor
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford
2016-04-13 PR c++/70594Jakub Jelinek
2016-04-12 PR tree-optimization/70602Jakub Jelinek
2016-04-052016-04-05 Richard Biener <rguenther@suse.de>Richard Biener
2016-03-11Fix PR/70013Alan Lawrence
2016-03-09 PR tree-optimization/70152Jakub Jelinek
2016-02-26[PR 69920] Prevent SRA from leaving a removed SSA_NAME in ILMartin Jambor
2016-02-23[pr 69666] No SRA default_def replacements for unscalarizable regionsMartin Jambor
2016-01-27[PR 69355] Correct hole detection when total_scalarization failsMartin Jambor
2016-01-23 * tree-ssanames.c (release_free_names_and_compact_live_names): ReplaceJakub Jelinek
2016-01-18Make SRA scalarize constant-pool loadsAlan Lawrence
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-24destroy values as well as keys when removing them from hash mapsTrevor Saunders
2015-11-11Fix various memory leaksMartin Liska
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-11-06tree-sra.c: Fix completely_scalarize for negative indices.Alan Lawrence
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-30[Trivial] tree-sra.c: A few comment fixes/additions.Alan Lawrence
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-09[PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRAMartin Jambor
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-18completely_scalarize arrays as well as records.Alan Lawrence
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev
2015-08-28Revert: completely_scalarize arrays as well as recordsAlan Lawrence
2015-08-27completely_scalarize arrays as well as recordsAlan Lawrence
2015-08-27Refactor completely_scalarize_varAlan Lawrence
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-08Fix PR bootstrap/66744.Martin Liska
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-03[Patch SRA] Fix PR66119 by calling get_move_ratio in SRAJames Greenhalgh
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-25gcc/Richard Sandiford
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-01Change use to type-based pool allocator in tree-sra.c.Martin Liska
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-04-18remove need for store_values_directlyTrevor Saunders