summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* gcc/rsandifo2015-06-061-4/+4
* Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2miyuki2015-06-061-3/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* New memory allocation statistics infrastructure.marxin2015-05-271-1/+1
* don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...tbsaunde2015-05-221-2/+3
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-21/+42
* gcc/rsandifo2015-05-191-1/+4
* gcc/rsandifo2015-05-191-3/+11
* gcc/rsandifo2015-05-191-1/+4
* 2015-05-12 Andrew MacLeod <amacleod@redhat.com>amacleod2015-05-121-0/+3
* * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.ebotcazou2015-05-111-2/+6
* make emit_debug_insn_before take a rtx_insn *tbsaunde2015-05-091-1/+1
* emit_note_before can take a rtx_insn *tbsaunde2015-05-091-2/+1
* emit_note_after can take a rtx_insn *tbsaunde2015-05-091-2/+1
* prev_cc0_setter can take a rtx_insn *tbsaunde2015-05-091-3/+1
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERtbsaunde2015-04-221-3/+3
* remove some ifdef HAVE_cc0tbsaunde2015-04-221-2/+0
* * function.h (struct emit_status): Delete x_first_insn, x_last_insnamodra2015-04-151-68/+43
* 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