aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4336/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Determine global memory accesses in ipa-modrefJan Hubicka1-0/+36
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener1-3/+0
2021-11-25Do not check gimple_static_cahin in ref_maybe_used_by_call_p_1Jan Hubicka1-3/+1
2021-11-19Use modref even for nested functions in ref_maybe_used_by_call_p_1Jan Hubicka1-1/+1
2021-11-15Track nondeterminism and interposable calls in ipa-modrefJan Hubicka1-1/+1
2021-11-14Extend modref to track killsJan Hubicka1-61/+146
2021-11-14Cleanup tree-ssa-alias and tree-ssa-dse use of modref summaryJan Hubicka1-47/+21
2021-11-13Implement DSE of dead functions calls storing memory.Jan Hubicka1-1/+1
2021-11-10Make EAF flags more regular (and expressive)Jan Hubicka1-1/+1
2021-11-08Add loads/stores relative to static chain in ipa-modrefJan Hubicka1-4/+8
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