aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-08 PR rtl-optimization/55845Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-12gcc/Steven Bosscher
2012-10-17 * df-problems.c (df_kill_notes): Split up in two functions.Steven Bosscher
2012-10-14 PR rtl-optimization/38711Steven Bosscher
2012-10-08 * bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher
2012-10-02gcc/ChangeLog:Alexandre Oliva
2012-08-17 PR middle-end/54146Steven Bosscher
2012-08-02PR debug/52983Alexandre Oliva
2012-07-16gcc/Steven Bosscher
2012-07-13 PR rtl-optimization/53908Richard Sandiford
2012-06-28PR debug/53740Alexandre Oliva
2012-06-25 PR debug/53740Richard Sandiford
2012-06-25gcc/Richard Sandiford
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-04-13PR debug/48866Alexandre Oliva
2012-04-13* df-problems.c (df_note_bb_compute): Do not take note ofAlexandre Oliva
2012-01-302012-01-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2012-01-19gcc/:Andrey Belevantsev
2011-08-26gcc/Richard Sandiford
2011-07-07 PR debug/49522Jakub Jelinek
2011-06-15 * df-problems.c (df_lr_local_compute): Manually CSEJeff Law
2011-05-04 PR rtl-optimization/47612Bernd Schmidt
2011-03-19 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_rangeAnatoly Sokolov
2011-01-26 PR rtl-optimization/47464Jeff Law
2010-12-14gcc/Bernd Schmidt
2010-11-16 PR rtl-optimization/46315Eric Botcazou
2010-11-09 PR debug/46171Jakub Jelinek
2010-11-03Revert revision 164552.H.J. Lu
2010-09-23 PR rtl-optimization/44374Bernd Schmidt
2010-08-04 PR rtl-optimization/45162Bernd Schmidt
2010-07-29 PR rtl-optimization/42575Bernd Schmidt
2010-07-02 * df-problems.c (df_kill_notes): Do not collect dead notes.Jan Hubicka
2010-06-22Fix version of patch from previous commit ;(Jan Hubicka
2010-06-22 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n, df_live_confluence_n,Jan Hubicka
2010-06-12 * df-core.c (df_clear_bb_info): New function.Jan Hubicka
2010-06-11 * df-problems.c (df_live_scratch): Convert to bitmap_head.Jan Hubicka
2010-06-10 * df-problems.c (df_live_problem_data): Add live_bitmaps.Jan Hubicka
2010-06-07 PR middle-end/44454Jan Hubicka
2010-06-07 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.Jan Hubicka
2010-06-06 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka
2010-06-05 * tree-into-ssa.c (insert_phi_nodes): Use bitmap headsJan Hubicka
2010-06-05 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.Jan Hubicka
2010-06-05Update df_lr_bb_local_compute for embedded bitmaps.H.J. Lu
2010-06-04 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,Jan Hubicka
2010-06-04 * df-problems.c (df_create_unused_note, df_note_bb_compute):Jan Hubicka
2010-05-11 PR debug/44023Jakub Jelinek
2010-05-06 PR bootstrap/43994Jakub Jelinek
2010-05-05 PR debug/43478Alexandre Oliva