]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rtl.h
Update copyright years.
[thirdparty/gcc.git] / gcc / rtl.h
2016-01-04  jakub Update copyright years.
2015-11-25  berndsRemove broken ifcvt code for speculating memory writes
2015-11-06  mrs PR debug/66728
2015-10-30  aesokAdd contains_symbol_ref_p
2015-10-21  law[PATCH] Move RTL printing code from sched-vis.c into...
2015-10-13  lawFix prototype for print_insn in rtl.h
2015-10-05  rsandifoRemove remaining uses of REAL_ARITHMETIC
2015-08-20  rsandifogcc/
2015-07-30  aesokUse lowpart_subreg instead of simplify_gen_subreg
2015-07-15  tbsaunderemove some usage of expr_list from read_rtx
2015-07-13  aldyhFix double word typos.
2015-07-09  tbsaundealways define AUTO_INC_DEC
2015-07-08  amodra * target.def (rtx_costs): Remove "code" param, add...
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-26  rsandifogcc/
2015-06-25  amacleod2015-06-25 Andrew Macleod <amacleod@redhat.com>
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-14  rsandifogcc/
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06  rsandifogcc/
2015-06-06  miyukiPromote types of rtl expressions to rtx_insn in gen_spl...
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-20  miyukiPromote types of RTL expressions to more derived ones.
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-09  tbsaunderedirect_jump* can take a rtx_insn *
2015-05-09  tbsaundefind_all_hard_reg_sets can take a rtx_insn *
2015-05-09  tbsaundemake emit_debug_insn_before take a rtx_insn *
2015-05-09  tbsaundeemit_note_before can take a rtx_insn *
2015-05-09  tbsaundeemit_note_after can take a rtx_insn *
2015-05-09  tbsaundeprev_cc0_setter can take a rtx_insn *
2015-05-09  tbsaundemake noop_move_p take a rtx_insn *
2015-05-09  tbsaundemake add_shallow_copy_of_reg_note take an rtx_insn *
2015-05-09  tbsaundemake remove_reg_equal_equiv_notes take an rtx_insn *
2015-05-09  tbsaundecan_nonlocal_goto can take a rtx_insn *
2015-05-09  tbsaundecomputed_jump_p takes a rtx_insn *
2015-05-09  tbsaundechange in_expr_list_p to in_insn_list_p
2015-05-07  rsandifogcc/
2015-01-05  olegendogcc/
2015-01-05  jakub Update copyright years.
2014-11-20  tbsaundeimplement a replacement for if_marked
2014-11-12  rsandifogcc/
2014-11-11  uros * system.h: Include algorithm and utility.
2014-11-05  ienkovichgcc/
2014-11-05  thopre012014-11-05 Alex Velenko <Alex.Velenko@arm.com>
2014-10-29  rsandifogcc/ada/
2014-10-29  rsandifogcc/
2014-10-22  amacleod2014-10-22 Andrew MacLeod <amacleod@redhat.com>
2014-10-21  zqchen2014-10-21 Zhenqiang Chen <zhenqiang.chen@arm.com>
2014-10-20  amacleod2014-10-20 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-10-12  tbsaundemove many gc hashtab to hash_table
2014-09-22  rsandifogcc/
2014-09-22  rsandifogcc/
2014-09-16  tbsaundeReplace INSN_DELETED_P with rtx_insn member functions
2014-09-16  tbsaundeuse rtx_insn * more
2014-09-12  dmalcolmparams 2 and 3 of reg_set_between_p
2014-09-11  dmalcolmIntroduce LABEL_REF_LABEL
2014-09-09  dmalcolmsingle_set takes an insn
2014-09-09  dmalcolmINSN_LOCATION takes an rtx_insn
2014-09-09  dmalcolmHandcode gen_rtx_INSN
2014-09-05  dmalcolmUse rtx_insn for various jump-handling functions and...
2014-09-05  dmalcolmConvert set_block_for_insn from a macro to an inline...
2014-09-05  tbsaundemake several emit functions take an rtx_insn *
2014-09-05  dmalcolmParams to modified_between_p
2014-09-05  dmalcolmfixup_args_size_notes takes a pair of rtx_insn
2014-09-04  tbsaundeChange the types of arguments and return values for...
2014-09-04  dmalcolmeh_returnjump_p takes an rtx_insn
2014-08-29  dmalcolmMake next_insn and previous_insn require an rtx_insn *
2014-08-29  dmalcolmMake INSN_HAS_LOCATION require an rtx_insn
2014-08-28  dmalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28  dmalcolmtablejump_p takes an rtx_insn
2014-08-28  dmalcolmfind_first_parameter_load params and return type
2014-08-28  dmalcolmDelete find_last_value
2014-08-28  dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28  dmalcolmConvert nonlocal_goto_handler_labels from an EXPR_LIST...
2014-08-28  dmalcolmMake SET_NEXT_INSN/SET_PREV_INSN require an rtx_insn
2014-08-28  rsandifogcc/
2014-08-28  rsandifogcc/
2014-08-28  rsandifogcc/
2014-08-28  rsandifogcc/
2014-08-28  rsandifogcc/
2014-08-27  dmalcolmAdd JUMP_LABEL_AS_INSN
2014-08-27  dmalcolmUse rtx_expr_list in various places
2014-08-27  dmalcolmrtl_data.x_nonlocal_goto_handler_labels becomes an...
2014-08-27  dmalcolmIntroduce rtx_expr_list subclass of rtx_def
2014-08-27  dmalcolmIntroduce rtx_sequence subclass of rtx_def
2014-08-27  dmalcolmUse rtx_insn_list in various places
2014-08-27  dmalcolmIntroduce rtx_insn_list subclass of rtx_def
2014-08-27  dmalcolmConvert various INSN accessors in rtl.h to inline functions
2014-08-27  dmalcolmConvert PATTERN from a macro to a pair of inline functions
2014-08-26  dmalcolmRemove DF_REF_INSN scaffolding
2014-08-26  dmalcolmduplicate_insn_chain accepts rtx_insn
2014-08-26  dmalcolmVarious condition-handling calls
2014-08-26  dmalcolmStrengthen various insn emission functions
next