summaryrefslogtreecommitdiff
path: root/gcc/cprop.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/ada/rsandifo2014-10-291-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-2/+9
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+5
* * tree-ssa-ccp.c (prop_value_d): Rename to ...hubicka2014-09-221-33/+33
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-3/+3
* Convert edge_def.insns.r to rtx_insn *dmalcolm2014-08-251-1/+1
* postreload.c: Use rtx_insn (also touches rtl.h and cprop.c)dmalcolm2014-08-221-1/+1
* cprop.c: Use rtx_insndmalcolm2014-08-221-24/+26
* add a hash_set based on hash_tabletbsaunde2014-08-021-3/+3
* remove has_executetbsaunde2014-07-091-1/+0
* gcc/rsandifo2014-06-151-8/+6
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-2/+1
* pass cfun to pass::executetbsaunde2014-04-171-1/+1
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-9/+7
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-7/+8
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-7/+8
* Eliminate n_edges macrodmalcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-6/+8
* gcc/rsandifo2013-09-301-1/+1
* gcc/rsandifo2013-09-281-6/+7
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+37
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* 2012-12-21 Richard Biener <rguenther@suse.de>rguenth2012-12-211-25/+9
* PR54838mpolacek2012-12-021-7/+22
* Improve debug message.mpolacek2012-11-291-3/+5
* Remove redundant variable in hash_set.mpolacek2012-11-261-4/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-2/+0
* This patch normalizes more bitmap function names.crowl2012-11-011-6/+6
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-2/+2
* 2012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-021-1/+1
* gcc/steven2012-07-161-1/+0
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-04-02 Richard Guenther <rguenther@suse.de>rguenth2012-04-021-1/+1
* 2012-03-28 Richard Guenther <rguenther@suse.de>rguenth2012-03-281-0/+12
* PR rtl-optimization/50663ebotcazou2011-11-171-8/+48
* * cprop.c: Adjust outdated comments throughout.ebotcazou2011-11-111-74/+68
* PR rtl-optimization/50448gjl2011-11-051-2/+14
* 2011-07-12 Andrew Pinski <pinskia@gmail.com>pinskia2011-07-121-1/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-2/+0
* Revert r174848,174849davidxl2011-06-091-5/+4
* Gator cleanupdavidxl2011-06-091-4/+5
* * cprop.c (local_cprop_pass): Don't set changed for debug insns.aoliva2011-06-061-1/+2
* * cprop.c (struct reg_use): Remove.steven2011-04-051-27/+31
* PR middle-end/48441steven2011-04-051-2/+2
* * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.steven2011-04-041-161/+72