aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek22-22/+22
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford2-3/+3
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek3-8/+8
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford2-0/+4
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-8/+9
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-5/+7
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-1/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford3-13/+13
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-8/+8
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford3-4/+4
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-7/+10
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-3/+3
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-1/+1
2017-08-07Add missing header file attribs.h to couple of targets.Martin Liska1-0/+2
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-12/+17
2017-01-01Update copyright years.Jakub Jelinek22-22/+22
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-2/+2
2016-10-26m32c.c (encode_pattern_1): Add fallthru comment.Jeff Law1-0/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-01-04Update copyright years.Jakub Jelinek22-22/+22
2015-11-09Machine modes for address printing.Julian Brown1-1/+1
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-6/+6
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod2-33/+8
2015-08-24builtins.c (expand_cmpstr, [...]): New functions.Richard Sandiford1-4/+4
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod2-14/+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-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-5/+2
2015-06-25hash-traits.h (string_hash, [...]): New classes.Richard Sandiford1-10/+1
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 MacLeod2-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2-10/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod2-8/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-6/+4
2015-04-15function.h (struct emit_status): Delete x_first_insn, x_last_insn and sequenc...Alan Modra1-29/+10
2015-01-23re PR target/50928 (m32c ICE building RTEMS)Bernd Edlinger4-14/+20
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison2-4/+19
2015-01-05Update copyright years.Jakub Jelinek22-22/+22
2014-11-06cond.md (movqicc_<code>_<mode>): Remove mode of conditional.DJ Delorie2-13/+15
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-59/+59
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-42/+17