aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-8/+38
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+19
2013-03-18re PR tree-optimization/56210 (invalid -Warray-bounds warning)Richard Biener1-0/+37
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+0
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-24/+20
2012-09-06re PR tree-optimization/54498 (incorrect code generation from g++ -O)Richard Guenther1-10/+19
2012-08-22re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther1-16/+33
2012-07-23tree-ssa-alias.c (dump_alias_info): Walk over local decls instead of referenc...Richard Guenther1-3/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+2
2012-05-16re PR tree-optimization/53364 (Wrong code generation)Richard Guenther1-2/+1
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther1-0/+46
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2012-03-06re PR middle-end/52493 (tree check fail in ptr_derefs_may_alias_p)Richard Guenther1-13/+9
2011-12-15builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler1-0/+2
2011-12-05tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field.Richard Guenther1-0/+17
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+42
2011-10-18tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther1-14/+0
2011-10-12tree-ssa-alias.c (maybe_skip_until): Cache also at the point of the first sto...Richard Guenther1-6/+33
2011-10-11re PR tree-optimization/50204 (Missed fully redundant load found in crafty (S...Richard Guenther1-43/+68
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-0/+2
2011-10-04re PR tree-optimization/50522 (C++ std::valarray vectorization missed optimiz...Jakub Jelinek1-4/+1
2011-09-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...Jakub Jelinek1-8/+52
2011-09-06re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther1-1/+16
2011-06-27builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek1-0/+2
2011-06-22tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek1-1/+43
2011-05-26re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...Richard Guenther1-4/+5
2011-05-25tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix type-based offset disam...Richard Guenther1-20/+45
2011-05-23re PR tree-optimization/49115 (invalid return value optimization (?) when exc...Richard Guenther1-1/+8
2011-04-27tree-ssa-alias.c (indirect_refs_may_alias_p): Fix TARGET_MEM_REF handling.Richard Guenther1-14/+9
2011-04-21tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_...Richard Guenther1-84/+64
2011-04-21tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements.Richard Guenther1-0/+20
2011-04-20re PR rtl-optimization/48695 (Runtime with an array of std::vectors)Richard Guenther1-7/+22
2011-04-14tree-ssa-dse.c (struct dse_global_data, [...]): Remove.Richard Guenther1-4/+47
2011-04-14re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore)Richard Guenther1-0/+6
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-6/+11
2011-03-23Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther1-1/+0
2011-03-03re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Richard Guenther1-1/+6
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-01-25re PR rtl-optimization/47414 (wrong code with -O -freorder-blocks -fschedule-...Richard Guenther1-1/+2
2011-01-14re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)Richard Guenther1-17/+4
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-23tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work twice.Richard Guenther1-9/+11
2010-11-17re PR middle-end/45838 (FAIL: libgomp.c/pr34513.c execution test)Jakub Jelinek1-0/+44
2010-10-14re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...Richard Guenther1-26/+66
2010-10-13re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)Richard Guenther1-0/+39
2010-09-05re PR tree-optimization/45535 (ICE during tree_ssa_dse)Richard Guenther1-5/+14
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-46/+3
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-9/+9
2010-08-24re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther1-9/+27