aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mmix/mmix.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-3/+3
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson1-7/+7
2004-07-13builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson1-23/+9
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-3/+3
2004-07-08mmix-protos.h (mmix_expand_builtin_va_arg): Remove.Richard Henderson1-100/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+0
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-3/+3
2004-02-04darwin.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-02-04alpha.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-03alpha.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-1/+1
2004-01-30alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata1-3/+3
2004-01-25mips-protos.h: Remove the prototypes for mips_setup_incoming_varargs and mips...Kazu Hirata1-3/+32
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-16mmix-protos.h: Convert prototypes to ISO C90.Hans-Peter Nilsson1-309/+169
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-8/+11
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-4/+6
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford1-8/+10
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-9/+6
2003-01-28target.h (targetm.address_cost): New.Richard Henderson1-12/+2
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson1-7/+12
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-11/+2
2002-10-26mmix.h (LIBCALL_VALUE): Use MMIX_RETURN_VALUE_REGNUM, not MMIX_OUTGOING_RETUR...Hans-Peter Nilsson1-0/+9
2002-10-22target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson1-2/+5
2002-10-20target.h (struct gcc_target): Line wrap.Richard Henderson1-1/+6
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell1-4/+4
2002-09-28ChangeLog.4: Fix typos.Kazu Hirata1-1/+1
2002-09-20m32r.c: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi1-12/+0
2002-08-20arc.c (output_shift): Use stdio instead of asm_fprintf.Kaveh R. Ghazi1-5/+5
2002-08-11ip2k.c (mdr_resequence_xy_yx, [...]): Make function static to match prototype.Kaveh R. Ghazi1-2/+2
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth1-17/+0
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-33/+4
2002-07-07Emit MMIX function prologue and epilogue as rtl.Hans-Peter Nilsson1-510/+466
2002-06-30mmix.md ("return"): New pattern.Hans-Peter Nilsson1-10/+77
2002-06-21mmix.md: Change GNU CC to GCC in file header comment.Hans-Peter Nilsson1-5/+5
2002-06-10mmix.h: Improve comments.Hans-Peter Nilsson1-61/+2
2002-06-07mmix.c: Remove extra broken prototype for mmix_init_machine_status.Andreas Jaeger1-1/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-9/+4
2002-05-30mmix.c: Include real.h.Hans-Peter Nilsson1-3/+1
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson1-3/+4
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson1-3/+5
2002-05-17hooks.c (hook_tree_bool_false): New.Richard Henderson1-83/+0
2002-04-30mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed from MMIX_LAST_REGISTER_FIL...Hans-Peter Nilsson1-29/+71
2002-04-06t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.Hans-Peter Nilsson1-25/+33
2002-03-29mmix.c (mmix_target_asm_function_prologue): Correct unwind information when f...Hans-Peter Nilsson1-25/+36
2002-03-11mmix.c (mmix_expand_builtin_va_arg): Do all computations on trees.Hans-Peter Nilsson1-31/+57
2002-03-10mmix.c: Improve comments.Hans-Peter Nilsson1-59/+34
2002-03-05mmix.h (ENCODE_SECTION_INFO): Pass on new second parameter to mmix_encode_sec...Hans-Peter Nilsson1-2/+3
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-2/+2