aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300/h8300.c
AgeCommit message (Expand)AuthorFilesLines
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 Sandiford1-27/+27
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-09single_set takes an insnDavid Malcolm1-1/+1
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-6/+6
2014-09-03use rtx_code_label moreTrevor Saunders1-2/+2
2014-08-25config/h8300: Use rtx_insnDavid Malcolm1-9/+10
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-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
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-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 Singh1-0/+6
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-8/+11
2012-04-03h8300.c (h8300_current_function_monitor_function_p): New function.Sandeep Kumar Singh1-6/+43
2011-12-20expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt1-1/+1
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-1/+2
2011-08-02h8300: Generate correct unwind info around swap_into/out_of_er6.Richard Henderson1-6/+26
2011-08-02re PR target/49878 ([h8300] ICE in based_loc_descr, at dwarf2out.c:10478)Richard Henderson1-0/+34
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-2/+2
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-2/+6
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-20/+0
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-2/+2
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-8/+0
2011-04-02h8300.c (print_operand_address): Rename to...Naveen H.S1-18/+56
2011-04-01constraints.md: New file.Nathan Froyd1-69/+5
2011-03-31h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.Anatoly Sokolov1-1/+20
2011-03-29h8300.h (FUNCTION_VALUE_REGNO_P, [...]): Remove macros.Anatoly Sokolov1-1/+42
2011-03-21ChangeLog gcc/Kai Tietz1-9/+17
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-24targhooks.c (default_except_unwind_info): Remove MUST_USE_SJLJ_EXCEPTIONS case.Nathan Froyd1-0/+3
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd1-0/+12
2010-11-04re PR target/44751 (h8300 get_attr_cc warnings)Joern Rennecke1-9/+10
2010-10-28h8300-protos.h (function_arg): Delete.Nathan Froyd1-4/+27
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-12/+11
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers1-0/+15
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers1-2/+5
2010-07-13h8300.c (h8300_init_once): Default to -fstrict_volatile_bitfields.DJ Delorie1-0/+4
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-16h8300.c (print_operand): Modify case 'V' and case 'W' print operands for HI m...Kaushik Phatak1-2/+10
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-15h8300.c: (h8300_push_pop): Use bool type for boolean parameters.Nick Clifton1-9/+13
2010-01-20h8300.c (F): Add "in_epilogue" flag.DJ Delorie1-13/+14