summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-8/+24
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR rtl-optimization/64010 ([msp430-elf] struct function dereference clobbe...Ulrich Weigand2014-12-031-0/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-42/+42
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+4
* recog.h (recog_data_d): Remove enabled_alternatives.Richard Sandiford2014-10-221-1/+2
* recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford2014-10-221-1/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-6/+7
* single_set takes an insnDavid Malcolm2014-09-091-1/+2
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-1/+2
* reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm2014-08-221-19/+20
* common.md: New file.Richard Sandiford2014-06-111-48/+4
* system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford2014-06-111-20/+0
* genpreds.c (const_int_start, [...]): New variables.Richard Sandiford2014-06-111-0/+7
* system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford2014-06-111-64/+68
* system.h (TEST_BIT): New macro.Richard Sandiford2014-05-271-1/+1
* 014-01-16 Bernd Schmidt <bernds@codesourcery.com>Bernd Schmidt2014-01-161-1/+6
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-3/+3
* reload.c (find_valid_class): Allow classes that do not include FIRST_PSEUDO_R...Joern Rennecke2013-08-261-2/+2
* reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang2013-07-231-2/+8
* recog.h (Recog_data): Rename to...Richard Sandiford2013-05-181-1/+1
* recog.h: Rename struct recog_data to Recog_data.Mike Stump2013-05-141-1/+1
* * gcc/reload.c (subst_reloads): Fix DEBUG_RELOAD build issue.Matthew Gretton-Dann2013-02-041-6/+6
* re PR other/54814 (ICE: unable to find a register to spill in class 'R0_REG')Bernd Schmidt2013-01-281-5/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-2/+2
* rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck2012-11-091-2/+2
* reload.c (find_reloads_subreg_address): Remove FORCE_REPLACE parameter.Ulrich Weigand2012-10-161-154/+131
* re PR target/54516 (ICE in reload_cse_simplify_operands, at postreload.c:403 ...Richard Earnshaw2012-09-141-2/+8
* Temporarily revert previousRichard Earnshaw2012-09-141-8/+2
* reload.c (find_dummy_reload): Don't use OUT as a reload reg for IN if it over...Richard Earnshaw2012-09-141-2/+8
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-7/+2
* reload.c (find_valid_class_1): New static function.Bernd Schmidt2012-08-091-9/+64
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-10/+6
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-3/+1
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-4/+6
* reload.c (find_reloads): Change the loop nesting when trying an alternative w...Andreas Krebbel2012-04-261-761/+774
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-1/+1
* re PR rtl-optimization/51856 (ICE in reload_cse_simplify_operands)Andreas Krebbel2012-01-201-2/+2
* reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND insertion.Marcus Shawcroft2012-01-051-1/+6
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-60/+66
* re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution failure)Eric Botcazou2011-10-271-0/+8
* reload.c (reload_inner_reg_of_subreg): Change type of return value and type o...Eric Botcazou2011-10-261-46/+45
* re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution failure)Eric Botcazou2011-10-251-14/+4
* * reload.c (regno_clobbered_p): Fix typo.Mike Stump2011-10-251-1/+1