aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-1/+1
2013-06-20re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke1-38/+48
2013-06-16re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke1-7/+35
2013-04-08alias.c (find_base_term): Fix thinko in previous change.Richard Biener1-8/+8
2013-03-26alias.c (find_base_term): Avoid redundant and not used recursion.Richard Biener1-37/+35
2013-03-05* alias.c (init_alias_analysis): Clear reg_known_equiv_p bitmap.Jakub Jelinek1-0/+1
2013-01-18re PR debug/54114 (VTA compile-time performance could be improved)Alexandre Oliva1-0/+4
2013-01-18re PR rtl-optimization/55547 (Alias analysis does not handle AND addresses co...Alexandre Oliva1-18/+28
2013-01-16re PR rtl-optimization/55547 (Alias analysis does not handle AND addresses co...Alexandre Oliva1-5/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-17re PR target/54781 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124)Richard Biener1-28/+9
2012-11-27re PR rtl-optimization/55489 (insane PRE memory usage with PIE (translate.i))Paolo Bonzini1-1/+1
2012-11-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou1-12/+2
2012-11-23re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou1-5/+14
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-35/+32
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-8/+8
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-17re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory...Aldy Hernandez1-0/+33
2012-10-16re PR debug/54796 (Non-addressable stack parameter debug quality regression)Jakub Jelinek1-0/+3
2012-10-15Cleanup comments in alias.cDodji Seketeli1-14/+13
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher1-9/+9
2012-09-04* alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.Richard Henderson1-2/+8
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-3/+1