summaryrefslogtreecommitdiff
path: root/gcc/cprop.c
Commit message (Expand)AuthorAgeFilesLines
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/52996 (ice in verify_loop_structure, at cfgloop.c:1567)Richard Biener2012-12-211-25/+9
* re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Marek Polacek2012-12-021-7/+22
* Improve debug message.Marek Polacek2012-11-291-3/+5
* Remove redundant variable in hash_set.Marek Polacek2012-11-261-4/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-2/+0
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-6/+6
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR middle-end/52800 (eglibc build broken with internal compiler error in c...Richard Guenther2012-04-021-1/+1
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+12
* re PR rtl-optimization/50663 (conditional propagation missed in cprop.c pass)Bin Cheng2011-11-171-8/+48
* cprop.c: Adjust outdated comments throughout.Eric Botcazou2011-11-111-74/+68
* re PR rtl-optimization/50448 (Missed optimization accessing struct component ...Georg-Johann Lay2011-11-051-2/+14
* re PR rtl-optimization/49474 (ppc ICEs with -O3 (bootstrapping with -O3 and -...Andrew Pinski2011-07-121-1/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* Revert r174848,174849Xinliang David Li2011-06-091-5/+4
* Gator cleanupDavid Li2011-06-091-4/+5
* * cprop.c (local_cprop_pass): Don't set changed for debug insns.Alexandre Oliva2011-06-061-1/+2
* cprop.c (struct reg_use): Remove.Steven Bosscher2011-04-051-27/+31
* re PR middle-end/48441 (ICE in mark_oprs_set)Steven Bosscher2011-04-051-2/+2
* cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.Steven Bosscher2011-04-041-161/+72
* cprop.c (implicit_set_cond_p): Assume nothing about COND...Steven Bosscher2011-04-041-48/+94
* cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.Steven Bosscher2011-04-041-52/+28
* cprop.c (oprs_not_set_p): Remove.Steven Bosscher2011-04-041-104/+12
* cprop.c: Clean up hash table building.Steven Bosscher2011-03-311-175/+46
* Makefile.in: New rule for cprop.o.Steven Bosscher2011-03-281-0/+2168