aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-21cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen1-0/+20
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-13rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to_queue): Add the parts...Richard Sandiford1-22/+51
2014-09-22rtl.h (subreg_info): Expand commentaryRichard Sandiford1-1/+14
2014-09-12params 2 and 3 of reg_set_between_pDavid Malcolm1-3/+2
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-3/+5
2014-09-09single_set takes an insnDavid Malcolm1-1/+1
2014-09-06re PR target/63171 (Segfault in rs6000.c:rs6000_emit_move for multiple tls te...Richard Sandiford1-1/+1
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-1/+1
2014-09-05Params to modified_between_pDavid Malcolm1-3/+1
2014-09-04Change the types of arguments and return values for several functions from rt...Trevor Saunders1-2/+3
2014-08-29re PR bootstrap/62301 (PowerPC bootstrap broken since r214654)Richard Sandiford1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-6/+11
2014-08-28tablejump_p takes an rtx_insnDavid Malcolm1-2/+2
2014-08-28find_first_parameter_load params and return typeDavid Malcolm1-3/+4
2014-08-28Delete find_last_valueDavid Malcolm1-46/+0
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-0/+29
2014-08-28rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.Richard Sandiford1-10/+6
2014-08-28rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford1-75/+32
2014-08-28rtl.h (find_all_hard_regs): Declare.Richard Sandiford1-17/+14
2014-08-28rtl.h (replace_label_data): Delete.Richard Sandiford1-44/+67
2014-08-28rtl.h (get_pool_constant, [...]): Replace rtx parameters with const_rtx param...Richard Sandiford1-28/+18
2014-08-28rtl-iter.h: New file.Richard Sandiford1-1/+130
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm1-6/+6
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-1/+1
2014-08-26Various condition-handling callsDavid Malcolm1-3/+5
2014-08-26cselib and incdecDavid Malcolm1-3/+3
2014-08-25Add rtx_jump_table_data::get_labels methodDavid Malcolm1-2/+1
2014-08-22rtlanal.c: Use rtx_insnDavid Malcolm1-5/+5
2014-08-21find_first_parameter_load returns an rtx_insnDavid Malcolm1-2/+2
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm1-5/+6
2014-08-18New function: for_each_rtx_in_insnDavid Malcolm1-0/+16
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-3/+3
2014-07-26rtl.h (tls_referenced_p): Declare.Richard Sandiford1-0/+19
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+24
2014-04-25Register CALL_INSN_FUNCTION_USAGE in find_all_hard_reg_setsTom de Vries1-2/+8
2014-04-25Add implicit parameter to find_all_hard_reg_setsRadovan Obradovic1-2/+2
2014-03-26re PR rtl-optimization/60452 (wrong code at -O1 with large offsets in the frame)Eric Botcazou1-12/+30
2014-01-25rtlanal.c (canonicalize_condition): Split out duplicated mode check.Richard Sandiford1-20/+31
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-05Eliminate redundant vec_select moves.Tejas Belagod1-0/+21
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-05rtlanal.c (tablejump_p): Expect a JUMP_TABLE_DATA to always follow immediatel...Steven Bosscher1-2/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-27rtlanal.c (must_be_base_p, [...]): Delete.Richard Sandiford1-43/+58
2013-09-27re PR middle-end/58547 (rtlanal.c:5482:19: error: comparison between signed a...Iain Sandoe1-1/+1
2013-09-25rtlanal.c (lsb_bitfield_op_p): New predicate for bitfield operations from the...Yvan Roux1-5/+31
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-0/+30
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-1/+1