]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/frv/frv.c
Remove COPY_HARD_REG_SET
[thirdparty/gcc.git] / gcc / config / frv / frv.c
2019-09-09  Richard SandifordRemove COPY_HARD_REG_SET
2019-09-09  Richard SandifordMake note_stores take an rtx_insn
2019-08-20  Richard SandifordUse function_arg_info for TARGET_MUST_PASS_IN_STACK
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20  Richard SandifordUse function_arg_info for TARGET_SETUP_INCOMING_ARGS
2019-08-20  Richard SandifordUse function_arg_info for TARGET_ARG_PARTIAL_BYTES
2019-08-13  Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-05-16  Max Filippovgcc: move assemble_start_function / assemble_end_functi...
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-02  Nick Cliftonre PR target/86782 (frv port needs updating for CVE...
2018-07-17  Jeff Lawfrv.c (frv_label_align): Update for recent changes...
2018-06-18  David MalcolmMore rtx to rtx_insn * cleanups
2018-02-19  Jakub Jelinekre PR target/84146 (ICE with -mcet in dwarf2out_var_loc...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-16  Richard Sandifordpoly_int: IN_TARGET_CODE
2017-09-25  Richard SandifordTurn CONSTANT_ALIGNMENT into a hook
2017-09-12  Richard SandifordTurn HARD_REGNO_NREGS into a target hook
2017-09-12  Richard SandifordUse hard_regno_nregs instead of HARD_REGNO_NREGS
2017-09-12  Richard SandifordMake more use of END_REGNO
2017-09-04  Richard SandifordTurn MODES_TIEABLE_P into a target hook
2017-09-04  Richard SandifordTurn HARD_REGNO_MODE_OK into a target hook
2017-09-04  Richard SandifordPR82045: Avoid passing machine modes through "..."
2017-08-30  Richard Sandiford[2/77] Add an E_ prefix to case statements
2017-08-21  Richard SandifordRemove the frame size argument from function_prologue...
2017-08-08  Martin Liskatrans.c: Include header files.
2017-07-16  Jan Hubickaprofile-count.h (profile_probability::from_reg_br_prob_...
2017-02-07  Richard Bienerre PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr2541...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-21  Trevor Saundersuse rtx_insn * more places where it is obvious
2016-11-02  Trevor Saundersuse rtx_insn * in various places where it is obvious
2016-10-26  Jeff Lawfrv.c (comparison_string): Do not fall through after...
2016-10-13  Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-14  Segher BoessenkoolPut a TARGET_LRA_P into every target
2016-09-09  Bernd Edlingertm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-09  Julian BrownMachine modes for address printing.
2015-10-16  Andrew MacLeodgen-mul-tables.cc: Adjust include files.
2015-10-05  Richard SandifordRemove REAL_VALUE_FROM_CONST_DOUBLE
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Andrew Macleodbb-reorder.c: Don't include obstack.h if backend.h...
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Richard Sandifordaarch64.c, [...]: Add comment above target-def.h include.
2015-06-25  Richard Sandifordaarch64.c, [...]: Move target-def.h includes to end.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-07  Richard Sandifordrtl.h (always_void_p): New function.
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Oleg Endortlanal.c (refers_to_regno_p): Change return value...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-10  Richard Sandifordfrv.c (frv_io_handle_use_1): Delete.
2014-11-10  Richard Sandifordfrv.c (frv_registers_conflict_p_1): Take an rtx rather...
2014-11-10  Richard Sandifordfrv.c: Include rtl-iter.h.
2014-11-10  Richard Sandifordfrv.c: Move include of rtl.h after hard-reg-set.h.
2014-11-01  Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22  Andrew MacLeodcfgbuild.h: New.
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-09-15  David MalcolmInstruction attributes take an rtx_insn *
2014-09-09  David Malcolmrecog_memoized works on an rtx_insn *
2014-09-05  David MalcolmUse rtx_insn for various jump-handling functions and...
2014-08-28  David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28  David MalcolmMake SET_NEXT_INSN/SET_PREV_INSN require an rtx_insn
2014-08-19  David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-06-26  Nick Clifton* config/frv/frv.c (frv_in_small_data_p): Remove redund...
2014-06-12  Jan Hubickasymtab.c (section_hash): New hash.
2014-06-03  Richard Sandifordgcc/
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-10  Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-10-18  Jan-Benedict Glawfrv.c (frv_init_cumulative_args): Fix wrong cast.
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-09-23  Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-03-30  Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29  Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-03-23  Steven Bosscheravr.c, [...]: Where applicable...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-07-31  Nick Cliftonfrv.c (frv_expand_prologue): Report stack usage.
2012-07-31  Nick Clifton* config/frv/frv.c (QUAD): Fix typo.
2012-07-23  Jan-Benedict Glawfrv-protos.h (frv_ifcvt_machdep_init): Prototype.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-06-29  Steven Bosschersystem.h (IFCVT_EXTRA_FIELDS): Poison.
2012-06-24  Steven Bosscheroutput.h: (current_function_is_leaf...
2012-05-29  Steven Bosscherintegrate.c: Remove.
2012-05-05  Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-01-24  Richard Sandifordrtl.h (true_dependence, [...]): Remove varies parameter.
2011-09-29  Nick Cliftonfrvbegin.c: Fix location of unwind-dw2-fde.h header...
2011-08-18  Richard Sandifordtm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
next