aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+9
2015-10-26re PR rtl-optimization/67443 (DSE removes required store instruction)Richard Biener1-7/+8
2015-09-13don't typedef alias_set_entry and unhide pointernessTrevor Saunders1-16/+15
2015-08-21fix sched compare regressionAlexandre Oliva1-1/+22
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+13
2015-07-24Revert:David Edelsohn1-13/+0
2015-07-24[obvious] Use std::swap instead of manually swapping in a few more placesKyrylo Tkachov1-3/+3
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+13
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-11/+9
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-4/+3
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford1-25/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-13/+0
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+13
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka1-2/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-0/+1
2015-05-30alias.c (alias_set_entry_d): Add is_pointer and has_pointer.Jan Hubicka1-61/+221
2015-05-21alias.c (alias_stats): New static var.Jan Hubicka1-8/+60
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-6/+1
2015-05-13re PR middle-end/66110 (uint8_t memory access not optimized)Richard Biener1-4/+2
2015-04-28always define HAVE_epilogueTrevor Saunders1-3/+7
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders1-4/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-8/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-27re PR lto/64025 (Several testsuite execution failures with -O2 -flto -fuse-li...Jakub Jelinek1-5/+5
2014-11-27re PR lto/63704 (-flto internal compiler error: in mems_in_disjoint_alias_set...Richard Biener1-11/+3
2014-11-20remove param1_is usageTrevor Saunders1-27/+37
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-9/+9
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-14re PR rtl-optimization/63475 (Postreload CSE propagates aliased memory operand)Uros Bizjak1-56/+27
2014-10-10re PR target/63483 (Scheduler performs Invalid move of aliased memory reference)Uros Bizjak1-34/+47
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-1/+1
2014-08-28alias.c: Include rtl-iter.h.Richard Sandiford1-15/+7
2014-08-21alias.c: Use rtx_insnDavid Malcolm1-1/+2
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-3/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-10/+16
2014-04-15re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow)Richard Biener1-124/+0
2014-04-15alias.c (ncr_compar): New function.Richard Biener1-37/+95
2014-04-15alias.c (record_component_aliases): Do not walk BINFOs.Richard Biener1-11/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+3