summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* always define HAVE_epilogueTrevor Saunders2015-04-281-3/+7
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders2015-04-221-4/+3
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-8/+12
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR lto/64025 (Several testsuite execution failures with -O2 -flto -fuse-li...Jakub Jelinek2014-11-271-5/+5
* re PR lto/63704 (-flto internal compiler error: in mems_in_disjoint_alias_set...Richard Biener2014-11-271-11/+3
* remove param1_is usageTrevor Saunders2014-11-201-27/+37
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-9/+9
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* re PR rtl-optimization/63475 (Postreload CSE propagates aliased memory operand)Uros Bizjak2014-10-141-56/+27
* re PR target/63483 (Scheduler performs Invalid move of aliased memory reference)Uros Bizjak2014-10-101-34/+47
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-1/+1
* alias.c: Include rtl-iter.h.Richard Sandiford2014-08-281-15/+7
* alias.c: Use rtx_insnDavid Malcolm2014-08-211-1/+2
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* convert the rest of the users of pointer_map to hash_mapTrevor Saunders2014-08-071-3/+2
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-10/+16
* re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow)Richard Biener2014-04-151-124/+0
* alias.c (ncr_compar): New function.Richard Biener2014-04-151-37/+95
* alias.c (record_component_aliases): Do not walk BINFOs.Richard Biener2014-04-151-11/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-1/+1
* 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