summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)Author
2018-12-20[PR 88214] Assert that ptr is a pointerMartin Jambor
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-08-29re PR tree-optimization/87132 (Gcc miscompiles at -O2 on valid code)Richard Biener
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener
2018-08-27cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare.Richard Biener
2018-05-25tree-ssa-alias.h (refs_may_alias_p): Add tbaa_p bool parameter, defaulted to ...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford
2017-12-20poly_int: indirect_refs_may_alias_pRichard Sandiford
2017-12-20poly_int: same_addr_size_stores_pRichard Sandiford
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-08-21re PR tree-optimization/81884 (Invalid code generation with zero size arrays ...Richard Biener
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek
2017-05-04tree-ssa-alias.c (get_continuation_for_phi): Improve looking for the last VUS...Richard Biener
2017-05-03revert: re PR tree-optimization/80492 (Wrong code when unrolling a loop with ...Richard Biener
2017-04-29Add st[pr]ncpy to stmt_kills_ref_pMarc Glisse
2017-04-25re PR tree-optimization/80492 (Wrong code when unrolling a loop with inline a...Richard Biener
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Richard Biener
2017-01-09re PR tree-optimization/79007 (gcc.dg/tree-ssa/dse-points-to.c fails starting...Jeff Law
2017-01-04re PR tree-optimization/67955 (tree-dse does not use pointer info)Jeff Law
2017-01-01Update copyright years.Jakub Jelinek
2016-12-06re PR tree-optimization/67955 (tree-dse does not use pointer info)Tom de Vries
2016-12-01tree-ssa-alias.c (indirect_refs_may_alias_p): Do not treat arrays with same t...Richard Biener
2016-11-02re PR tree-optimization/78035 (Inconsistency between address comparison and a...Richard Biener
2016-10-20tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.Richard Biener
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-15Iterator to visit SSAKugan Vivekanandarajah
2016-07-13remove unnecessary calls to vec::releaseTrevor Saunders
2016-06-28tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Properly handle D...Richard Biener
2016-05-12re PR middle-end/71062 (r235622 and restrict pointers)Richard Biener
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford
2016-04-29re PR tree-optimization/13962 ([tree-ssa] make "fold" use alias information t...Richard Biener
2016-02-16re PR tree-optimization/69776 (Wrong optimization with aliasing)Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-09-29re PR fortran/67170 (PRE can't hoist out a readonly argument)Richard Biener
2015-09-24Additional changes to switch from gimple to gimple *Thomas Schwinge
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-18re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener
2015-08-18re PR middle-end/67222 (ICE in gimple_call_arg with bogus posix_memalign)Marek Polacek