aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
2013-10-25re PR rtl-optimization/58831 (wrong code at -O2 and -O3 on x86_64-linux-gnu i...Eric Botcazou1-10/+7
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+2
2013-09-26alias.h (component_uses_parent_alias_set): Rename to ...Richard Biener1-30/+34
2013-09-24re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener1-54/+118