summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-21/+75
* tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther2010-08-121-21/+0
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-1/+1
* re PR middle-end/44852 (miscompilation (of e.g. newlib dtoa.c) after mem-ref2...Richard Guenther2010-07-091-5/+40
* re PR rtl-optimization/44838 (RTL loop unrolling causes FAIL: gcc.dg/pr39794.c)Richard Guenther2010-07-081-1/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-102/+136
* re PR middle-end/44684 (FAIL: g++.dg/opt/pmf1.C)Richard Guenther2010-06-271-4/+10
* re PR tree-optimization/44674 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Biener2010-06-261-15/+16
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* re PR rtl-optimization/44164 (Aliasing bug triggered by Boost.Bind/Boost.Func...Richard Guenther2010-05-261-9/+41
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* ipa-reference.c: Include toplev.hJan Hubicka2010-05-151-4/+2
* c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2010-05-101-0/+4
* re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther2010-04-161-1/+4
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-1/+6
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-43/+14
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-2/+2
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR ada/43096 (miscompilation of ACATS c37105a at -O2)Eric Botcazou2010-02-261-7/+9
* re PR tree-optimization/42944 (errno misoptimization around malloc call)Richard Guenther2010-02-191-8/+11
* re PR lto/41664 (FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr4072...Richard Guenther2010-02-111-7/+71
* re PR tree-optimization/42944 (errno misoptimization around malloc call)Richard Guenther2010-02-031-0/+16
* tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have the same a...Eric Botcazou2010-01-291-14/+13
* tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle BUILT_IN_MALLOC.Richard Guenther2009-12-041-0/+5
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-3/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther2009-10-281-4/+24
* re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz2009-10-261-3/+22
* tree-ssa-alias.c (nonaliasing_component_refs_p): Rename into...Eric Botcazou2009-10-241-15/+25
* re PR fortran/41212 (miscompilation at -O2)Michael Matz2009-09-161-0/+8
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+0
* re PR middle-end/41261 (ice with -O2 -fprofile-arcs when compiling Linux kernel)Richard Guenther2009-09-061-0/+6
* revert: builtins.c (fold_builtin_memory_op): Use the alias oracle to query if...Richard Guenther2009-09-021-11/+19
* builtins.c (fold_builtin_memory_op): Use the alias oracle to query if the mem...Richard Guenther2009-08-311-19/+11
* re PR tree-optimization/41186 (VN doesn't look through non-aliasing by offset...Richard Guenther2009-08-301-20/+59
* tree-ssa-alias.c: Fix intervals to use [) syntax.Andrew Pinski2009-08-051-6/+6
* tree-ssa-alias.c: Fix some comment typos.Andrew Pinski2009-08-041-6/+6
* tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther2009-07-141-1/+1
* tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to use ao_ref refer...Richard Guenther2009-06-301-5/+5
* re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly imp...Richard Guenther2009-06-291-0/+7
* tree-ssa-alias.c: Fix unintentional commit.Paolo Bonzini2009-06-271-0/+10
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-10/+0
* tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Disambiguate indirect referenc...Richard Guenther2009-06-251-7/+46
* tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from ...Richard Guenther2009-06-201-4/+39
* tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle ADDR_EXPR pointers.Richard Guenther2009-06-191-24/+193
* tree-ssa-alias.c (is_escape_site): Remove.Richard Guenther2009-06-161-76/+0
* tree-ssa-alias.c (nonaliasing_component_refs_p): Remove short-cutting on the ...Richard Guenther2009-05-291-3/+2