aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-25re PR rtl-optimization/57003 (gcc breaks -O2 optimization with Wine(64) - lin...Jakub Jelinek1-0/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-3/+3
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-1/+1
2012-10-16combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher1-6/+9
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-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-7/+42
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-17/+19
2011-10-27Fix illegal register substitutions on big-endian during cprop_reg.David S. Miller1-0/+8
2011-10-21regcprop.c (copyprop_hardreg_forward_1): Update recog_data after validate_cha...Mike Stump1-0/+12
2011-07-21regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.Richard Sandiford1-4/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-13cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.Eric Botcazou1-2/+2
2010-12-17Continue searching in find_oldest_value_reg on class match failure.Richard Henderson1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-07-22re PR bootstrap/45028 (ICE building 64-bit libjava on Solaris 2/SPARC: output...Jakub Jelinek1-1/+8
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-02-26re PR debug/43161 (Wrong debug info in guality/vla-1.c (f2))Jakub Jelinek1-11/+167
2010-02-24* regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.Jakub Jelinek1-7/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-6/+36
2009-05-07Makefile.in (OBJS-common): Add regcprop.o.Paolo Bonzini1-0/+1005