aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-3/+1
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-1/+1
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-2/+2
2017-09-04Add subreg_memory_offset helper functionsRichard Sandiford1-0/+27
2017-08-30[71/77] Use opt_scalar_mode for mode iteratorsRichard Sandiford1-43/+49
2017-08-30[66/77] Use scalar_mode for constant integersRichard Sandiford1-13/+6
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-2/+2
2017-08-30[28/77] Use is_a <scalar_int_mode> for miscellaneous types of testRichard Sandiford1-7/+9
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford1-2/+1
2017-08-30[15/77] Add scalar_int_modeRichard Sandiford1-13/+15
2017-08-30[11/77] Add a float_mode_for_size helper functionRichard Sandiford1-3/+2
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-55/+20
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-13/+3
2017-07-29replace rtx_alloc_stat with c++Trevor Saunders1-1/+1
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-8/+12
2017-05-04tree.c (array_at_struct_end_p): Handle arrays at struct end with flexarrays m...Richard Biener1-1/+1
2017-04-27re PR middle-end/80533 (Alias analysis of zero length array does not recogniz...Richard Biener1-1/+4
2017-02-02re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou1-0/+3
2017-01-05Introduce RTL function readerDavid Malcolm1-0/+13
2017-01-03re PR rtl-optimization/65618 (gnat bootstrap comparison failure on mips{,el}-...James Cowgill1-2/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08Introduce emit_status::ensure_regno_capacityDavid Malcolm1-19/+29
2016-12-07Introduce rtl_data::init_stack_alignmentDavid Malcolm1-0/+12
2016-12-06re PR middle-end/78642 (invalid rtl sharing found in the insn)Eric Botcazou1-6/+9
2016-12-02re PR target/78614 (ICE error: invalid rtl sharing found in the insn (verify_...Jakub Jelinek1-4/+0
2016-12-02re PR rtl-optimization/78547 (ICE: in loc_cmp, at var-tracking.c:3417 with -O...Jakub Jelinek1-0/+8
2016-11-30emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing instead of reset_us...Jakub Jelinek1-3/+3
2016-11-23Add more subreg offset helpersRichard Sandiford1-29/+26
2016-11-07emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.Bernd Schmidt1-5/+7
2016-11-02remove cast from prev_nonnote_insn_bbTrevor Saunders1-2/+1
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-1/+1
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-2/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-22make next_cc0_user take rtx_insn *Trevor Saunders1-3/+1
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders1-7/+3
2016-09-22make next/prev nonnote_nondebug_insn take rtx_insn *Trevor Saunders1-6/+2
2016-09-22make prev_real_insn take rtx_insn *Trevor Saunders1-3/+1
2016-09-22make next/prev nondebug_insn take rtx_insn *Trevor Saunders1-6/+2
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders1-5/+2
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-2/+2
2016-08-28make stack_slot_list a vec<rtx>Trevor Saunders1-3/+8
2016-08-04016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+5
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-3/+3
2016-04-27maybe_set_first_label_num can take an rtx_code_label *David Malcolm1-1/+1
2016-02-16re PR target/48344 (powerpc ICE with -fstack-limit-register=r2)Kelvin Nilsen1-0/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-19re PR rtl-optimization/68910 (huge stack frame and poor code with instruction...Eric Botcazou1-1/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-9/+7