summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-2/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-2/+0
* don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders2015-05-221-3/+2
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-1/+2
* regs.h (END_HARD_REGNO): Delete.Richard Sandiford2015-05-191-2/+2
* re PR rtl-optimization/66076 (ICE: in vec_safe_grow, at vec.h:618 with -funro...Richard Sandiford2015-05-111-1/+4
* find_all_hard_reg_sets can take a rtx_insn *Trevor Saunders2015-05-091-1/+1
* make noop_move_p take a rtx_insn *Trevor Saunders2015-05-091-1/+1
* make add_shallow_copy_of_reg_note take an rtx_insn *Trevor Saunders2015-05-091-1/+1
* make remove_reg_equal_equiv_notes take an rtx_insn *Trevor Saunders2015-05-091-1/+1
* computed_jump_p takes a rtx_insn *Trevor Saunders2015-05-091-1/+1
* change in_expr_list_p to in_insn_list_pTrevor Saunders2015-05-091-4/+4
* remove more ifdef HAVE_cc0Trevor Saunders2015-04-221-2/+0
* rtlanal.c (subreg_get_info): Exit early for simple and common cases.Alan Hayward2015-01-211-0/+16
* Handle SCRATCH in decompose_addressMaxim Kuvyrkov2015-01-171-1/+2
* re PR target/64479 ([SH] wrong optimization delayed-branch)Oleg Endo2015-01-131-1/+12
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo2015-01-051-8/+8
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse2014-12-121-4/+4
* real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse2014-12-101-4/+4
* rtl.h (rtx_function, [...]): Delete.Richard Sandiford2014-11-121-140/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-47/+47
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+2
* Handle SCRATCH in decompose_addressMaxim Kuvyrkov2014-10-241-1/+2
* cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen2014-10-211-0/+20
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to_queue): Add the parts...Richard Sandiford2014-10-131-22/+51
* rtl.h (subreg_info): Expand commentaryRichard Sandiford2014-09-221-1/+14
* params 2 and 3 of reg_set_between_pDavid Malcolm2014-09-121-3/+2
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-3/+5
* single_set takes an insnDavid Malcolm2014-09-091-1/+1
* re PR target/63171 (Segfault in rs6000.c:rs6000_emit_move for multiple tls te...Richard Sandiford2014-09-061-1/+1
* Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm2014-09-051-1/+1
* Params to modified_between_pDavid Malcolm2014-09-051-3/+1
* Change the types of arguments and return values for several functions from rt...Trevor Saunders2014-09-041-2/+3
* re PR bootstrap/62301 (PowerPC bootstrap broken since r214654)Richard Sandiford2014-08-291-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-6/+11
* tablejump_p takes an rtx_insnDavid Malcolm2014-08-281-2/+2
* find_first_parameter_load params and return typeDavid Malcolm2014-08-281-3/+4
* Delete find_last_valueDavid Malcolm2014-08-281-46/+0
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-0/+29
* rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.Richard Sandiford2014-08-281-10/+6
* rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford2014-08-281-75/+32
* rtl.h (find_all_hard_regs): Declare.Richard Sandiford2014-08-281-17/+14
* rtl.h (replace_label_data): Delete.Richard Sandiford2014-08-281-44/+67
* rtl.h (get_pool_constant, [...]): Replace rtx parameters with const_rtx param...Richard Sandiford2014-08-281-28/+18
* rtl-iter.h: New file.Richard Sandiford2014-08-281-1/+130
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm2014-08-271-6/+6
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-1/+1