summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+3
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-2/+2
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-2/+2
* re PR rtl-optimization/58831 (wrong code at -O2 and -O3 on x86_64-linux-gnu i...Eric Botcazou2013-10-251-10/+7
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+2
* alias.h (component_uses_parent_alias_set): Rename to ...Richard Biener2013-09-261-30/+34
* re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener2013-09-241-54/+118
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-1/+1
* re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke2013-06-201-38/+48
* re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke2013-06-161-7/+35
* alias.c (find_base_term): Fix thinko in previous change.Richard Biener2013-04-081-8/+8
* alias.c (find_base_term): Avoid redundant and not used recursion.Richard Biener2013-03-261-37/+35
* * alias.c (init_alias_analysis): Clear reg_known_equiv_p bitmap.Jakub Jelinek2013-03-051-0/+1
* re PR debug/54114 (VTA compile-time performance could be improved)Alexandre Oliva2013-01-181-0/+4
* re PR rtl-optimization/55547 (Alias analysis does not handle AND addresses co...Alexandre Oliva2013-01-181-18/+28
* re PR rtl-optimization/55547 (Alias analysis does not handle AND addresses co...Alexandre Oliva2013-01-161-5/+13
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR target/54781 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124)Richard Biener2012-12-171-28/+9
* re PR rtl-optimization/55489 (insane PRE memory usage with PIE (translate.i))Paolo Bonzini2012-11-271-1/+1
* tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou2012-11-261-12/+2
* re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou2012-11-231-5/+14
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-35/+32
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-8/+8
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory...Aldy Hernandez2012-10-171-0/+33
* re PR debug/54796 (Non-addressable stack parameter debug quality regression)Jakub Jelinek2012-10-161-0/+3
* Cleanup comments in alias.cDodji Seketeli2012-10-151-14/+13
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-2/+2
* bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher2012-09-071-9/+9
* * alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.Richard Henderson2012-09-041-2/+8
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-3/+1
* tracer.c (mark_bb_seen): Use SBITMAP_SIZE.Steven Bosscher2012-08-221-62/+78
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* re PR rtl-optimization/53827 ([alpha]: Invalid insn scheduling in sched1 pass)Alexandre Oliva2012-07-061-2/+2
* re PR debug/53671 (Many guality test failures)Alexandre Oliva2012-06-221-14/+21
* alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.Michael Matz2012-06-121-10/+10
* emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.Richard Guenther2012-06-121-9/+6
* alias.c (aliases_everything_p): Remove.Richard Guenther2012-06-111-47/+6
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* alias.c (reg_known_value): Make this a VEC.Steven Bosscher2012-05-291-28/+29
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-3/+4
* re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford2012-04-211-1/+18
* re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Jakub Jelinek2012-04-201-5/+9
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-8/+8