summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* PR rtl-optimization/68910ebotcazou2015-12-191-1/+2
* Backport from trunkmwahab2015-08-051-0/+3
* PR jit/64722: fix corruption of %ebx on 32-bit i386 with libgccjitdmalcolm2015-01-231-2/+1
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+10
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* Update copyright years.jakub2015-01-051-1/+1
* PR63426 Fix various signed integer overflowstrippels2014-11-201-1/+1
* implement a replacement for if_markedtbsaunde2014-11-201-85/+93
* gcc/ienkovich2014-11-051-1/+10
* gcc/ada/rsandifo2014-10-291-63/+63
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-5/+7
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-2/+6
* PR rtl-optimization/63348uros2014-09-251-11/+0
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-3/+3
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-2/+2
* INSN_LOCATION takes an rtx_insndmalcolm2014-09-091-5/+5
* Handcode gen_rtx_INSNdmalcolm2014-09-091-0/+11
* make several emit functions take an rtx_insn *tbsaunde2014-09-051-9/+9
* fixup_args_size_notes takes a pair of rtx_insndmalcolm2014-09-051-1/+1
* Change the types of arguments and return values for several functions from rt...tbsaunde2014-09-041-5/+3
* Make next_insn and previous_insn require an rtx_insn *dmalcolm2014-08-291-4/+2
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-68/+104
* Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insndmalcolm2014-08-281-15/+42
* Use rtx subclasses in more places in reorg.cdmalcolm2014-08-281-3/+3
* gcc/rsandifo2014-08-281-22/+10
* gcc/rsandifo2014-08-271-0/+8
* rtl_data.x_stack_slot_list becomes an rtx_expr_listdmalcolm2014-08-271-1/+2
* Introduce rtx_expr_list subclass of rtx_defdmalcolm2014-08-271-0/+7
* Introduce rtx_insn_list subclass of rtx_defdmalcolm2014-08-271-0/+7
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-3/+3
* Strengthen various insn emission functionsdmalcolm2014-08-261-8/+8
* get_last_insn_anywhere returns an rtx_insndmalcolm2014-08-261-1/+1
* Params of add_insn and unlink_insn_chaindmalcolm2014-08-261-12/+17
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-261-13/+14
* unshare_all_rtl_again takes an rtx_insn *dmalcolm2014-08-251-3/+3
* reorder_insns requires rtx_insn *dmalcolm2014-08-251-2/+2
* try_split returns an rtx_insndmalcolm2014-08-211-6/+6
* next_cc0_user and prev_cc0_setter scaffoldingdmalcolm2014-08-191-6/+6
* emit_* functions return rtx_insndmalcolm2014-08-191-76/+78
* emit_jump_table_data returns an rtx_jump_table_data *dmalcolm2014-08-191-2/+3
* Convert various rtx to rtx_note *dmalcolm2014-08-191-11/+11
* make_insn_raw returns an rtx_insndmalcolm2014-08-191-21/+21
* last_call_insn returns an rtx_call_insn *dmalcolm2014-08-191-3/+3
* Strengthen return type of gen_label_rtxdmalcolm2014-08-191-3/+4
* Strengthen return types of various {next|prev}_*insn from rtx to rtx_insn *dmalcolm2014-08-191-30/+30
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-24/+24
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm2014-08-181-6/+6
* 2014-08-05 Richard Biener <rguenther@suse.de>rguenth2014-08-051-1/+5
* 2014-05-18 John David Anglin <danglin@gcc.gnu.org>law2014-06-091-2/+10
* * rtl.h (insn_location): Declare.ebotcazou2014-06-061-0/+7