aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-1/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20implement a replacement for if_markedTrevor Saunders1-1/+1
2014-11-12rtl.h (rtx_function, [...]): Delete.Richard Sandiford1-4/+0
2014-11-11system.h: Include algorithm and utility.Uros Bizjak1-1/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+6
2014-11-05simplify-rtx.c (simplify_binary_operation_1): Div check added.Alex Velenko1-0/+3
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-115/+115
2014-10-29PR rtl-optimization/63340 (part 2)Richard Sandiford1-1/+3
2014-10-22cfgbuild.h: New.Andrew MacLeod1-9/+0
2014-10-21cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen1-0/+1
2014-10-20cfgrtl.h: New.Andrew MacLeod1-9/+0
2014-10-16function.h: Flatten file.Andrew MacLeod1-17/+0
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-1/+1
2014-09-22hard-reg-set.h: Include hash-table.h.Richard Sandiford1-0/+61
2014-09-22rtl.h (subreg_info): Expand commentaryRichard Sandiford1-2/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-4/+13
2014-09-16use rtx_insn * moreTrevor Saunders1-1/+1
2014-09-12params 2 and 3 of reg_set_between_pDavid Malcolm1-1/+1
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-0/+4
2014-09-09single_set takes an insnDavid Malcolm1-8/+16
2014-09-09INSN_LOCATION takes an rtx_insnDavid Malcolm1-7/+8
2014-09-09Handcode gen_rtx_INSNDavid Malcolm1-0/+4
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-13/+13
2014-09-05Convert set_block_for_insn from a macro to an inline functionDavid Malcolm1-0/+5
2014-09-05make several emit functions take an rtx_insn *Trevor Saunders1-9/+9
2014-09-05Params to modified_between_pDavid Malcolm1-1/+1
2014-09-05fixup_args_size_notes takes a pair of rtx_insnDavid Malcolm1-1/+1
2014-09-04Change the types of arguments and return values for several functions from rt...Trevor Saunders1-4/+4
2014-09-04eh_returnjump_p takes an rtx_insnDavid Malcolm1-1/+1
2014-08-29Make next_insn and previous_insn require an rtx_insn *David Malcolm1-2/+2
2014-08-29Make INSN_HAS_LOCATION require an rtx_insnDavid Malcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-8/+8
2014-08-28tablejump_p takes an rtx_insnDavid Malcolm1-2/+2
2014-08-28find_first_parameter_load params and return typeDavid Malcolm1-1/+1
2014-08-28Delete find_last_valueDavid Malcolm1-1/+0
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-4/+5
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-0/+1
2014-08-28Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insnDavid Malcolm1-2/+3
2014-08-28rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.Richard Sandiford1-1/+1
2014-08-28rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford1-4/+3
2014-08-28rtl.h (find_all_hard_regs): Declare.Richard Sandiford1-0/+1
2014-08-28rtl.h (replace_label_data): Delete.Richard Sandiford1-9/+2
2014-08-28rtl.h (get_pool_constant, [...]): Replace rtx parameters with const_rtx param...Richard Sandiford1-2/+2
2014-08-27Add JUMP_LABEL_AS_INSNDavid Malcolm1-0/+5
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-3/+3
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm1-1/+1
2014-08-27Introduce rtx_expr_list subclass of rtx_defDavid Malcolm1-0/+36
2014-08-27Introduce rtx_sequence subclass of rtx_defDavid Malcolm1-0/+52
2014-08-27Use rtx_insn_list in various placesDavid Malcolm1-6/+6