summaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher2012-10-161-6/+9
* 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
* attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt2012-05-141-7/+42
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-17/+19
* Fix illegal register substitutions on big-endian during cprop_reg.David S. Miller2011-10-271-0/+8
* regcprop.c (copyprop_hardreg_forward_1): Update recog_data after validate_cha...Mike Stump2011-10-211-0/+12
* regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.Richard Sandiford2011-07-211-4/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.Eric Botcazou2011-05-131-2/+2
* Continue searching in find_oldest_value_reg on class match failure.Richard Henderson2010-12-171-1/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR bootstrap/45028 (ICE building 64-bit libjava on Solaris 2/SPARC: output...Jakub Jelinek2010-07-221-1/+8
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* re PR debug/43161 (Wrong debug info in guality/vla-1.c (f2))Jakub Jelinek2010-02-261-11/+167
* * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.Jakub Jelinek2010-02-241-7/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-6/+36
* Makefile.in (OBJS-common): Add regcprop.o.Paolo Bonzini2009-05-071-0/+1005