summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/52493 (tree check fail in ptr_derefs_may_alias_p)Richard Guenther2012-03-061-13/+9
* builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler2011-12-151-0/+2
* tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field.Richard Guenther2011-12-051-0/+17
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+42
* tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther2011-10-181-14/+0
* tree-ssa-alias.c (maybe_skip_until): Cache also at the point of the first sto...Richard Guenther2011-10-121-6/+33
* re PR tree-optimization/50204 (Missed fully redundant load found in crafty (S...Richard Guenther2011-10-111-43/+68
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-0/+2
* re PR tree-optimization/50522 (C++ std::valarray vectorization missed optimiz...Jakub Jelinek2011-10-041-4/+1
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...Jakub Jelinek2011-09-301-8/+52
* re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther2011-09-061-1/+16
* 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