summaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)Author
2016-02-15* alias.c (get_alias_set): Fix a typo in comment.Bernd Edlinger
2016-01-19re PR rtl-optimization/68955 (wrong code at -O3 on x86-64-linux-gnu in 32-bit...Jakub Jelinek
2016-01-14alias.c (compare_base_symbol_refs): New function.Jan Hubicka
2016-01-11re PR middle-end/68999 (FAIL: gfortran.fortran-torture/execute/save_1.f90 exe...Uros Bizjak
2016-01-08symtab.c (symtab_node::equal_address_to): Return -1 instead of 2 if we can't ...Uros Bizjak
2016-01-05alias.c (compare_base_decls): Use symtab_node::get.Nathan Sidwell
2016-01-04Update copyright years.Jakub Jelinek
2015-12-23alias.c (compare_base_decls): Simplify in-symtab check.Nathan Sidwell
2015-12-13[PR67355] drop dummy zero from reverse VTA ops, fix infinite recursionAlexandre Oliva
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-03* alias.c (alias_set_subset_of, alias_sets_must_conflict_p)Jan Hubicka
2015-11-25Remove broken ifcvt code for speculating memory writesBernd Schmidt
2015-11-24alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P double check ...Jan Hubicka
2015-11-24lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for...Jan Hubicka
2015-11-21lto.c (iterative_hash_canonical_type): Always recurse for pointers.Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-26re PR rtl-optimization/67443 (DSE removes required store instruction)Richard Biener
2015-09-13don't typedef alias_set_entry and unhide pointernessTrevor Saunders
2015-08-21fix sched compare regressionAlexandre Oliva
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-07-24Revert:David Edelsohn
2015-07-24[obvious] Use std::swap instead of manually swapping in a few more placesKyrylo Tkachov
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska
2015-05-30alias.c (alias_set_entry_d): Add is_pointer and has_pointer.Jan Hubicka
2015-05-21alias.c (alias_stats): New static var.Jan Hubicka
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford
2015-05-13re PR middle-end/66110 (uint8_t memory access not optimized)Richard Biener
2015-04-28always define HAVE_epilogueTrevor Saunders
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-27re PR lto/64025 (Several testsuite execution failures with -O2 -flto -fuse-li...Jakub Jelinek
2014-11-27re PR lto/63704 (-flto internal compiler error: in mems_in_disjoint_alias_set...Richard Biener
2014-11-20remove param1_is usageTrevor Saunders
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod