summaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+2
* function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod2015-06-171-0/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Change use to type-based pool allocator in regcprop.c.Martin Liska2015-06-011-10/+21
* rtl.def (REG): Change format to "r".Richard Sandiford2015-05-191-2/+2
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-10/+4
* kill_autoinc_value can take a rtx_insn *Trevor Saunders2015-05-021-1/+1
* Handle CALL_INSN_FUNCTION_USAGE clobbers in regcprop.cTom de Vries2015-01-091-12/+22
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-14/+14
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-3/+6
* recog.h (extract_constrain_insn): Declare.Richard Sandiford2014-10-221-9/+3
* Use fuse-caller-save info in cprop-hardregTom de Vries2014-10-171-1/+5
* Handle copy cycles in pass_cprop_hardregTom de Vries2014-10-171-5/+14
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* re PR rtl-optimization/57003 (gcc breaks -O2 optimization with Wine(64) - lin...Uros Bizjak2014-10-091-1/+11
* regcprop.c (cprop_find_used_regs_1): Delete.Richard Sandiford2014-08-281-21/+16
* regcprop.c: Include rtl-iter.h.Richard Sandiford2014-08-281-25/+21
* regcprop.c: Use rtx_insnDavid Malcolm2014-08-221-10/+10
* remove has_executeTrevor Saunders2014-07-091-1/+0
* recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford2014-06-041-3/+3
* recog.h (alternative_class): New function.Richard Sandiford2014-06-041-8/+7
* recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford2014-06-041-13/+11
* regcprop.c (copyprop_hardreg_forward_1): Account for HARD_REGNO_CALL_PART_CLO...Matthew Fortune2014-06-041-3/+4
* regcprop.h: New file.Zhenqiang Chen2014-05-151-1/+22
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-88/+86
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-8/+5
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* re PR rtl-optimization/54300 (regcprop incorrectly looks through parallel reg...Richard Earnshaw2013-11-201-0/+18
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-18/+35
* re PR rtl-optimization/57003 (gcc breaks -O2 optimization with Wine(64) - lin...Jakub Jelinek2013-04-251-0/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* 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