aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Introduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modrefJan Hubicka1-1/+1
2021-07-21Fix typos in a comment.Martin Sebor1-3/+3
2021-07-13fix typo in attr_fnspec::verifyAlexandre Oliva1-1/+1
2021-05-19Enable more WITH_SIZE_EXPR processingRichard Biener1-10/+26
2021-04-27tree-optimization/100051 - disambiguate access size vs declRichard Biener1-0/+11
2021-02-28typos: Fix various typos - mainly misspelled reference* [PR99304]Jakub Jelinek1-5/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-21Use OEP_MATCH_SIDE_EFFECTS in compare_ao_refsJan Hubicka1-4/+5
2020-11-13Revert accidental commitJan Hubicka1-2/+0
2020-11-13Improve handling of memory operands in ipa-icf 2/4Jan Hubicka1-1/+375
2020-11-12Add support for copy specifiers in fnspecJan Hubicka1-13/+22
2020-10-31Handle fnspec in local ipa-modrefJan Hubicka1-1/+3
2020-10-27Re-enable fnspec checking once fortran frontend is fixed.Jan Hubicka1-4/+1
2020-10-26Extend builtin fnspecsJan Hubicka1-418/+132
2020-10-10Improve tree-ssa-alias dump files.Jan Hubicka1-12/+32
2020-10-08Disable TBAA in some uses of call_may_clobber_ref_pJan Hubicka1-2/+2
2020-10-08Fix handling of parm_offset in ipa-modref on 32bit targets.Jan Hubicka1-10/+16
2020-10-08IPA MOD REF: add debug counter.Martin Liska1-0/+4
2020-10-03Track access ranges in ipa-modrefJan Hubicka1-5/+33
2020-10-02Perforate fnspec stringsJan Hubicka1-5/+12
2020-10-02Commonize handling of attr-fnspecJan Hubicka1-0/+41
2020-10-02Break out ao_ref_init_from_ptr_and_range from ao_ref_init_from_ptr_and_sizeJan Hubicka1-12/+40
2020-09-24Add access through parameter derference tracking to modrefJan Hubicka1-24/+51
2020-09-23Minor modref optimization and statistics fixJan Hubicka1-3/+3
2020-09-20New modref/ipa_modref optimization passesJan Hubicka1-13/+160
2020-04-15middle-end/94539 - void * aliases every other pointerRichard Biener1-1/+10
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener1-0/+2
2020-02-27middle-end: Fix wrong code caused by disagreemed between FRE and access path ...Jan Hubicka1-51/+127
2020-02-21tree-optimization: fix access path oracle on mismatched array refs [PR93586]Jan Hubicka1-4/+38
2020-02-11PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref...Martin Sebor1-0/+2
2020-02-05Fix up comment typo.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-24ipa-reference.c (ipa_reference_optimization_summary_d): Rename statics_not_re...Jan Hubicka1-6/+10
2019-10-20tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do not skip non-zero ar...Jan Hubicka1-6/+22
2019-10-01tree-ssa-alias.c (nonoverlapping_component_refs_since_match_p): Rename to ...Jan Hubicka1-63/+228
2019-09-16re PR tree-optimization/91756 (g++.dg/lto/alias-3 FAILs)Richard Biener1-11/+17
2019-07-15tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p to 0.Jan Hubicka1-1/+1
2019-07-13tree-ssa-alias.c (component_ref_to_zero_sized_trailing_array_p): Break out fr...Jan Hubicka1-98/+107
2019-07-12tree-ssa-alias.c (same_tmr_indexing_p): Break out from ...Jan Hubicka1-23/+20
2019-07-10tree-ssa-alias.c (nonoverlapping_component_refs_p_1): Break out from ...; wor...Jan Hubicka1-59/+147
2019-07-05re PR tree-optimization/91091 ([missed optimization] Missing optimization in ...Richard Biener1-9/+10
2019-07-05tree-ssa-alias.c (alias_stats): Add nonoverlapping_component_refs_since_match...Jan Hubicka1-10/+27
2019-07-04tree-ssa-alias.c (nonoverlapping_component_refs_since_match_p): Fix check for...Jan Hubicka1-6/+2
2019-07-04tree-ssa-alias.c (decl_refs_may_alias_p): Add size1 and size2 parameters; ret...Jan Hubicka1-8/+46
2019-07-02tree-ssa-alias.c (aliasing_component_refs_p): Remove forgotten sanity check.Jan Hubicka1-2/+0
2019-07-02tree-ssa-alias.c (nonoverlapping_component_refs_for_decl_p): Rename to ..Jan Hubicka1-97/+162
2019-06-26re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Jeff Law1-2/+25
2019-06-25tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Check that base2_alias_set ...Jan Hubicka1-3/+4
2019-06-24re PR tree-optimization/90930 (Excessive memory consumption)Richard Biener1-0/+1
2019-06-22alias-access-path-6.c: New testcase.Jan Hubicka1-9/+6