aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+5
2013-11-20tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Avoid signed overflow.Richard Sandiford1-4/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-15re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec...Richard Biener1-2/+12
2013-11-11tree-ssa-alias.c (stmt_kills_ref_p_1): Use ao_ref_init_from_ptr_and_size for ...Marc Glisse1-17/+28
2013-11-05re PR tree-optimization/58958 (Wrong aliasing info for variable index)Marc Glisse1-3/+12
2013-11-05tree-ssa-alias.h (ranges_overlap_p): Handle negative offsets.Marc Glisse1-4/+4
2013-10-30tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Look for a POINTER_PLUS_EXP...Marc Glisse1-3/+13
2013-10-29re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Marc Glisse1-0/+10
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-5/+2
2013-10-25tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Look for an ADDR_EXPR in th...Marc Glisse1-0/+8
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+3
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-0/+1
2013-10-11target.c: New file.Jakub Jelinek1-2/+8
2013-10-09re PR middle-end/58570 (wrong code for bitfields at -O2 and above)Eric Botcazou1-2/+3
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-1/+1
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-0/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-05-17tree-ssa-alias.c (stmt_kills_ref_p_1): Properly compare MEM_REF offsets.Richard Biener1-2/+2
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener1-18/+8
2013-04-17tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): New.Eric Botcazou1-6/+115
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