aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-8/+24
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03re PR rtl-optimization/64010 ([msp430-elf] struct function dereference clobbe...Ulrich Weigand1-0/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-42/+42
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-22recog.h (recog_data_d): Remove enabled_alternatives.Richard Sandiford1-1/+2
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-1/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-6/+7
2014-09-09single_set takes an insnDavid Malcolm1-1/+2
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-1/+2
2014-08-22reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm1-19/+20
2014-06-11common.md: New file.Richard Sandiford1-48/+4
2014-06-11system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford1-20/+0
2014-06-11genpreds.c (const_int_start, [...]): New variables.Richard Sandiford1-0/+7
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-64/+68
2014-05-27system.h (TEST_BIT): New macro.Richard Sandiford1-1/+1
2014-01-16014-01-16 Bernd Schmidt <bernds@codesourcery.com>Bernd Schmidt1-1/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-08-26reload.c (find_valid_class): Allow classes that do not include FIRST_PSEUDO_R...Joern Rennecke1-2/+2
2013-07-23reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang1-2/+8
2013-05-18recog.h (Recog_data): Rename to...Richard Sandiford1-1/+1
2013-05-14recog.h: Rename struct recog_data to Recog_data.Mike Stump1-1/+1
2013-02-04* gcc/reload.c (subst_reloads): Fix DEBUG_RELOAD build issue.Matthew Gretton-Dann1-6/+6
2013-01-28re PR other/54814 (ICE: unable to find a register to spill in class 'R0_REG')Bernd Schmidt1-5/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+2
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-2/+2
2012-10-16reload.c (find_reloads_subreg_address): Remove FORCE_REPLACE parameter.Ulrich Weigand1-154/+131
2012-09-14re PR target/54516 (ICE in reload_cse_simplify_operands, at postreload.c:403 ...Richard Earnshaw1-2/+8
2012-09-14Temporarily revert previousRichard Earnshaw1-8/+2
2012-09-14reload.c (find_dummy_reload): Don't use OUT as a reload reg for IN if it over...Richard Earnshaw1-2/+8
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-7/+2
2012-08-09reload.c (find_valid_class_1): New static function.Bernd Schmidt1-9/+64
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-10/+6
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-3/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+6
2012-04-26reload.c (find_reloads): Change the loop nesting when trying an alternative w...Andreas Krebbel1-761/+774
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2012-01-20re PR rtl-optimization/51856 (ICE in reload_cse_simplify_operands)Andreas Krebbel1-2/+2
2012-01-05reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND insertion.Marcus Shawcroft1-1/+6
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-60/+66
2011-10-27re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution failure)Eric Botcazou1-0/+8
2011-10-26reload.c (reload_inner_reg_of_subreg): Change type of return value and type o...Eric Botcazou1-46/+45
2011-10-25re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution failure)Eric Botcazou1-14/+4
2011-10-25* reload.c (regno_clobbered_p): Fix typo.Mike Stump1-1/+1