summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
Commit message (Expand)AuthorAgeFilesLines
* rtl.h (rtx_function, [...]): Delete.Richard Sandiford2014-11-121-4/+0
* system.h: Include algorithm and utility.Uros Bizjak2014-11-111-1/+0
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-1/+6
* simplify-rtx.c (simplify_binary_operation_1): Div check added.Alex Velenko2014-11-051-0/+3
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-115/+115
* PR rtl-optimization/63340 (part 2)Richard Sandiford2014-10-291-1/+3
* cfgbuild.h: New.Andrew MacLeod2014-10-221-9/+0
* cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen2014-10-211-0/+1
* cfgrtl.h: New.Andrew MacLeod2014-10-201-9/+0
* function.h: Flatten file.Andrew MacLeod2014-10-161-17/+0
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-1/+1
* hard-reg-set.h: Include hash-table.h.Richard Sandiford2014-09-221-0/+61
* rtl.h (subreg_info): Expand commentaryRichard Sandiford2014-09-221-2/+5
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-4/+13
* use rtx_insn * moreTrevor Saunders2014-09-161-1/+1
* params 2 and 3 of reg_set_between_pDavid Malcolm2014-09-121-1/+1
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-0/+4
* single_set takes an insnDavid Malcolm2014-09-091-8/+16
* INSN_LOCATION takes an rtx_insnDavid Malcolm2014-09-091-7/+8
* Handcode gen_rtx_INSNDavid Malcolm2014-09-091-0/+4
* Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm2014-09-051-13/+13
* Convert set_block_for_insn from a macro to an inline functionDavid Malcolm2014-09-051-0/+5
* make several emit functions take an rtx_insn *Trevor Saunders2014-09-051-9/+9
* Params to modified_between_pDavid Malcolm2014-09-051-1/+1
* fixup_args_size_notes takes a pair of rtx_insnDavid Malcolm2014-09-051-1/+1
* Change the types of arguments and return values for several functions from rt...Trevor Saunders2014-09-041-4/+4
* eh_returnjump_p takes an rtx_insnDavid Malcolm2014-09-041-1/+1
* Make next_insn and previous_insn require an rtx_insn *David Malcolm2014-08-291-2/+2
* Make INSN_HAS_LOCATION require an rtx_insnDavid Malcolm2014-08-291-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-8/+8
* tablejump_p takes an rtx_insnDavid Malcolm2014-08-281-2/+2
* find_first_parameter_load params and return typeDavid Malcolm2014-08-281-1/+1
* Delete find_last_valueDavid Malcolm2014-08-281-1/+0
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-4/+5
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-0/+1
* Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insnDavid Malcolm2014-08-281-2/+3
* rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.Richard Sandiford2014-08-281-1/+1
* rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford2014-08-281-4/+3
* rtl.h (find_all_hard_regs): Declare.Richard Sandiford2014-08-281-0/+1
* rtl.h (replace_label_data): Delete.Richard Sandiford2014-08-281-9/+2
* rtl.h (get_pool_constant, [...]): Replace rtx parameters with const_rtx param...Richard Sandiford2014-08-281-2/+2
* Add JUMP_LABEL_AS_INSNDavid Malcolm2014-08-271-0/+5
* Use rtx_expr_list in various placesDavid Malcolm2014-08-271-3/+3
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm2014-08-271-1/+1
* Introduce rtx_expr_list subclass of rtx_defDavid Malcolm2014-08-271-0/+36
* Introduce rtx_sequence subclass of rtx_defDavid Malcolm2014-08-271-0/+52
* Use rtx_insn_list in various placesDavid Malcolm2014-08-271-6/+6
* Introduce rtx_insn_list subclass of rtx_defDavid Malcolm2014-08-271-0/+45
* Convert various INSN accessors in rtl.h to inline functionsDavid Malcolm2014-08-271-6/+32
* Convert PATTERN from a macro to a pair of inline functionsDavid Malcolm2014-08-271-1/+9