summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek2011-06-271-0/+2
* tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek2011-06-221-1/+43
* re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...Richard Guenther2011-05-261-4/+5
* tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix type-based offset disam...Richard Guenther2011-05-251-20/+45
* re PR tree-optimization/49115 (invalid return value optimization (?) when exc...Richard Guenther2011-05-231-1/+8
* tree-ssa-alias.c (indirect_refs_may_alias_p): Fix TARGET_MEM_REF handling.Richard Guenther2011-04-271-14/+9
* tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_...Richard Guenther2011-04-211-84/+64
* tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements.Richard Guenther2011-04-211-0/+20
* re PR rtl-optimization/48695 (Runtime with an array of std::vectors)Richard Guenther2011-04-201-7/+22
* tree-ssa-dse.c (struct dse_global_data, [...]): Remove.Richard Guenther2011-04-141-4/+47
* re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore)Richard Guenther2011-04-141-0/+6
* cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor2011-04-111-6/+11
* Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther2011-03-231-1/+0
* 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