aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-11/+11
2019-07-01Allow earlyclobbers in ira_get_dup_out_numRichard Sandiford1-20/+2
2019-07-01Make ira_get_dup_out_num handle more casesRichard Sandiford1-11/+44
2019-07-01Simplify ira_setup_altsRichard Sandiford1-28/+10
2019-07-01Use alternative_mask for add_insn_allocno_copiesRichard Sandiford1-10/+13
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+1
2019-06-06re PR rtl-optimization/88751 (Performance regression reload vs lra)Andreas Krebbel1-1/+8
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-01-252019-01-25 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-24/+65
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-5/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06re PR target/88282 (ICE in df_install_refs at gcc/df-scan.c:2379)Vladimir Makarov1-3/+9
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-1/+5
2018-02-05Adjust ira_init_register_move_cost commentRichard Sandiford1-2/+4
2018-01-31re PR target/82444 (ICE in ira_init_register_move_cost, at ira.c:1581)Vladimir Makarov1-1/+2
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-3/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: frame allocationsRichard Sandiford1-2/+2
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+1
2017-12-20poly_int: ira subreg liveness trackingRichard Sandiford1-20/+40
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-28Remove Cilk Plus support.Julia Koval1-3/+0
2017-10-18ira: volatile asm's are not moveable (PR82602)Segher Boessenkool1-0/+6
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-6/+6
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-2/+2
2017-06-23ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.Bernd Edlinger1-1/+2
2017-05-14move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders1-56/+28
2017-05-14use auto_bitmap moreTrevor Saunders1-9/+4
2017-04-19IRA: Don't create new regs for debug insns (PR80429)Segher Boessenkool1-5/+20
2017-03-28re PR rtl-optimization/80193 (ICE on valid (but hairy) C code at -O3 on x86_6...Vladimir Makarov1-2/+8
2017-02-24re PR rtl-optimization/79286 (ira and lra wrong code at -O2 and -Os on i686-l...Jeff Law1-2/+1
2017-02-16re PR rtl-optimization/79286 (ira and lra wrong code at -O2 and -Os on i686-l...Alan Modra1-2/+54
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-12re PR rtl-optimization/78669 (ICE: in combine_and_move_insns, at ira.c:3665 w...Bernd Schmidt1-0/+8
2016-12-07GCC caches the whether a function is a leaf in crtl->is_leaf.Wilco Dijkstra1-5/+11
2016-11-30ira: Don't substitute into TRAP_IF insns (PR78610)Segher Boessenkool1-0/+5
2016-11-30ira.c (ira_update_equiv_info_by_shuffle_insn): Use copy_rtx for REG_EQUIV arg...Jakub Jelinek1-1/+1
2016-11-17R_MIPS_JALR failuresAlan Modra1-1/+1
2016-11-10target.def (additional_allocno_class_p): New.Vladimir Makarov1-1/+1
2016-11-07target.def (compute_pressure_classes): New target hook.Pat Haugen1-64/+71
2016-10-18tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.Richard Biener1-0/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
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