summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-24/+20
* re PR tree-optimization/54498 (incorrect code generation from g++ -O)Richard Guenther2012-09-061-10/+19
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther2012-08-221-16/+33
* tree-ssa-alias.c (dump_alias_info): Walk over local decls instead of referenc...Richard Guenther2012-07-231-3/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-4/+2
* re PR tree-optimization/53364 (Wrong code generation)Richard Guenther2012-05-161-2/+1
* tree-flow.h (is_hidden_global_store): Remove.Richard Guenther2012-04-271-0/+46
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-1/+1
* 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