aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-06-01Change use to type-based pool allocator in regcprop.c.Martin Liska1-10/+21
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-2/+2
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-10/+4
2015-05-02kill_autoinc_value can take a rtx_insn *Trevor Saunders1-1/+1
2015-01-09Handle CALL_INSN_FUNCTION_USAGE clobbers in regcprop.cTom de Vries1-12/+22
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-14/+14
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+6
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-9/+3
2014-10-17Use fuse-caller-save info in cprop-hardregTom de Vries1-1/+5
2014-10-17Handle copy cycles in pass_cprop_hardregTom de Vries1-5/+14
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-09re PR rtl-optimization/57003 (gcc breaks -O2 optimization with Wine(64) - lin...Uros Bizjak1-1/+11
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