aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-5/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska1-1/+1
2014-08-21re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr...Marc Glisse1-14/+40
2014-08-14re PR tree-optimization/62091 (ice in before_dom_children)Jan Hubicka1-2/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-07-08tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED parameter.Jan Hubicka1-5/+18
2014-06-10re PR middle-end/61456 (Bogus "may be used uninitialized" warning)Richard Biener1-12/+10
2014-06-04tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling of accesses with ...Richard Biener1-7/+49
2014-05-22tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle BUILT_IN_REALLOC like B...Richard Biener1-0/+10
2014-05-07re PR tree-optimization/61034 (Optimizing takes too many passes)Richard Biener1-14/+33
2014-05-06Merge in wide-int.Kenneth Zadeck1-42/+38
2014-04-28re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-0/+2
2014-04-15re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow)Richard Biener1-3/+133
2014-02-07re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-0/+13
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