aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-28regcprop.c (cprop_find_used_regs_1): Delete.Richard Sandiford1-21/+16
2014-08-28regcprop.c: Include rtl-iter.h.Richard Sandiford1-25/+21
2014-08-22regcprop.c: Use rtx_insnDavid Malcolm1-10/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-04recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford1-3/+3
2014-06-04recog.h (alternative_class): New function.Richard Sandiford1-8/+7
2014-06-04recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford1-13/+11
2014-06-04regcprop.c (copyprop_hardreg_forward_1): Account for HARD_REGNO_CALL_PART_CLO...Matthew Fortune1-3/+4
2014-05-15regcprop.h: New file.Zhenqiang Chen1-1/+22
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-88/+86
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+5
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-11-20re PR rtl-optimization/54300 (regcprop incorrectly looks through parallel reg...Richard Earnshaw1-0/+18
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
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