aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Move libgcc2 to toplevel libgccRainer Orth1-1/+0
2011-11-02Move libgcc1 to toplevel libgccRainer Orth2-2391/+0
2011-09-13v850.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford1-9/+9
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-0/+1
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth1-20/+2
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-6/+0
2011-06-30v850.h (CPP_SPEC): Define __v850e__ when compiling for the V850E.Nick Clifton1-0/+1
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-7/+11
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 Clifton4-128/+80
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2011-05-02fr30-protos.h (Mmode): Don't define.Joseph Myers1-10/+8
2011-04-26fr30.h (inhibit_libc): Don't define.Joseph Myers1-2/+2
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford2-11/+16
2011-04-12v850.c (expand_prologue): Do not use the CALLT instruction for interrupt hand...Nick Clifton1-3/+3
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers1-9/+0
2011-03-29[multiple changes]Vladimir Makarov1-5/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+5
2011-03-27[multiple changes]Vladimir Makarov1-5/+0
2011-03-22v850-opts.h: New.Joseph Myers4-68/+93
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 Sokolov3-13/+11
2011-02-14make v850 use constraints.mdNathan Froyd4-100/+128
2011-01-24v850.opt (mv850es): New option - alias for -mv850e1.Nick Clifton2-5/+15
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek5-5/+6
2010-12-22svr4.h: Remove.Joseph Myers1-2/+0
2010-12-13v850.h (SIZE_TYPE, [...]): Define.Joseph Myers1-0/+12
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers3-6/+5
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd2-12/+17
2010-11-16v850.md (maddsf4): Rename to fmasf4 and use fma rtx_code.Nick Clifton1-21/+20
2010-11-15re PR target/46432 (v850-elf --enable-werror-always build fails)Joern Rennecke1-3/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers2-12/+9
2010-10-16avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov1-7/+0
2010-09-17v850.c (v850_function_value_regno_p): Make static.Naveen H.S2-158/+132
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers2-35/+21
2010-08-31v850-protos.h (function_arg): Delete.Nathan Froyd3-37/+30
2010-07-26configure.ac: Support all v850 targets.Naveen.H.S10-1082/+2228
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2-0/+2
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-9/+0
2010-06-17v850-protos.h (print_operand): Delete.Nathan Froyd3-28/+29
2010-06-05c-common.c: Move to c-family/.Steven Bosscher3-3/+3
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 Sokolov2-8/+15
2009-09-22v850.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.Richard Henderson2-24/+39
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov2-11/+13