aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)Author
2016-04-13re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)Jakub Jelinek
2016-04-04re PR rtl-optimization/70484 (Wrong optimization with aliasing and access via...Richard Biener
2016-03-17re PR middle-end/70245 (Miscompilation of ICU on i386 with atom tuning starti...Jakub Jelinek
2016-02-24[gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...Kyrylo Tkachov
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt
2016-01-04Update copyright years.Jakub Jelinek
2015-11-25Remove broken ifcvt code for speculating memory writesBernd Schmidt
2015-11-06re PR debug/66728 (CONST_WIDE_INT causes corrupted DWARF debug info)Mike Stump
2015-10-30Add contains_symbol_ref_pAnatoly Sokolov
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law
2015-10-13Fix prototype for print_insn in rtl.hNikolai Bozhenov
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford
2015-08-20rtl.h (rtvec_all_equal_p): Declare.Richard Sandiford
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov
2015-07-15remove some usage of expr_list from read_rtxTrevor Saunders
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-09always define AUTO_INC_DECTrevor Saunders
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-26rtl.h (emit): Add an optional boolean parameter to control whether barriers a...Richard Sandiford
2015-06-25alias.h (alias_set_type): Move typedef.Andrew MacLeod
2015-06-25cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-14rtl.h (classify_insn): Declare.Richard Sandiford
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford
2015-05-19rtl.h (reg_info): Add an nregs field.Richard Sandiford
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford
2015-05-19df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.Richard Sandiford
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford
2015-05-09redirect_jump* can take a rtx_insn *Trevor Saunders
2015-05-09find_all_hard_reg_sets can take a rtx_insn *Trevor Saunders
2015-05-09make emit_debug_insn_before take a rtx_insn *Trevor Saunders
2015-05-09emit_note_before can take a rtx_insn *Trevor Saunders
2015-05-09emit_note_after can take a rtx_insn *Trevor Saunders
2015-05-09prev_cc0_setter can take a rtx_insn *Trevor Saunders
2015-05-09make noop_move_p take a rtx_insn *Trevor Saunders
2015-05-09make add_shallow_copy_of_reg_note take an rtx_insn *Trevor Saunders
2015-05-09make remove_reg_equal_equiv_notes take an rtx_insn *Trevor Saunders
2015-05-09can_nonlocal_goto can take a rtx_insn *Trevor Saunders
2015-05-09computed_jump_p takes a rtx_insn *Trevor Saunders
2015-05-09change in_expr_list_p to in_insn_list_pTrevor Saunders
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo
2015-01-05Update copyright years.Jakub Jelinek