]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cprop.c
remove has_execute
[thirdparty/gcc.git] / gcc / cprop.c
2014-07-09  tbsaunderemove has_execute
2014-06-15  rsandifogcc/
2014-05-06  mrsMerge in trunk.
2014-05-06  rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-04-22  rsandifoMerge from trunk.
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
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_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  dmalcolmEliminate n_edges macro
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-10-20  mrsMerge in trunk.
2013-09-30  rsandifogcc/
2013-09-28  rsandifogcc/
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-04-10  rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-21  rguenth2012-12-21 Richard Biener <rguenther@suse.de>
2012-12-02  mpolacekPR54838
2012-11-29  mpolacekImprove debug message.
2012-11-26  mpolacekRemove redundant variable in hash_set.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
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-08-02  zadeck2012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-07-16  stevengcc/
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-02  rguenth2012-04-02 Richard Guenther <rguenther@suse.de>
2012-03-28  rguenth2012-03-28 Richard Guenther <rguenther@suse.de>
2011-11-17  ebotcazou PR rtl-optimization/50663
2011-11-11  ebotcazou * cprop.c: Adjust outdated comments throughout.
2011-11-05  gjl PR rtl-optimization/50448
2011-07-12  pinskia2011-07-12 Andrew Pinski <pinskia@gmail.com>
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-09  davidxlRevert r174848,174849
2011-06-09  davidxlGator cleanup
2011-06-06  aoliva* cprop.c (local_cprop_pass): Don't set changed for...
2011-04-05  steven * cprop.c (struct reg_use): Remove.
2011-04-05  steven PR middle-end/48441
2011-04-04  steven * cprop.c (struct expr): Split 'expr' field in 'dest...
2011-04-04  steven * cprop.c (implicit_set_cond_p): Assume nothing about...
2011-04-04  steven * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
2011-04-04  steven * cprop.c (oprs_not_set_p): Remove.
2011-03-31  steven * cprop.c: Clean up hash table building.
2011-03-28  steven * Makefile.in: New rule for cprop.o.