aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-22reload.c (find_reloads): Set operand_mode to Pmode for address operands consi...Andreas Krebbel1-0/+7
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-6/+6
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-2/+2
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-3/+3
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-07-08defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.Bernd Schmidt1-4/+4
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-22/+19
2011-06-29re PR rtl-optimization/49114 ([x32] Reload failed to handle (set reg:X (plus:...Ulrich Weigand1-0/+6
2011-06-29re PR rtl-optimization/49114 ([x32] Reload failed to handle (set reg:X (plus:...Ulrich Weigand1-87/+19
2011-06-17re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson1-0/+9
2011-06-01re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Richard Sandiford1-0/+2
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-3/+4
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-13/+13
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-92/+92
2011-03-24reload.c (find_reloads_subreg_address): Add address_reloaded parameter and re...Andreas Krebbel1-10/+16
2011-03-21expr.h (prepare_operand): Move to...Richard Sandiford1-5/+3
2011-02-02re PR target/47543 (ICE: in extract_insn, at recog.c:2109 when building zlib)Jeff Law1-3/+10
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-10-17target.def (preferred_output_reload_class): New hook.Anatoly Sokolov1-16/+13
2010-10-11target.def (preferred_reload_class): New hook.Anatoly Sokolov1-15/+15