]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gcse.c
This patch rewrites the old VEC macro-based interface into a new one
[thirdparty/gcc.git] / gcc / gcse.c
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12  amker * gcse.c (struct bb_data): Add new fields, old_pressur...
2012-11-01  crowlThis patch renames sbitmap iterators to unify them...
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-30  crowlThis patch implements the unification of the *bitmap...
2012-10-23  vmakarov2012-10-23 Vladimir Makarov <vmakarov@redhat.com>
2012-10-19  amker gcc/ChangeLog
2012-10-19  amker * gcse.c: Update copyright dates.
2012-10-16  steven * combine.c (record_dead_and_set_regs): Iterate over...
2012-09-11  dnovilloRemove unnecessary VEC function overloads.
2012-08-23  zadeck2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-08-09  steven * calls.c (mem_overlaps_already_clobbered_arg_p):...
2012-07-23  steven * sbitmap.h (struct int_list): Remove.
2012-07-16  stevengcc/
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-04-24  krebbel2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2012-01-24  rsandifogcc/
2011-11-07  ebotcazou * gcse.c: Adjust outdated comments throughout.
2011-08-18  rsandifogcc/
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-09  davidxlRevert r174848,174849
2011-06-09  davidxlGator cleanup
2011-04-05  froydnj * gcse.c (modify_mem_list): Convert to an array of...
2011-04-05  froydnj * gcse.c (modify_pair): Define. Define a VEC of it.
2011-03-28  steven * Makefile.in: New rule for cprop.o.
2011-03-28  steven * gcse.c (free_gcse_mem): Free reg_set_bitmap.
2011-03-18  mkuvyrkov PR rtl-optimization/48170
2011-02-03  aolivaPR debug/43092
2011-01-13  law * PR rtl-optimization/39077
2010-11-21  rthPR rtl-optimization/46571
2010-11-04  rguenth2010-11-04 Richard Guenther <rguenther@suse.de>
2010-11-03  jakub PR debug/46252
2010-09-13  hainque * fwprop.c (forward_propagate_and_simplify...
2010-08-20  froydnjgcc/
2010-07-28  jakub PR debug/45105
2010-07-28  mkuvyrkov PR rtl-optimization/45107
2010-07-28  mkuvyrkov PR rtl-optimization/45101
2010-07-27  mkuvyrkov PR target/42495
2010-07-27  mkuvyrkov * gcse.c (insert_insn_end_basic_block): Update signatu...
2010-07-27  mkuvyrkov PR target/42495
2010-07-27  mkuvyrkov * gcse.c (hoist_code): Generate new pseudo for every...
2010-07-27  mkuvyrkov PR rtl-optimization/40956
2010-07-27  mkuvyrkov * gcse.c (struct expr:max_distance): New field.
2010-07-27  mkuvyrkov * gcse.c (compute_transpout, transpout): Remove, move...
2010-07-27  mkuvyrkov * dbgcnt.def (hoist_insn): New debug counter.
2010-07-12  rsandifogcc/
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-05-25  ebotcazou * function.h (struct function): Add can_throw_non_call...
2010-05-22  stevengcc/ChangeLog:
2010-05-21  stevengcc/ChangeLog:
2010-05-03  steven * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
2010-03-16  jakub PR debug/43051
2010-02-03  steven * doc/invoke.texi: Fix name of sched1 dump.
2010-01-07  steven * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_...
2010-01-03  steven * postreload-gcse.c (insert_expr_in_table): Replace...
2009-11-25  hjlRemove trailing white spaces.
2009-11-24  paolo2009-11-24 Michael Matz <matz@suse.de>
2009-11-08  amylaar * cfgrtl.c (pass_free_cfg): Add pass name.
2009-10-20  rsandifogcc/
2009-09-14  rthSquash commit of EH in gimple
2009-09-02  aolivagcc/ChangeLog:
2009-06-22  paolo2009-06-22 Shujing Zhao <pearly.zhao@oracle.com>
2009-05-27  jules gcc/
2009-05-16  iangcc/ChangeLog:
2009-04-30  steven * gcse.c (ae_gen): Remove.
2009-04-30  hp * gcse.c (gcse_constant_p): Fix typo in last change.
2009-04-30  krebbel2009-04-30 Andreas Krebbel <krebbel1@de.ibm.com>
2009-04-27  steven * dbgcnt.def (cprop1, cprop2, gcse, jump_bypass):...
2009-04-26  steven * df-scan.c (df_insn_rescan): Salvage insn's LUID...
2009-04-24  jakub PR rtl-optimization/39794
2009-04-12  steven * doc/invoke.texi (max_gcse_passes): Remove documentation.
2009-03-30  bonzini2009-03-09 Paolo Bonzini <bonzini@gnu.org>
2008-08-29  hubicka * loop-unswitch.c (unswitch_single_loop): Use optimize...
2008-07-15  ghazi * df-problems.c (df_set_note): Avoid C++ keywords.
2008-07-02  ian * rtlanal.c (add_reg_note): New function.
2008-06-26  ghazi * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begi...
2008-06-17  stevenRemove libcall notes.
2008-06-06  rwildgcc/
2008-05-25  rguenth2008-05-25 Steven Bosscher <stevenb.gcc@gmail.com>
2008-05-10  zadeck2008-05-10 Kenneth Zadeck <zadeck@naturalbridge.com>
2008-05-07  zadeck2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com>
2008-04-25  hubicka PR testsuite/35843
2008-04-07  bergner PR middle-end/PR28690
2008-03-19  hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2008-02-26  dje * dbgcnt.def (cfg_cleanup, cprop1, cprop2,...
2008-01-13  uros * gcse.c (cprop_jump): Call validate_unshare_ch...
2007-11-24  hp * rtlanal.c (label_is_jump_target_p): Return true...
2007-11-18  jakub PR rtl-optimization/34132
2007-11-12  ebotcazou PR rtl-optimization/34035
2007-11-10  bonzini2007-11-10 Steven Bosscher <stevenb.gcc@gmail.com>
2007-11-01  ebotcazou PR rtl-optimization/33828
2007-11-01  jakub PR rtl-optimization/33673
2007-10-11  rguenth2007-10-11 Richard Guenther <rguenther@suse.de>
2007-10-03  aoliva* gcse.c (hash_scan_set): Insert set in insn before...
2007-09-09  hp Divide REG_LABEL notes into REG_LABEL_OPERAND and...
2007-09-05  hubicka * regrename.c (pass_regrename, pass_cprop_hardreg...
2007-08-23  chaoyingfu * rtl.c (rtx_code_size): Check CONST_FIXED to calcualt...
2007-08-14  ghazi * alias.c (rtx_equal_for_memref_p): Constify.
next