aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23[PATCH][IRA]Initialize ira_use_lra_p early by moving the initialization intoRenlin Li1-1/+2
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-16/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-1/+1
2016-05-28ira.c bb_loop_depth againAlan Modra1-0/+1
2016-05-27ira.c bb_loop_depthAlan Modra1-0/+2
2016-05-04PR70890, stage2 miscompilationAlan Modra1-0/+16
2016-05-03Fix PR44281, bad RA with global regs.Bernd Schmidt1-1/+1
2016-04-30Goodbye REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSEDAlan Modra1-2/+0
2016-04-30Goodbye REG_LIVE_LENGTHAlan Modra1-8/+3
2016-04-30ira.c validate_equiv_memAlan Modra1-30/+51
2016-04-30ira.c use DF infrastructure for combine_and_move_insnsAlan Modra1-109/+86
2016-04-30ira.c combine_and_move_insns, and ordering of functionsAlan Modra1-68/+16
2016-04-30ira.c tidies: validate_equiv_mem_from_storeAlan Modra1-14/+19
2016-04-30ira.c tidies: split update_reg_equivsAlan Modra1-63/+62
2016-04-30ira.c tidies: move pdx_subregs into reg_equivAlan Modra1-15/+12
2016-03-31re PR rtl-optimization/70460 (Miscompilation of glibc on i686-linux starting ...Jakub Jelinek1-12/+12
2016-03-18re PR rtl-optimization/70263 (ICE at -O1 and above in both 32-bit and 64-bit ...Jeff Law1-2/+19
2016-03-16Fix thinko in indirect_jump_optimizeAlan Modra1-8/+18
2016-03-10PR69195, Reload confused by invalid reg_equivAlan Modra1-50/+52
2016-03-01re PR ada/70017 (c52103x and c52104x test failure on s390x)Eric Botcazou1-2/+15
2016-02-15Don't make something with an autoinc an equivalencing insn (PR69752).Bernd Schmidt1-1/+2
2016-02-08re PR target/69274 (435.gromacs performance regression after r231814 on x86 ...Richard Biener1-2/+3
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov1-0/+1
2016-01-19* ira.c (ira): Update regstat data if we deleted insns.Bernd Schmidt1-3/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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