aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/stormy16
AgeCommit message (Expand)AuthorFilesLines
2004-08-17extend.texi: Document new xstormy16 attribute.DJ Delorie4-26/+880
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+3
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-3/+3
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson1-2/+0
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-2/+2
2004-07-09stormy16-protos.h (xstormy16_expand_builtin_va_arg): Remove.Richard Henderson3-57/+63
2004-07-08(TARGET_LIBGCC2_CFLAGS): Define. Set to -Os.Nick Clifton1-0/+2
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-4/+0
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-4/+6
2004-05-21system.h: Poison NO_RECURSIVE_FUNCTION_CSE.Ian Lance Taylor1-2/+0
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-2/+2
2004-03-07defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.Kazu Hirata1-2/+0
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-2/+0
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+2
2004-02-06arc.c (arc_return_in_memory): Check the return value of int_size_in_bytes aga...Kazu Hirata1-1/+4
2004-02-03alpha.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-1/+1
2004-02-03system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.Kazu Hirata1-5/+0
2004-02-02arm.md, [...]: Fix indentation.Kazu Hirata1-1/+1
2004-02-02arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.Kazu Hirata1-2/+2
2004-01-30alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata1-19/+2
2004-01-29* config/stormy16/stormy16.cKazu Hirata1-2/+2
2004-01-25stormy16-protos.h: Remove the prototype for xstormy16_setup_incoming_varargs.Kazu Hirata3-39/+26
2004-01-16system.h (ASM_OUTPUT_SECTION_NAME): Poison.Kazu Hirata1-12/+0
2004-01-15builtins.c (expand_builtin_va_end): Don't use EXPAND_BUILTIN_VA_END.Kazu Hirata1-5/+0
2003-11-17Replace use of poisoned BUILD_VA_LIST_TYPE macro with a target function.Nick Clifton3-8/+5
2003-09-28stormy16.c, [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher2-242/+133
2003-09-03targhooks.c: New file.DJ Delorie1-1/+1
2003-08-23calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE.Jason Eckhardt1-5/+1
2003-07-032064.md: Fix comment typos.Kazu Hirata3-3/+3
2003-06-11d30v.h: Delete reference to ASM_FINAL_SPEC.Roger Sayle1-12/+0
2003-06-10stormy16.c (xstormy16_extra_constraint_p): Add Z, which matches (const_int 0)...DJ Delorie2-7/+41
2003-06-02mips.c: Don't include output.h twice.Kaveh R. Ghazi1-1/+0
2003-05-24440.md, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode3-12/+12
2003-05-21Update overflow type for R_XSTORMY16_16 reloc.Nick Clifton1-1/+1
2003-05-19(xstormy16_expand_prologue): Do not mark assignments to the hard frame pointe...Andrew MacLeod1-19/+30
2003-05-18stormy16.h: Remove about 3000 lines of target-independent comments.Nathanael Nerode1-2999/+17
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi1-8/+3
2003-05-16stormy16-protos.h (xs_hi_general_operand, [...]): Prototype.Kaveh R. Ghazi2-3/+5
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford1-6/+0
2003-05-08stormy16.c (xstormy16_expand_builtin_va_arg): Fix to handle arguments for whi...DJ Delorie3-19/+38
2003-05-07Update to include R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 andNick Clifton1-15/+27
2003-05-06stormy16.c (xstormy16_function_profiler): New.DJ Delorie3-2/+10
2003-05-05stormy16.md (negsi2): Allocate the pseudos before reload, but defer the split...DJ Delorie2-14/+19
2003-04-17stormy16.c (xstormy16_encode_section_info): Kill.Richard Henderson2-15/+1
2003-04-15varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P.Zack Weinberg1-6/+0
2003-03-21stormy16.c (xstormy16_expand_arith): Make sure we always emit at least one insn.DJ Delorie1-0/+5
2003-03-09* config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.DJ Delorie1-5/+0
2003-03-08stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in preference to CPP_PREDEFINES.Neil Booth1-1/+4
2003-03-06[multiple changes]DJ Delorie3-21/+97
2003-01-28target.h (targetm.address_cost): New.Richard Henderson2-43/+11