aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-29re PR fortran/67170 (PRE can't hoist out a readonly argument)Richard Biener1-9/+12
2015-09-24Additional changes to switch from gimple to gimple *Thomas Schwinge1-2/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-16/+16
2015-09-18re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener1-3/+10
2015-08-18re PR middle-end/67222 (ICE in gimple_call_arg with bogus posix_memalign)Marek Polacek1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-17/+6
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-21alias.c (alias_stats): New static var.Jan Hubicka1-0/+1
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-0/+16
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener1-0/+8
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-0/+28
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-8/+8
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