aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)Author
2016-07-07Backport PRs 70022, 70484, 70931, 71452Richard Biener
2016-02-11backport: re PR rtl-optimization/68955 (wrong code at -O3 on x86-64-linux-gnu...Jakub Jelinek
2015-01-15backport: re PR lto/63704 (-flto internal compiler error: in mems_in_disjoint...Martin Liska
2014-11-05backport: re PR rtl-optimization/63475 (Postreload CSE propagates aliased mem...Uros Bizjak
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-10-25re PR rtl-optimization/58831 (wrong code at -O2 and -O3 on x86_64-linux-gnu i...Eric Botcazou
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-26alias.h (component_uses_parent_alias_set): Rename to ...Richard Biener
2013-09-24re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford
2013-06-20re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke
2013-06-16re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke
2013-04-08alias.c (find_base_term): Fix thinko in previous change.Richard Biener
2013-03-26alias.c (find_base_term): Avoid redundant and not used recursion.Richard Biener
2013-03-05* alias.c (init_alias_analysis): Clear reg_known_equiv_p bitmap.Jakub Jelinek
2013-01-18re PR debug/54114 (VTA compile-time performance could be improved)Alexandre Oliva
2013-01-18re PR rtl-optimization/55547 (Alias analysis does not handle AND addresses co...Alexandre Oliva
2013-01-16re PR rtl-optimization/55547 (Alias analysis does not handle AND addresses co...Alexandre Oliva
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-17re PR target/54781 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124)Richard Biener
2012-11-27re PR rtl-optimization/55489 (insane PRE memory usage with PIE (translate.i))Paolo Bonzini
2012-11-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou
2012-11-23re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-17re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory...Aldy Hernandez
2012-10-16re PR debug/54796 (Non-addressable stack parameter debug quality regression)Jakub Jelinek
2012-10-15Cleanup comments in alias.cDodji Seketeli
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher
2012-09-04* alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.Richard Henderson
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck
2012-08-22tracer.c (mark_bb_seen): Use SBITMAP_SIZE.Steven Bosscher
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-07-06re PR rtl-optimization/53827 ([alpha]: Invalid insn scheduling in sched1 pass)Alexandre Oliva
2012-06-22re PR debug/53671 (Many guality test failures)Alexandre Oliva
2012-06-12alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.Michael Matz
2012-06-12emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.Richard Guenther
2012-06-11alias.c (aliases_everything_p): Remove.Richard Guenther
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher