aboutsummaryrefslogtreecommitdiff
path: root/gcc/cprop.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-17re PR rtl-optimization/50663 (conditional propagation missed in cprop.c pass)Bin Cheng1-8/+48
2011-11-11cprop.c: Adjust outdated comments throughout.Eric Botcazou1-74/+68
2011-11-05re PR rtl-optimization/50448 (Missed optimization accessing struct component ...Georg-Johann Lay1-2/+14
2011-07-12re PR rtl-optimization/49474 (ppc ICEs with -O3 (bootstrapping with -O3 and -...Andrew Pinski1-1/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-06-09Revert r174848,174849Xinliang David Li1-5/+4
2011-06-09Gator cleanupDavid Li1-4/+5
2011-06-06* cprop.c (local_cprop_pass): Don't set changed for debug insns.Alexandre Oliva1-1/+2
2011-04-05cprop.c (struct reg_use): Remove.Steven Bosscher1-27/+31
2011-04-05re PR middle-end/48441 (ICE in mark_oprs_set)Steven Bosscher1-2/+2
2011-04-04cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.Steven Bosscher1-161/+72
2011-04-04cprop.c (implicit_set_cond_p): Assume nothing about COND...Steven Bosscher1-48/+94
2011-04-04cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.Steven Bosscher1-52/+28
2011-04-04cprop.c (oprs_not_set_p): Remove.Steven Bosscher1-104/+12
2011-03-31cprop.c: Clean up hash table building.Steven Bosscher1-175/+46
2011-03-28Makefile.in: New rule for cprop.o.Steven Bosscher1-0/+2168