summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-alias.c (call_may_clobber_ref_p_1): Fix handling of BUILT_IN_STRNCAT.Jakub Jelinek2011-09-301-5/+20
* backport: re PR tree-optimization/49115 (invalid return value optimization (?...Richard Guenther2011-06-171-1/+8
* re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...Richard Guenther2011-06-061-24/+54
* re PR rtl-optimization/48695 (Runtime with an array of std::vectors)Richard Guenther2011-04-211-7/+22
* re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Richard Guenther2011-03-031-1/+6
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1
* re PR rtl-optimization/47414 (wrong code with -O -freorder-blocks -fschedule-...Richard Guenther2011-01-251-1/+2
* re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)Richard Guenther2011-01-141-17/+4
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work twice.Richard Guenther2010-11-231-9/+11
* re PR middle-end/45838 (FAIL: libgomp.c/pr34513.c execution test)Jakub Jelinek2010-11-171-0/+44
* re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...Richard Guenther2010-10-141-26/+66
* re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)Richard Guenther2010-10-131-0/+39
* re PR tree-optimization/45535 (ICE during tree_ssa_dse)Richard Guenther2010-09-051-5/+14
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-46/+3
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-9/+9
* re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther2010-08-241-9/+27
* 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