aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850/v850.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-103/+0
2011-06-14re PR target/49403 (v850e-elf: incompatible pointer type (near initialization...Nick Clifton1-1/+3
2011-06-07config.gcc: Unify V850 architecture options and add support for newer V850 ar...Nick Clifton1-0/+30
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-0/+16
2011-04-12v850.c (expand_prologue): Do not use the CALLT instruction for interrupt hand...Nick Clifton1-3/+3
2011-03-22v850-opts.h: New.Joseph Myers1-42/+37
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-1/+10
2011-03-21ChangeLog gcc/Kai Tietz1-7/+13
2011-03-18v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.Anatoly Sokolov1-6/+9
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd1-0/+17
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-9/+9
2010-09-17v850.c (v850_function_value_regno_p): Make static.Naveen H.S1-152/+126
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers1-1/+20
2010-08-31v850-protos.h (function_arg): Delete.Nathan Froyd1-5/+29
2010-07-26configure.ac: Support all v850 targets.Naveen.H.S1-165/+309
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-17v850-protos.h (print_operand): Delete.Nathan Froyd1-13/+29
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-24v850.c (function_arg): Fix handling of zero-length function arguments.Nick Clifton1-8/+16
2009-09-25v850.h (FUNCTION_VALUE): Remove.Anatoly Sokolov1-0/+15
2009-09-22v850.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.Richard Henderson1-1/+39
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov1-0/+12
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-2/+3
2009-06-25arc.c: Include "df.h".Ian Lance Taylor1-14/+18
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-05-12Merge cond-optab branch.Paolo Bonzini1-0/+5
2009-05-10arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-3/+3
2009-04-23v850.md (epilogue): Remove suppressed code.Nick Clifton1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-31frv.c (frv_rtx_costs): Update forward declaration.Jan Hubicka1-1/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-3/+3
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-2/+2
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-5/+5
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+3
2007-07-04v850.c (expand_prologue): Make sure GEN_INT() argument is sign extended rathe...Rask Ingemann Lambertsen1-82/+4
2007-06-14re PR target/32341 (undefined reference to `df_set_regs_ever_live_p')Rask Ingemann Lambertsen1-1/+2
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-9/+12
2007-02-04v850.c, [...]: Follow spelling conventions.Kazu Hirata1-5/+5
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford1-0/+5
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-24/+46
2005-08-26v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not defined.Nick Clifton1-1/+8
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-5/+5
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-1/+1
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-3/+3