aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
AgeCommit message (Expand)Author
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-04-17lower-subreg.c (resolve_simple_move): If called self-recursive...Steven Bosscher
2013-04-04re PR middle-end/56729 (ICE in df_insn_delete)Steven Bosscher
2013-03-22df.h (df_insn_delete): Adjust prototype.Steven Bosscher
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-12re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck
2012-08-21Restore df_free_collection_rec call in df_bb_verifyH.J. Lu
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-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2012-05-26df-scan.c (df_def_record_1): Assert a parallel must contain an EXPR_LIST at t...Dimitrios Apostolou
2012-05-22df-scan.c (df_scan_alloc): Round up allocation pools size, reduce the mw_reg_...Dimitrios Apostolou
2012-02-29re PR bootstrap/52397 (comparison failure with Ada enabled)Jakub Jelinek
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt
2011-06-30df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro unconditiona...Eric Botcazou
2011-06-15df-problems.c (df_lr_local_compute): Manually CSE PIC_OFFSET_TABLE_REGNUM.Jeff Law
2011-02-02re PR rtl-optimization/47525 (DCE fails to eliminate a dead call to a pure fu...Peter Bergner
2010-11-22re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Paolo Bonzini
2010-11-16re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou
2010-11-13re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Alexandre Oliva
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-09-04df.h (enum df_ref_class): Remove DF_REF_EXTRACT.Paolo Bonzini
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd
2010-08-20tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to be zero or nonz...Joseph Myers
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka
2010-06-12df-core.c (df_clear_bb_info): New function.Jan Hubicka
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka
2010-05-20re PR bootstrap/43870 (ICE in gcc/config/soft-fp/divtf3.c)Kenneth Zadeck
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-01-29re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Jakub Jelinek
2010-01-26df-scan.c (df_scan_set_bb_info): Remove assert.Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-18df-scan.c (df_ref_create): Don't mark BB as dirty on debug insns.Alexandre Oliva
2009-11-04df-scan.c (df-uses-record): Add case zero_extract of mem.Kenneth Zadeck
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson