aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-1/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-11/+9
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-10/+6
2015-07-09always define AUTO_INC_DECTrevor Saunders1-3/+3
2015-07-09use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER lessTrevor Saunders1-3/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-24PR66306: Fix match_dups on swapped operands.Andreas Krebbel1-0/+6
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-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders1-3/+2
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-1/+1
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-40/+18
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-7/+3
2015-04-22always define HAVE_cc0Trevor Saunders1-3/+3
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