summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* 2014-05-26 Richard Sandiford <rdsandiford@googlemail.com>hainque2014-05-281-24/+50
* gcc/rsandifo2014-05-201-0/+1
* gcc/rsandifo2014-05-191-2/+3
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-5/+5
* gcc/rsandifo2014-05-171-13/+24
* gcc/rsandifo2014-05-131-0/+9
* gcc/rsandifo2014-05-131-1/+1
* gcc/rsandifo2014-05-061-30/+26
* Prevent wide_int = {widest,offset}_intrsandifo2014-04-281-1/+1