aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-11/+9
2015-07-09always define SHORT_IMMEDIATES_SIGN_EXTENDTrevor Saunders1-3/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-12/+17
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+4
2015-07-01re PR rtl-optimization/61047 (wrong code at -O1 on x86_64-linux)Bernd Edlinger1-14/+233
2015-06-23rtlanal.c (commutative_operand_precedence): Correct comments.Alan Modra1-5/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-2/+0
2015-05-22don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders1-3/+2
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+2
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-2/+2
2015-05-11re PR rtl-optimization/66076 (ICE: in vec_safe_grow, at vec.h:618 with -funro...Richard Sandiford1-1/+4
2015-05-09find_all_hard_reg_sets can take a rtx_insn *Trevor Saunders1-1/+1
2015-05-09make noop_move_p take a rtx_insn *Trevor Saunders1-1/+1
2015-05-09make add_shallow_copy_of_reg_note take an rtx_insn *Trevor Saunders1-1/+1
2015-05-09make remove_reg_equal_equiv_notes take an rtx_insn *Trevor Saunders1-1/+1
2015-05-09computed_jump_p takes a rtx_insn *Trevor Saunders1-1/+1
2015-05-09change in_expr_list_p to in_insn_list_pTrevor Saunders1-4/+4
2015-04-22remove more ifdef HAVE_cc0Trevor Saunders1-2/+0
2015-01-21rtlanal.c (subreg_get_info): Exit early for simple and common cases.Alan Hayward1-0/+16
2015-01-17Handle SCRATCH in decompose_addressMaxim Kuvyrkov1-1/+2
2015-01-13re PR target/64479 ([SH] wrong optimization delayed-branch)Oleg Endo1-1/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+3
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