summaryrefslogtreecommitdiff
path: root/gcc/cprop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cprop.c (implicit_set_cond_p): Assume nothing about COND, movesteven2011-04-041-48/+94
* * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.steven2011-04-041-52/+28
* * cprop.c (oprs_not_set_p): Remove.steven2011-04-041-104/+12
* * cprop.c: Clean up hash table building.steven2011-03-311-175/+46
* * Makefile.in: New rule for cprop.o.steven2011-03-281-0/+2168