[ARM/AArch64][testsuite] Add vmull tests.
[gcc.git] / gcc / rtl.h
2015-01-05 Oleg Endortlanal.c (refers_to_regno_p): Change return value...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-20 Trevor Saundersimplement a replacement for if_marked
2014-11-12 Richard Sandifordrtl.h (rtx_function, [...]): Delete.
2014-11-11 Uros Bizjaksystem.h: Include algorithm and utility.
2014-11-05 Ilya Enkovichipa-chkp.c: New.
2014-11-05 Alex Velenkosimplify-rtx.c (simplify_binary_operation_1): Div check...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-29 Richard SandifordPR rtl-optimization/63340 (part 2)
2014-10-22 Andrew MacLeodcfgbuild.h: New.
2014-10-21 Zhenqiang Chencfgloopanal.c (seq_cost): Delete.
2014-10-20 Andrew MacLeodcfgrtl.h: New.
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-09-22 Richard Sandifordhard-reg-set.h: Include hash-table.h.
2014-09-22 Richard Sandifordrtl.h (subreg_info): Expand commentary
2014-09-16 Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-16 Trevor Saundersuse rtx_insn * more
2014-09-12 David Malcolmparams 2 and 3 of reg_set_between_p
2014-09-11 David MalcolmIntroduce LABEL_REF_LABEL
2014-09-09 David Malcolmsingle_set takes an insn
2014-09-09 David MalcolmINSN_LOCATION takes an rtx_insn
2014-09-09 David MalcolmHandcode gen_rtx_INSN
2014-09-05 David MalcolmUse rtx_insn for various jump-handling functions and...
2014-09-05 David MalcolmConvert set_block_for_insn from a macro to an inline...
2014-09-05 Trevor Saundersmake several emit functions take an rtx_insn *
2014-09-05 David MalcolmParams to modified_between_p
2014-09-05 David Malcolmfixup_args_size_notes takes a pair of rtx_insn
2014-09-04 Trevor SaundersChange the types of arguments and return values for...
2014-09-04 David Malcolmeh_returnjump_p takes an rtx_insn
2014-08-29 David MalcolmMake next_insn and previous_insn require an rtx_insn *
2014-08-29 David MalcolmMake INSN_HAS_LOCATION require an rtx_insn
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28 David Malcolmtablejump_p takes an rtx_insn
2014-08-28 David Malcolmfind_first_parameter_load params and return type
2014-08-28 David MalcolmDelete find_last_value
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 David MalcolmConvert nonlocal_goto_handler_labels from an EXPR_LIST...
2014-08-28 David MalcolmMake SET_NEXT_INSN/SET_PREV_INSN require an rtx_insn
2014-08-28 Richard Sandifordrtl.h (tls_referenced_p): Take a const_rtx rather than...
2014-08-28 Richard Sandifordrtl.h (for_each_inc_dec_fn): Remove special case for -1.
2014-08-28 Richard Sandifordrtl.h (find_all_hard_regs): Declare.
2014-08-28 Richard Sandifordrtl.h (replace_label_data): Delete.
2014-08-28 Richard Sandifordrtl.h (get_pool_constant, [...]): Replace rtx parameter...
2014-08-27 David MalcolmAdd JUMP_LABEL_AS_INSN
2014-08-27 David MalcolmUse rtx_expr_list in various places
2014-08-27 David Malcolmrtl_data.x_nonlocal_goto_handler_labels becomes an...
2014-08-27 David MalcolmIntroduce rtx_expr_list subclass of rtx_def
2014-08-27 David MalcolmIntroduce rtx_sequence subclass of rtx_def
2014-08-27 David MalcolmUse rtx_insn_list in various places
2014-08-27 David MalcolmIntroduce rtx_insn_list subclass of rtx_def
2014-08-27 David MalcolmConvert various INSN accessors in rtl.h to inline functions
2014-08-27 David MalcolmConvert PATTERN from a macro to a pair of inline functions
2014-08-26 David MalcolmRemove DF_REF_INSN scaffolding
2014-08-26 David Malcolmduplicate_insn_chain accepts rtx_insn
2014-08-26 David MalcolmVarious condition-handling calls
2014-08-26 David MalcolmStrengthen various insn emission functions
2014-08-26 David Malcolmget_last_insn_anywhere returns an rtx_insn
2014-08-26 David MalcolmParams of add_insn and unlink_insn_chain
2014-08-26 David Malcolmcselib and incdec
2014-08-25 David MalcolmAdd rtx_jump_table_data::get_labels method
2014-08-25 David Malcolmunshare_all_rtl_again takes an rtx_insn *
2014-08-25 David Malcolmdelete_insn_and_edges takes an rtx_insn *
2014-08-25 David Malcolmreorder_insns requires rtx_insn *
2014-08-22 David Malcolmreginfo.c: Use rtx_insn (also touches rtl.h)
2014-08-22 David Malcolmprint-rtl.c: Use rtx_insn for various debug_ functions
2014-08-22 David Malcolmpostreload.c: Use rtx_insn (also touches rtl.h and...
2014-08-22 David Malcolmjump.c: Use rtx_insn in a few places (also touches...
2014-08-21 David Malcolmdelete_related_insns returns an rtx_insn
2014-08-21 David Malcolmpeephole returns an rtx_insn
2014-08-21 David Malcolmtry_split returns an rtx_insn
2014-08-21 David Malcolmfind_first_parameter_load returns an rtx_insn
2014-08-19 David MalcolmReturn types of unlink_insn_chain and duplicate_insn_chain
2014-08-19 David Malcolmnext_cc0_user and prev_cc0_setter scaffolding
2014-08-19 David Malcolmemit_* functions return rtx_insn
2014-08-19 David Malcolmemit_jump_table_data returns an rtx_jump_table_data *
2014-08-19 David MalcolmConvert various rtx to rtx_note *
2014-08-19 David Malcolmmake_insn_raw returns an rtx_insn
2014-08-19 David Malcolmlast_call_insn returns an rtx_call_insn *
2014-08-19 David Malcolmdelete_trivially_dead_insns works on insns
2014-08-19 David MalcolmMake tablejump_p accept a rtx_jump_table_data **
2014-08-19 David Malcolmentry_of_function returns an insn
2014-08-19 David MalcolmStrengthen return type of gen_label_rtx
2014-08-19 David MalcolmStrengthen return types of various {next|prev}_*insn...
2014-08-19 David MalcolmAdd subclasses for the various kinds of instruction
2014-08-19 David MalcolmReplace PREV_INSN et al macros with functions
2014-08-19 David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-08-18 David MalcolmNew function: for_each_rtx_in_insn
2014-08-18 David MalcolmIntroduce rtx_insn subclass of rtx_def
2014-08-08 Kugan Vivekanandarajahcalls.c (precompute_arguments): Use new SUBREG_PROMOTED...
2014-08-01 Andi KleenRTL & dwarf2out changes
2014-07-26 Richard Sandifordrtl.h (tls_referenced_p): Declare.
2014-07-24 Richard Sandifordrtl.h (target_rtl): Remove lang_dependent_initialized.
2014-06-26 Jan Hubickatoplev.c (backend_init_target): Move init_emit_regs...
2014-06-06 Eric Botcazourtl.h (insn_location): Declare.
2014-05-29 Tom de VriesFix rtl-check build
2014-05-28 Richard Sandifordrtl.h (set_for_reg_notes): Declare.
2014-05-19 Richard Sandifordreg-notes.def (CROSSING_JUMP): Likewise.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-17 Richard Sandifordemit-rtl.h (replace_equiv_address, [...]): Add an inpla...
next