summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)Author
2017-06-13[PR80803 1/2] Streamline SRA access enqueuingMartin Jambor
2017-06-13Trivial fix in dump_access_tree_1Martin Jambor
2017-06-01[PR 80898] Propagate grp_write from disqualified SRA candidatesMartin Jambor
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-05-04[PR 80622] Treat const pools as initialized in SRAMartin Jambor
2017-05-02[PR 78687] Set SRA grp_write lazily Martin Jambor
2017-04-24[PR 80293] Dont totally-scalarize char arraysMartin Jambor
2017-04-06re PR middle-end/80262 (address space gets lost in memory access)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek
2016-09-16Add inline functions for various bitwise operations.Jason Merrill
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.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-13re PR c++/70594 (-fcompare-debug failure)Jakub Jelinek
2016-04-12re PR tree-optimization/70602 (wrong code at -O1 and above on x86_64-linux-gn...Jakub Jelinek
2016-04-05re PR middle-end/70526 (GCC 6 miscompiles Firefox JIT compiler)Richard Biener
2016-03-11Fix PR/70013Alan Lawrence
2016-03-09re PR tree-optimization/70152 (gcc ICE at -O3 and above on valid code on x86_...Jakub 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-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek
2016-01-18Make SRA scalarize constant-pool loadsAlan Lawrence
2016-01-04Update 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-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-30[Trivial] tree-sra.c: A few comment fixes/additions.Alan Lawrence
2015-10-29alias.c: Reorder #include statements and remove duplicates.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-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08re PR bootstrap/66744 (Bootstrap failure due to conflicting access() on i686-...Martin Liska
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod