aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
1999-07-29mips.c: system.h handles MIN and MAX, don't undefine them here.Geoff Keating1-3/+0
1999-07-22defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.Mark Mitchell1-0/+5
1999-07-20iris6gld.h (MAKE_DECL_ONE_ONLY): Define.Mark Mitchell1-0/+35
1999-07-15configure.in: Use t-iris6, even with GNU LD.Mark Mitchell2-11/+1
1999-07-02configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.Mark Mitchell2-0/+58
1999-06-28* mips.md (leasi, leadi): New patterns.Jeffrey A Law1-0/+24
1999-06-21mips.c (symbolic_expression_p): New function.Mark Mitchell1-1/+32
1999-06-21elf.h (BSS_SECTION_ASM_OP, [...]): Add the macros.Vladimir Makarov1-0/+24
1999-06-17loop.c (move_movables): Note issues with replacing REGs with SUBREGs.Jeffrey A Law1-2/+15
1999-06-15mips.c (mips_output_conditional_branch): Add `break' between `default' label ...Alexandre Oliva1-0/+1
1999-06-14Fix switch table and reload problems for mips16.Jim Wilson2-5/+71
1999-06-05mips.h (mips_output_conditional_branch): New function.Mark Mitchell3-724/+976
1999-05-25mips.h (ASM_OUTPUT_DOUBLE_INT): Use 'dword' if TARGET_GAS.Gavin Romig-Koch1-2/+11
1999-05-19mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in...Jeff Law1-1/+5
1999-05-10Fix irix5 native build failure resulting from my previous patch.Jim Wilson3-0/+6
1999-05-07Fix mips16 libstdc++ builds. Fix inconsistency from Apr 7 change.Jim Wilson3-4/+19
1999-05-03mips.h (Pmode): Revert Oct 14th change which added a cast.Kaveh Ghazi1-1/+1
1999-04-14Wed Apr 14 10:48:03 1999 Catherine Moore <clm@cygnus.com>Catherine Moore7-3/+402
1999-04-08configure.in (host_xm_file, [...]): Include hwint.h.Kaveh R. Ghazi1-15/+7
1999-04-07elf.h (MAKE_DECL_ONE_ONLY): Define.Catherine Moore1-0/+2
1999-03-22Add documentation for MIPS options.Jim Wilson2-68/+134
1999-03-18mips.c (mips_explicit_type_size_string): Correct its type.Gavin Romig-Koch1-1/+1
1999-03-16invoke.texi: Add -mlong32 documentation.Gavin Romig-Koch4-8/+20
1999-03-16iris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP, [...]): Use Pmode == DImod...Gavin Romig-Koch3-15/+11
1999-03-15mips.h (REGISTER_MOVE_COST): Make the cost of moving from HI/LO/HILO/MD into ...Jim Wilson1-2/+16
1999-03-02mips.c (abort_with_insn): Make function static...Kaveh R. Ghazi3-58/+35
1999-03-01Patch to fix solaris2 float.h/limits.h conflict.Jim Wilson1-2/+0
1999-03-01mips.md (div_trap_normal, [...]): Require the dependent insn to be an INSN be...Jeffrey A Law1-0/+2
1999-02-22Fix mips16 debug info problems with frame address.Andrew Cagney1-5/+15
1999-02-11mips.c (save_restore_insns): Fix loop to save/restore FP registers.Jeffrey A Law1-2/+10
1999-02-04update copyrightGavin Romig-Koch1-1/+1
1999-02-04mips.md ([u]divmodsi4,[u]divmoddi4,[u]divsi3,[u]divdi3, [...]): Don't copy th...Gavin Romig-Koch1-12/+12
1999-02-03mips.c (true_reg_or_0_operand): New function.Gavin Romig-Koch3-5/+34
1999-02-03(div_trap_mips16): Remove nop's after branches.Gavin Romig-Koch1-3/+4
1999-02-03undo last revision; I commited more stuff than I intended.Gavin Romig-Koch1-19/+18
1999-02-03(div_trap_mips16): Remove nop's after branches.Gavin Romig-Koch1-18/+19
1999-01-31flags.h: Declare flag_no_ident.Zack Weinberg1-3/+4
1999-01-19Update copyrightsMark Mitchell1-1/+1
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-1/+1
1999-01-18mips.md (div_trap): Split div_trap_mips16 from div_trap.Gavin Romig-Koch1-2/+50
1999-01-12mips.h (LOAD_EXTEND_OP): Correct for SImode and CCmode moves when generating ...Jeff Law1-3/+8
1999-01-12* mips.md (call_value_internal3c): New pattern for -mips16 -mlong-calls.Stan Cox1-2/+16
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1999-01-03Copyright update.Jeff Law1-1/+1
1999-01-03mips.md (div_trap): Use local labels instead of dot-relative branches.Rainer Orth1-4/+4
1998-12-23Warning fixes:Kaveh R. Ghazi2-2/+4
1998-12-16dummy import to prevent merge lossageJeff Law23-59/+51
1998-12-07Fix -membedded-data bug found by mips16 port.DJ Delorie2-3/+34
1998-12-03configure.in (mipsel-*-linux*): New target.Robert Lipe1-0/+70
1998-12-01* mips.md (trap_if): Use "$0" for the value zero.Jeffrey A Law1-4/+16