summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-16sra: Fix access verification (PR 94598)Martin Jambor
2020-04-09sra: Fix sra_modify_expr handling of partial writes (PR 94482)Martin Jambor
2020-03-21sra: Cap number of sub-access propagations with a param (PR 93435)Martin Jambor
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-02-21sra: Only verify sizes of scalar accesses (PR 93845)Martin Jambor
2020-02-19sra: Do not create zero sized accesses (PR 93776)Martin Jambor
2020-02-19sra: Avoid totally scalarizing overallping field_decls (PR 93667)Martin Jambor
2020-02-14sra: Avoid verification failure (PR 93516)Martin Jambor
2020-02-11tree-optimization/93661 properly guard tree_to_poly_int64Richard Biener
2020-01-29SRA: Also propagate accesses from LHS to RHS [PR92706]Martin Jambor
2020-01-29SRA: Total scalarization after access propagation [PR92706]Martin Jambor
2020-01-29SRA: Add verification of accessesMartin Jambor
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-08Fix code order in tree-sra.c:create_accessRichard Sandiford
2019-11-05PR middle-end/92341 - missing -Warray-bounds indexing past the end of a compo...Martin Sebor
2019-10-14Fix dump message issueXiong Hu Luo
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek
2019-09-25Remove newly unused function and variable in tree-sraMartin Jambor
2019-09-20New IPA-SRAMartin Jambor
2019-08-16tree-sra.c (build_reconstructed_reference): Return NULL_TREE instead of NULL.Eric Botcazou
2019-06-13re PR tree-optimization/90856 (ICE: verify_gimple failed (error: incompatible...Richard Biener
2019-06-06Drop alignment check in build_reconstructed_referenceMartin Jambor
2019-06-06Make SRA re-construct orginal memory accesses when easyMartin Jambor
2019-03-18Add forgotten requeing in propagate_subaccesses_across_linkMartin Jambor
2019-03-10Make SRA less strict with memcpy performing MEM_REFsMartin Jambor
2019-02-18[PR 89209] Avoid segfault in a peculiar corner case in SRAMartin Jambor
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: build_ref_for_offsetRichard Sandiford
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-08Prevent SRA from removing type changing assignmentMartin Jambor
2017-11-27[PR 81248] Fix ipa-sra size checkMartin Jambor
2017-11-09Moving parameter manipulation into its own fileMartin Jambor
2017-10-03[PR 82363] Fix thinko in SRA subaccess propagationMartin Jambor
2017-09-26Make SRA qsort comparator transitiveMartin Jambor
2017-09-06Enqueue all SRA links for write flag propagationMartin Jambor
2017-08-11tree-sra.c (build_access_from_expr_1): Use more precise diagnostics for stora...Eric Botcazou
2017-06-13[PR80803 2/2] Diligent queuing in SRA grp_write propMartin Jambor