aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300
AgeCommit message (Expand)AuthorFilesLines
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
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 MacLeod1-10/+3
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/+6
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-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-10/+9
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-04-27config.gcc: Add h8300-*-linux.Yoshinori Sato5-20/+98
2015-02-06re PR target/64889 ([h8300] ICE maybe_record_trace_start, at dwarf2cfi.c:2318)Jeff Law1-6/+5
2015-02-05re PR target/17306 (function_vector attribute in H8300H/H8S)Jeff Law3-3/+9
2015-02-05re PR target/43264 (Arithmetic expression error)Jeff Law1-1/+1
2015-02-05re PR target/58400 (gcc for h8300 internal compiler error: insn does not sati...Jeff Law1-2/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-12h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly rather than calling F.Jeff Law1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek12-13/+13
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-36/+36
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-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-09-09single_set takes an insnDavid Malcolm2-2/+2
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-6/+6
2014-09-05Drop uncast_insn from param 1 of final_scan_insnDavid Malcolm1-5/+5
2014-09-03use rtx_code_label moreTrevor Saunders1-2/+2
2014-08-25config/h8300: Use rtx_insnDavid Malcolm2-11/+12
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-2/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-2/+2
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-28md.texi: Document that the % constraint character must be at the beginning of...Richard Sandiford1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford12-13/+13
2013-12-10genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford1-9/+9
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford12-21/+13
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek6-7/+7
2012-12-05tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher1-1/+2
2012-10-04re PR target/50356 (Poor if condition in h8300 config code)Jeff Law1-2/+2
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+2
2012-07-24Purge FIXUNS_TRUNC_LIKE_FIX_TRUNCRichard Henderson1-4/+0
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-06-14Added offset bits of MOVA/Sz assembly instruction for memory accessSandeep Kumar Singh3-51/+57
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-8/+11
2012-04-24Use braced string notation where applicable for h8300.mdNaveen H.S1-1081/+1192
2012-04-03h8300.c (h8300_current_function_monitor_function_p): New function.Sandeep Kumar Singh4-8/+67