aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-18IRA: Fix % constraint modifier handling on disabled alternatives.Andreas Krebbel1-6/+8
2015-11-11re PR target/67265 ([x86] 'asm' operand has impossible constraints with -fsta...Eric Botcazou1-3/+6
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+3
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-08-29Remove redundant use of REG_CLASS_NAMES marosAnatoly Sokolov1-4/+2
2015-08-13ira-int.h: Include recog.h.Andrew MacLeod1-1/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+7
2015-06-25cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod1-1/+1
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-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-2/+2
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+1
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford1-4/+2
2015-05-19caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe...Richard Sandiford1-2/+2
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-6/+3
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-7/+7
2015-05-09more rtx_insn * in recog.cTrevor Saunders1-2/+2
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-05-02type reg_equiv_init as rtx_insn_listTrevor Saunders1-5/+7
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-4/+1
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders1-11/+12
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+2
2015-04-22always define HAVE_cc0Trevor Saunders1-2/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR rtl-optimization/63397 (signed integer overflows in ira.c)Vladimir Makarov1-6/+12
2014-12-15re PR target/62642 (x86 rdtsc is moved through barrier)Vladimir Makarov1-0/+6
2014-11-19re PR middle-end/63762 ([ARM]GCC generates UNPREDICTABLE STR with Rn = Rt whe...Renlin Li1-1/+12
2014-11-05Add a no_register_allocation target hook.Bernd Schmidt1-0/+8
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-14/+14
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-6/+12
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-1/+3
2014-10-22md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford1-1/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-14ira.c: Fix typo in comment.Kito Cheng1-12/+12
2014-10-14ira.c (struct equivalence): Change member "is_arg_equivalence" and "replace" ...Felix Yang1-14/+49
2014-10-13re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Kirill Yukhin1-1/+15
2014-10-10ira.c (struct equivalence): Promote INIT_INSNs field to an rtx_insn_list.Jeff Law1-11/+20
2014-09-19cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang1-5/+5
2014-09-16Clean up useless initialization for IRA if using LRA.Kito Cheng1-11/+10
2014-09-12ira.h (ira_finish_once): Delete.Richard Sandiford1-21/+18
2014-09-09single_set takes an insnDavid Malcolm1-1/+1
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-2/+3
2014-09-09struct ira_reg_equiv_s's "init_insns" is an rtx_insn_listDavid Malcolm1-8/+10