aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-1/+1
2001-12-04mips.h (CALL_REALLY_USED_REGISTERS): New macro.Eric Christopher2-39/+72
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth4-26/+26
2001-12-01m68k.c (init_FPA_table): Provide static prototype.Kaveh R. Ghazi3-5/+5
2001-11-29mips.c (override_options): Fix thinko in mips_tune for mips32/mips64.Eric Christopher1-12/+4
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill1-23/+0
2001-11-15expr.c (store_field): Pass tree instead of max size; callers changed.Richard Kenner1-4/+4
2001-11-15config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...Andreas Schwab2-2/+0
2001-11-12mips-protos.h (mips_output_conditional_branch): Const-ify.Kaveh R. Ghazi2-4/+4
2001-11-11unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning.Kaveh R. Ghazi8-14/+36
2001-11-09mips.c (mips_output_conditional_branch): Do not hard code the branch target a...Jason Eckhardt1-32/+30
2001-11-09mips.c (mips_output_function_prologues): Cast `tsize' to long for output.H.J. Lu1-1/+1
2001-11-08mips.c (save_restore_insns): Remove GP from the restore registers mask early ...Richard Henderson1-40/+45
2001-11-06mips.md (movdf_internal2): Add constraints for float to general register move.Eric Christopher2-4/+7
2001-11-02config.gcc: Revert part of earlier patch.Eric Christopher3-40/+26
2001-10-31mips.h (mips_cache_flush_func): Prototype.DJ Delorie2-4/+12
2001-10-31builtins.def: Fix comment typos.Kazu Hirata1-1/+1
2001-10-31elf.h: Fix comment formatting.Kazu Hirata17-86/+86
2001-10-28alpha.md, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-27mips-protos.h: Break up long lines.Richard Kenner3-80/+75
2001-10-25Replace occurrences of #elif with #if...#endif.Nick Clifton1-12/+14
2001-10-22Fix precedence of conditional termsNick Clifton1-2/+2
2001-10-10config.gcc (mips*-*-gnu*): Delete support.Franz Sirl1-112/+0
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi4-8/+9
2001-10-04mips.c (init_cumulative_args): Remember to set cum->prototype.Eric Christopher2-4/+3
2001-09-18mips.c (mips_asm_file_start): Conditionalize Elf code generation only for Gnu...Eric Christopher1-24/+29
2001-09-18mips.c (mips_frame_set): New.Richard Sandiford1-5/+39
2001-09-15abi64.h: Add support for MEABI.Eric Christopher1-4/+1
2001-09-15mips.md: Add unspec #2.Eric Christopher7-63/+650
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-2/+2
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-3/+3
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-2/+4
2001-09-11Do not allow -mgp32 -mfp64; Fix int/long printf warningMichael Meissner4-3/+27
2001-09-07mips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU...Aldy Hernandez1-0/+2
2001-09-07mips.c (override_options): Allow abi32 with 64 bit registers.Aldy Hernandez1-2/+1
2001-09-05mips.c (save_restore_insns): Don't mark any register save slots as unchanging...Richard Sandiford1-3/+3
2001-09-05t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.Richard Sandiford1-3/+3
2001-09-04mips.c (save_restore_insns): Change base_offset to fp_offset in second call t...Richard Sandiford1-1/+1
2001-09-01* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.Kaveh R. Ghazi1-0/+2
2001-08-29iris6.h (ASM_DECLARE_OBJECT_NAME, [...]): Fix format specifier warnings.Kaveh R. Ghazi4-7/+17
2001-08-28crtn.asm: Add comment explaining 16 byte alignment.Eric Christopher2-2/+2
2001-08-28c-pragma.h (add_weak): Move prototype from here...Eric Christopher7-27/+87
2001-08-26mips.c (mips_function_value): Handle complex return values.Aldy Hernandez1-2/+28
2001-08-21crtstuff.c: Fix thinko last change.Richard Henderson1-1/+1
2001-08-19invoke.texi (MIPS Options): Document -mfused-madd.Geoffrey Keating2-8/+16
2001-08-18haifa-sched.c: Convert to target hooks.Zack Weinberg2-10/+22
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-2/+2
2001-08-18mips.md (adddi3_internal_2+1): Remove contraints from define_split.Graham Stott1-4/+4
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson2-8/+8
2001-08-17iris6.h (TARGET_IRIX6): New.Richard Henderson3-85/+257