summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa.c (target_for_debug_bind, verify_phi_args,jakub2016-10-091-4/+3
* * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)jakub2016-09-231-1/+1
* Add inline functions for various bitwise operations.jason2016-09-161-1/+1
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-1/+1
* [PR 70884] Constant pool SRA fixjamborm2016-05-201-27/+27
* Support <, <=, > and >= for offset_int and widest_intrsandifo2016-05-021-1/+1
* PR c++/70594jakub2016-04-131-0/+2
* PR tree-optimization/70602jakub2016-04-121-0/+3
* 2016-04-05 Richard Biener <rguenther@suse.de>rguenth2016-04-051-1/+1
* Fix PR/70013alalaw012016-03-111-1/+2
* PR tree-optimization/70152jakub2016-03-091-0/+2
* [PR 69920] Prevent SRA from leaving a removed SSA_NAME in ILjamborm2016-02-261-1/+2
* [pr 69666] No SRA default_def replacements for unscalarizable regionsjamborm2016-02-231-0/+1
* [PR 69355] Correct hole detection when total_scalarization failsjamborm2016-01-271-1/+1
* * tree-ssanames.c (release_free_names_and_compact_live_names): Replacejakub2016-01-231-2/+2
* Make SRA scalarize constant-pool loadsalalaw012016-01-181-4/+100
* Update copyright years.jakub2016-01-041-1/+1
* destroy values as well as keys when removing them from hash mapstbsaunde2015-11-241-6/+0
* Fix various memory leaksmarxin2015-11-111-2/+2
* Fix memory leaks and use a pool_allocatormarxin2015-11-091-0/+6
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-30/+53
* tree-sra.c: Fix completely_scalarize for negative indices.alalaw012015-11-061-8/+15
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-11/+0
* [Trivial] tree-sra.c: A few comment fixes/additions.alalaw012015-10-301-1/+3
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-10/+10
* [PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRAjamborm2015-10-091-38/+42
* switch from gimple to gimple*tbsaunde2015-09-201-20/+20
* completely_scalarize arrays as well as records.alalaw012015-09-181-48/+117
* Share memory blocks between pool allocatorsmiyuki2015-09-161-2/+2
* Revert: completely_scalarize arrays as well as recordsalalaw012015-08-281-101/+48
* completely_scalarize arrays as well as recordsalalaw012015-08-271-48/+101
* Refactor completely_scalarize_varalalaw012015-08-271-7/+5
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-37/+7
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* Fix PR bootstrap/66744.marxin2015-07-081-2/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-19/+5
* [Patch SRA] Fix PR66119 by calling get_move_ratio in SRAjgreenhalgh2015-07-031-5/+14
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-8/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator in tree-sra.c.marxin2015-06-011-11/+37
* New memory allocation statistics infrastructure.marxin2015-05-271-0/+1
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* 2015-03-31 Richard Biener <rguenther@suse.de>rguenth2015-03-311-1/+5
* * tree-sra.c (ipa_sra_preliminary_function_checks): Usehubicka2015-03-161-1/+1
* 2015-03-11 Richard Biener <rguenther@suse.de>rguenth2015-03-111-1/+1
* * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.hubicka2015-03-041-5/+19