aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1993-06-19(MAYBE_VMS_FUNCTION_PROLOGUE): adjust stack pointer by 4 prior to calling C$M...Richard Stallman1-14/+18
1993-06-18(TARGET_SWITCHES): For -m68020, -m68000 andRichard Stallman1-6/+8
1993-06-18deal with block move input reg also being a scratch reg.Michael Meissner1-9/+21
1993-06-17(decrement_and_branch_until_zero): Pattern disabled.Richard Stallman1-1/+1
1993-06-17(USE_GAS): New define.Richard Stallman1-0/+9
1993-06-17Changes for non gas gcc.Richard Stallman1-2/+46
1993-06-17(LEGITIMATE_CONSTANT_P): Reject function addresses for now.Richard Stallman1-3/+6
1993-06-16(SMALL_ARG_MAX): Defined.Richard Stallman1-0/+4
1993-06-14(iorsi3): Explicitly set length to 1.Richard Stallman1-8/+24
1993-06-12(movqi): Handle copying an address register to orRichard Stallman1-0/+76
1993-06-11(movsf, movdf): Handle a move from an integer register before reload.Richard Kenner1-15/+14
1993-06-11(rs6000_gen_section_name): Only replace last period in filename with section...Richard Kenner1-12/+14
1993-06-10More ELF changes.Michael Meissner2-4/+171
1993-06-09OSF/1 with ELF support patches.Michael Meissner1-10/+43
1993-06-09OSF/1 with ELF support patches.Michael Meissner1-0/+65
1993-06-08Initial revisionJohn Hassey3-0/+50
1993-06-08(call_operand, call_operand_address): Accept any address not just REG rtx.Jim Wilson1-3/+4
1993-06-08(RTX_COSTS): Make cost of MULT depend on TARGET_V8.Jim Wilson1-1/+1
1993-06-08(CPP_SPEC): Fix typo.Richard Stallman1-1/+1
1993-06-08Restrict use of 88110 extended registers to floating point.John Hassey1-5/+7
1993-06-08(RTX_COSTS): Cost of MULT also depends on TARGET_DISABLE_FPREGS.Richard Stallman1-3/+3
1993-06-06(PRINT_OPERAND): Prefix constant by `$'.Richard Stallman1-1/+1
1993-06-06(fix_truncdfsi2): Destination is general register, source general or extended...Richard Stallman1-4/+4
1993-06-05(RTX_COSTS): Make cost of MULT depend on TARGET_SNAKE.Torbjorn Granlund1-1/+1
1993-06-04(output_function_epilogue): If the last insn in the current function is a (vo...Richard Stallman1-2/+24
1993-06-04(CPP_PREDEFINES): Add _MIPS_SZINT _MIPS_SZLONG _MIPS_SZPTR.Richard Stallman1-2/+4
1993-06-04(INCLUDE_DEFAULTS): Use same order as cccp.c.Richard Stallman1-1/+8
1993-06-01(extendsidi2): Correctly do operation when in FPRichard Stallman1-4/+5
1993-06-01[_IEEE_FLOAT_] (LINK_SPEC): Use ___gcc_cleanup, not __gcc_cleanup.Richard Stallman1-2/+2
1993-06-01(ffs): Delete pattern containing nonexistant instruction.Richard Kenner1-16/+13
1993-06-01(untyped_call, blockage): New patterns, basically copied from m68k.md.Richard Stallman1-0/+37
1993-06-01Comment change.Richard Stallman1-1/+3
1993-06-01entered into RCSRichard Stallman1-2/+1
1993-05-31(output_epilog): Don't crash if TYPE_SIZE of an arg is not set.Richard Kenner1-3/+11
1993-05-31(STANDARD_INCLUDE_DIR): Renamed from SYSTEM_INCLUDE_DIR.Richard Stallman3-8/+8
1993-05-31(STANDARD_INCLUDE_DIR): Renamed from SYSTEM_INCLUDE_DIR.Richard Stallman3-3/+3
1993-05-31(decrement_and_branch_until_zero):Richard Stallman1-5/+5
1993-05-31Fix typo in last patch.Richard Stallman1-1/+1
1993-05-31(output_cbranch): In forward/long branch case...Richard Stallman1-8/+15
1993-05-31(INSN_SETS_ARE_DELAYED): Do not call get_attr_type with a CLOBBER insn.Richard Stallman1-3/+5
1993-05-31(call insns and expanders): Do not explicitly clobber %r31.Richard Stallman1-4/+0
1993-05-31Typos in last change.Richard Stallman1-4/+4
1993-05-31(sparc_builtin_saveregs): Don't set first_reg to zero for varargs.Richard Stallman1-0/+3
1993-05-31(pa_insn_adjust_length): Rework.Richard Stallman1-10/+170
1993-05-31(SHORTEN_WITH_ADJUST_INSN_LENGTH): Defined.Richard Stallman1-4/+6
1993-05-31(function_arg_partial_nregs): For BLKmode values...Richard Stallman1-1/+1
1993-05-30Delete the local variables list.Richard Stallman1-10/+0
1993-05-30(singlemove_string): Handle SFmode CONST_DOUBLE as a source operand.Richard Stallman1-7/+32
1993-05-30(movdf for const_double): Handle loading a CONST_DOUBLE into general registers.Richard Stallman1-8/+34
1993-05-28(GO_IF_LEGITIMATE_INDEX): Check explicitly forRichard Stallman1-25/+28