aboutsummaryrefslogtreecommitdiff
path: root/gcc/cprop.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-21re PR middle-end/52996 (ice in verify_loop_structure, at cfgloop.c:1567)Richard Biener1-25/+9
2012-12-02re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Marek Polacek1-7/+22
2012-11-29Improve debug message.Marek Polacek1-3/+5
2012-11-26Remove redundant variable in hash_set.Marek Polacek1-4/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+0
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-6/+6
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-02re PR middle-end/52800 (eglibc build broken with internal compiler error in c...Richard Guenther1-1/+1
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+12
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