]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/df-problems.c
Update copyright years.
[thirdparty/gcc.git] / gcc / df-problems.c
2016-01-04  jakub Update copyright years.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-19  pmderodatREE: fix uninitialized registers handling
2015-09-17  ebotcazou PR rtl-optimization/66790
2015-09-16  miyukiShare memory blocks between pool allocators
2015-07-16  marxinAdd new object_allocator and clean-up allocator usage.
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-01  marxinChange use to type-based pool allocator in
2015-05-22  tbsaundedon't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTE...
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-09  tbsaundertx_insn * in df-problems.c
2015-05-02  tbsaundedf_set_note can take a rtx_insn *
2015-04-22  tbsaunderemove more ifdefs for HAVE_cc0
2015-04-22  tbsaundemake some HAVE_cc0 code always compiled
2015-04-22  tbsaundealways define HAVE_cc0
2015-01-05  jakub Update copyright years.
2014-10-29  rsandifogcc/ada/
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-08-28  rsandifogcc/
2014-08-26  dmalcolmRemove DF_REF_INSN scaffolding
2014-08-26  dmalcolmVarious condition-handling calls
2014-08-22  dmalcolmdf-*.c: Use rtx_insn
2014-06-15  rsandifogcc/
2014-06-15  rsandifogcc/
2014-06-15  rsandifogcc/
2014-06-15  rsandifogcc/
2014-04-02  mrsMerge in trunk.
2014-03-18  rguenth2014-03-18 Richard Biener <rguenther@suse.de>
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-13  mrsMerge in trunk.
2013-12-09  dmalcolmEliminate FOR_ALL_BB macro.
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-12-09  dmalcolmEliminate BASIC_BLOCK macro.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-07-22  law * df-problems.c (can_move_insns_across): Exit...
2013-07-21  mrsFix typos.
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-08  jakub PR rtl-optimization/55845
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12  stevengcc/
2012-10-17  steven * df-problems.c (df_kill_notes): Split up in two funct...
2012-10-14  steven PR rtl-optimization/38711
2012-10-08  steven * bitmap.h (bitmap_and_into): Update prototype.
2012-10-02  aolivagcc/ChangeLog:
2012-08-17  steven PR middle-end/54146
2012-08-02  aolivaPR debug/52983
2012-07-16  stevengcc/
2012-07-13  hp PR rtl-optimization/53908
2012-06-28  aolivaPR debug/53740
2012-06-25  rsandifo PR debug/53740
2012-06-25  rsandifogcc/
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-13  aolivaPR debug/48866
2012-04-13  aoliva* df-problems.c (df_note_bb_compute): Do not take note of
2012-01-30  bonzini2012-01-30 Paolo Bonzini <bonzini@gnu.org>
2012-01-19  abelgcc/:
2011-08-26  rsandifogcc/
2011-07-07  jakub PR debug/49522
2011-06-15  law * df-problems.c (df_lr_local_compute): Manually CSE
2011-05-04  bernds PR rtl-optimization/47612
2011-03-19  aesok * cfgcleanup.c (mark_effect): Use bitmap_set_range...
2011-01-26  law PR rtl-optimization/47464
2010-12-14  berndsgcc/
2010-11-16  ebotcazou PR rtl-optimization/46315
2010-11-09  jakub PR debug/46171
2010-11-03  hjlRevert revision 164552.
2010-09-23  bernds PR rtl-optimization/44374
2010-08-04  bernds PR rtl-optimization/45162
2010-07-29  bernds PR rtl-optimization/42575
2010-07-02  hubicka * df-problems.c (df_kill_notes): Do not collect dead...
2010-06-22  hubickaFix version of patch from previous commit ;(
2010-06-22  hubicka * df-problems.c (df_rd_confluence_n, df_lr_confluence_...
2010-06-12  hubicka * df-core.c (df_clear_bb_info): New function.
2010-06-11  hubicka * df-problems.c (df_live_scratch): Convert to bitmap_head.
2010-06-10  hubicka * df-problems.c (df_live_problem_data): Add live_bitmaps.
2010-06-07  hubicka PR middle-end/44454
2010-06-07  hubicka * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
2010-06-06  hubicka * df-core.c (df_set_blocks): Use bitmap_head instead...
2010-06-05  hubicka * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
2010-06-05  hubicka * df-problems.c (seen_in_block, seen_in_insn): Convert...
2010-06-05  hjlUpdate df_lr_bb_local_compute for embedded bitmaps.
2010-06-04  hubicka * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info...
2010-06-04  hubicka * df-problems.c (df_create_unused_note, df_note_bb_com...
2010-05-11  jakub PR debug/44023
2010-05-06  jakub PR bootstrap/43994
2010-05-05  jakub PR debug/43478
2010-04-26  bernds * df-problems.c (df_simulate_initialize_forwards)...
2010-04-22  bernds * ifcvt.c (dead_or_predicable): Use df_simulate_find_d...
2009-11-30  bonzini2009-11-30 Paolo Bonzini <bonzini@gnu.org>
next