aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r
AgeCommit message (Expand)AuthorFilesLines
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2-9/+13
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-6/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-7/+0
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-15/+15
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-11/+17
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-2/+2
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-6/+5
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-01-01Update copyright years.Jakub Jelinek12-12/+12
2016-10-26* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.Jeff Law1-1/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-22use rtx_insn * moreTrevor Saunders1-1/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-13/+2
2016-06-21remove m32-rtems supportTrevor Saunders1-33/+0
2016-01-04Update copyright years.Jakub Jelinek13-13/+13
2015-11-09Machine modes for address printing.Julian Brown1-5/+8
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-15/+15
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-22/+8
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-6/+2
2015-07-31m32r.c (m32r_attribute_identifier): New function.Nick Clifton1-0/+10
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-25bfin.c (bfin_expand_prologue): Set current_function_static_stack_size if flag...Nick Clifton1-0/+3
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-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu1-1/+1
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-16/+8
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-2/+1
2015-01-05Update copyright years.Jakub Jelinek13-13/+13
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-40/+40
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-2/+2
2014-09-03use rtx_code_label moreTrevor Saunders1-1/+1
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-2/+2
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-3/+2
2014-06-03gcc/Richard Sandiford1-2/+2
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-04-29arc.c (arc_select_cc_mode): Fix parentheses.Nick Clifton1-9/+11