aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)Author
2018-11-202018-11-20 Eric Botcazou <ebotcazou@adacore.com>Eric Botcazou
2017-03-142017-03-14 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-05Introduce RTL function readerDavid Malcolm
2017-01-05 PR tree-optimizatin/78812Jeff Law
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-09Prevent use of MEM_* attr accessor macros as lvaluesDavid Malcolm
2016-12-02PR target/77822: Add helper macro EXTRACT_ARGS_IN_RANGE to system.h.Dominik Vogt
2016-11-28 PR middle-end/78540Jakub Jelinek
2016-11-23Add more subreg offset helpersRichard Sandiford
2016-11-21make dead_or_set_{,regno_}p take rtx_insn *Trevor Saunders
2016-11-21make add_int_reg_note take rtx_insn *Trevor Saunders
2016-11-21make replace_label_in_insn take labels as rtx_insn *Trevor Saunders
2016-11-18Make load_extend_op an inline functionRichard Sandiford
2016-11-16 * rtl.h: Declare gt_ggc_mx and gt_pch_nx.Jason Merrill
2016-11-15Add a load_extend_op wrapperRichard Sandiford
2016-11-07 * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.Bernd Schmidt
2016-11-02remove cast from prev_nonnote_insn_bbTrevor Saunders
2016-11-02remove cast to rtx_insn * in remove_noteTrevor Saunders
2016-10-21make tablejump_p return the label as a rtx_insn *Trevor Saunders
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-16 PR ada/37139Eric Botcazou
2016-10-12 * rtl.h (struct rtx_def): Comment how RTX_FLAGS will beGeorg-Johann Lay
2016-09-22make next_cc0_user take rtx_insn *Trevor Saunders
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders
2016-09-22make next/prev nonnote_nondebug_insn take rtx_insn *Trevor Saunders
2016-09-22make prev_real_insn take rtx_insn *Trevor Saunders
2016-09-22make next/prev nondebug_insn take rtx_insn *Trevor Saunders
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders
2016-04-27maybe_set_first_label_num can take an rtx_code_label *David Malcolm
2016-04-13 PR debug/70628Jakub Jelinek
2016-04-042016-04-04 Richard Biener <rguenther@suse.de>Richard Biener
2016-03-17 PR target/70245Jakub Jelinek
2016-02-24[gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...Kyrylo Tkachov
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-25Remove broken ifcvt code for speculating memory writesBernd Schmidt
2015-11-06 PR debug/66728Mike Stump
2015-10-30Add contains_symbol_ref_pAnatoly Sokolov
2015-10-21[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law
2015-10-13Fix prototype for print_insn in rtl.hNikolai Bozhenov
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford
2015-08-20gcc/Richard Sandiford
2015-07-30Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov
2015-07-15remove some usage of expr_list from read_rtxTrevor Saunders
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-09always define AUTO_INC_DECTrevor Saunders
2015-07-08 * target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-26gcc/Richard Sandiford
2015-06-252015-06-25 Andrew Macleod <amacleod@redhat.com>Andrew Macleod