aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)Author
2016-01-13Merge branches/gcc-5-branch rev 232321.Yvan Roux
2015-10-13 gcc/Yvan Roux
2015-09-16Merge branches/gcc-5-branch rev 227732.linaro-local/gcc-5-integration-branch-newYvan Roux
2015-01-23PR jit/64722: fix corruption of %ebx on 32-bit i386 with libgccjitdmalcolm
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-11-20PR63426 Fix various signed integer overflowstrippels
2014-11-20implement a replacement for if_markedtbsaunde
2014-11-05gcc/ienkovich
2014-10-29gcc/ada/rsandifo
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-09-25 PR rtl-optimization/63348uros
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionstbsaunde
2014-09-11Introduce LABEL_REF_LABELdmalcolm
2014-09-09INSN_LOCATION takes an rtx_insndmalcolm
2014-09-09Handcode gen_rtx_INSNdmalcolm
2014-09-05make several emit functions take an rtx_insn *tbsaunde
2014-09-05fixup_args_size_notes takes a pair of rtx_insndmalcolm
2014-09-04Change the types of arguments and return values for several functions from rt...tbsaunde
2014-08-29Make next_insn and previous_insn require an rtx_insn *dmalcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm
2014-08-28Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insndmalcolm
2014-08-28Use rtx subclasses in more places in reorg.cdmalcolm
2014-08-28gcc/rsandifo
2014-08-27gcc/rsandifo
2014-08-27rtl_data.x_stack_slot_list becomes an rtx_expr_listdmalcolm
2014-08-27Introduce rtx_expr_list subclass of rtx_defdmalcolm
2014-08-27Introduce rtx_insn_list subclass of rtx_defdmalcolm
2014-08-26Remove DF_REF_INSN scaffoldingdmalcolm
2014-08-26Strengthen various insn emission functionsdmalcolm
2014-08-26get_last_insn_anywhere returns an rtx_insndmalcolm
2014-08-26Params of add_insn and unlink_insn_chaindmalcolm
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm
2014-08-25unshare_all_rtl_again takes an rtx_insn *dmalcolm
2014-08-25reorder_insns requires rtx_insn *dmalcolm
2014-08-21try_split returns an rtx_insndmalcolm
2014-08-19next_cc0_user and prev_cc0_setter scaffoldingdmalcolm
2014-08-19emit_* functions return rtx_insndmalcolm
2014-08-19emit_jump_table_data returns an rtx_jump_table_data *dmalcolm
2014-08-19Convert various rtx to rtx_note *dmalcolm
2014-08-19make_insn_raw returns an rtx_insndmalcolm
2014-08-19last_call_insn returns an rtx_call_insn *dmalcolm
2014-08-19Strengthen return type of gen_label_rtxdmalcolm
2014-08-19Strengthen return types of various {next|prev}_*insn from rtx to rtx_insn *dmalcolm
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm
2014-08-052014-08-05 Richard Biener <rguenther@suse.de>rguenth
2014-06-092014-05-18 John David Anglin <danglin@gcc.gnu.org>law