aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mmix
AgeCommit message (Expand)AuthorFilesLines
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson3-7/+4
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson3-7/+5
2002-05-18system.h (SELECT_RTX_SECTION): Poison.Richard Henderson1-3/+0
2002-05-18final.c (HAVE_READONLY_DATA_SECTION): New.Richard Henderson1-21/+2
2002-05-17hooks.c (hook_tree_bool_false): New.Richard Henderson3-91/+0
2002-04-30mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed from MMIX_LAST_REGISTER_FIL...Hans-Peter Nilsson4-33/+82
2002-04-06t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.Hans-Peter Nilsson3-27/+35
2002-03-31mmix.md (define_constants): Remove misleading FIXME.Hans-Peter Nilsson1-19/+52
2002-03-31crti.asm (_init): Register _fini with atexit.Hans-Peter Nilsson2-2/+11
2002-03-29mmix.c (mmix_target_asm_function_prologue): Correct unwind information when f...Hans-Peter Nilsson1-25/+36
2002-03-18mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), n...Hans-Peter Nilsson1-1/+1
2002-03-17mmix.md ("truncdfsf2"): Correct operator is float_truncate, not fix.Hans-Peter Nilsson1-3/+3
2002-03-17* config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.Hans-Peter Nilsson1-4/+0
2002-03-121750a.h, [...] (POINTER_SIZE): Delete.Kaveh R. Ghazi1-1/+0
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 Nilsson2-72/+40
2002-03-05mmix.h (ENCODE_SECTION_INFO): Pass on new second parameter to mmix_encode_sec...Hans-Peter Nilsson3-8/+11
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-11/+0
2002-03-031750a.h, [...] (BITS_PER_WORD): Delete.Kaveh R. Ghazi1-1/+0
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-2/+2
2002-03-03a29k.h, [...]: (BITS_PER_UNIT): Delete.Kaveh R. Ghazi1-1/+0
2002-02-13mmix.c (mmix_assemble_integer): Don't handle SYMBOL_REF.Hans-Peter Nilsson1-1/+1
2002-02-11mmix.c (mmix_assemble_integer): Handle non-CONST_INT through default_assemble...Hans-Peter Nilsson1-3/+29
2002-02-11* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.Hans-Peter Nilsson1-1/+3
2002-02-06Implement using "base addresses" in insn operands as default.Hans-Peter Nilsson4-56/+148
2002-01-21Remove workaround for register stack overwrite bug in mmix.Hans-Peter Nilsson3-65/+3
2002-01-10Fix typo in ChangeLog and actually commit mmix.hHans-Peter Nilsson1-3/+0
2002-01-10mmix.c (mmix_asm_identify_gcc): Remove unused function.Hans-Peter Nilsson2-13/+1
2002-01-08tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.Joseph Myers1-4/+0
2002-01-05invoke.texi (Option Summary): Document -mbranch-predict, -mreg-stack-fill-bug...Hans-Peter Nilsson3-16/+64
2002-01-03avr.c: Fix comment typos.Kazu Hirata1-1/+1
2002-01-01Update copyright years listHans-Peter Nilsson3-3/+3
2002-01-01mmix.md: Update FIXME to not mention define_constants.Hans-Peter Nilsson3-41/+53
2001-12-30mmix.md ("*call_real"): Fix typo in comment.Hans-Peter Nilsson4-21/+16
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson3-46/+0
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford3-67/+50
2001-12-09mmix.c (mmix_function_block_profiler, [...]): Delete unused functions.Hans-Peter Nilsson2-32/+0
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-20/+0
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth2-8/+8
2001-11-19mmix.c (mmix_cc1_ignored_option): Const-ify.Kaveh R. Ghazi2-9/+9
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-03Prefix crti.o and crtn.o with dest directory dollar(T)Hans-Peter Nilsson1-2/+4
2001-11-03Fix formatting and comment typoHans-Peter Nilsson1-3/+3
2001-11-03Fix typo s/abi=/mabi=/ in CPP_SPECHans-Peter Nilsson1-4/+4
2001-11-03Remove unused mclass variable in mmix_function_outgoing_valueHans-Peter Nilsson1-2/+1
2001-11-03Fix argv and argc for __MMIX_ABI_GNU__Hans-Peter Nilsson1-8/+10
2001-11-03config.gcc (mmix-*-*): New target.Hans-Peter Nilsson7-0/+6010