aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-8/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-4/+4
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-4/+4
2014-11-12rtl.h (rtx_function, [...]): Delete.Richard Sandiford1-140/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-47/+47
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-24Handle SCRATCH in decompose_addressMaxim Kuvyrkov1-1/+2
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