summaryrefslogtreecommitdiff
path: root/gcc/config/v850
Commit message (Expand)AuthorAgeFilesLines
* defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.Kazu Hirata2004-03-071-15/+0
* Remove -fwritable-strings.Zack Weinberg2004-02-231-7/+0
* target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata2004-02-081-2/+0
* tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra2004-02-061-1/+1
* arm.md, [...]: Fix indentation.Kazu Hirata2004-02-021-2/+2
* arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.Kazu Hirata2004-02-021-2/+3
* arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-02-011-1/+1
* v850.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata2004-01-292-19/+38
* lib1funcs.asm: Fix comment formatting.Kazu Hirata2003-12-314-42/+42
* vxlib.c: Fix comment typos.Kazu Hirata2003-12-133-5/+5
* v850.md (mulhisi3): Expand the const_int case separately to avoid trying to s...DJ Delorie2003-11-041-5/+7
* v850-c.c, [...]: Convert to ISO C90 function declarations and definitions.Nathanael Nerode2003-10-043-263/+174
* target.h (init_libfuncs): New hook.Zack Weinberg2003-10-021-17/+0
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-4/+4
* Add support for v850e1 processor - a variant of the v850e.Nick Clifton2003-09-043-0/+23
* Fix v850 multilibs so that there is only one copy of the default multilibNick Clifton2003-09-042-2/+94
* pe.c (arm_mark_dllimport): Don't use xxx_with_decl.Gabriel Dos Reis2003-07-261-4/+4
* target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg2003-06-193-14/+3
* rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle2003-06-141-2/+0
* d30v.h: Delete reference to ASM_FINAL_SPEC.Roger Sayle2003-06-111-2/+1
* * v850.c (print_operand): Fix format specifier warnings.Kaveh R. Ghazi2003-05-161-1/+1
* config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg2003-05-151-26/+0
* target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford2003-05-143-19/+10
* c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij2003-04-291-1/+1
* target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg2003-04-201-8/+8
* toplev.c (target_options): Add value field.DJ Delorie2003-04-171-6/+6
* v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.Richard Henderson2003-04-172-103/+72
* (expand_prologue): Only use register save helper functions if long calls are ...Nick Clifton2003-04-042-26/+32
* elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label.Alan Modra2003-03-281-3/+1
* lib1funcs.asm, [...]: GCC, not GNU CC.Nathanael Nerode2003-03-137-26/+26
* frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.Neil Booth2003-03-092-5/+10
* target.h (targetm.address_cost): New.Richard Henderson2003-01-282-3/+2
* Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson2003-01-273-60/+55
* darwin-protos.h, [...]: Use struct, and don't conditionally compile on GCC_C_...Neil Booth2003-01-011-10/+8
* c-pragma.c (c_register_pragma): New.Neil Booth2003-01-011-10/+10
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-164-10/+8
* Don't let regrename clobber the link register.Jim Wilson2002-10-011-0/+6
* * v850.md ("length"): Change default value to 4.Miles Bader2002-09-261-1/+1
* Don't clobber app register r5 in muldi3.Jim Wilson2002-09-201-7/+7
* Fix -O3 stdarg miscompilation.Jim Wilson2002-09-202-9/+4
* s390.c: Follow spelling convention.Kazu Hirata2002-09-182-6/+6
* c4x-c.c, [...]: Include tm_p.h instead of the *-protos.h file directly.Kaveh R. Ghazi2002-09-161-1/+1
* * v850-protos.h (v850_output_addr_const_extra): Prototype.Kaveh R. Ghazi2002-09-151-0/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-2/+2
* v850.h (MULDI3_LIBCALL, [...]): Define.Catherine Moore2002-08-296-105/+397
* config.gcc: Add v850e-*-* target.Nick Clifton2002-08-276-64/+1673
* alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi2002-08-211-1/+1
* arc.c (output_shift): Use stdio instead of asm_fprintf.Kaveh R. Ghazi2002-08-201-2/+2
* dsp16xx.c (print_operand): Fix format specifier.Kaveh R. Ghazi2002-08-111-1/+1