aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1998-11-24cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta...Jeffrey A Law30-119/+119
1998-11-24Add m68k-elf port from Cygnus gcc sources.Jim Wilson4-0/+1092
1998-11-24Describe changes made to source and destination registers.Nick Clifton1-3/+3
1998-11-23linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Wrap in do...while.Jason Merrill2-6/+6
1998-11-23Can't use new API yet because of old compilers.Geoffrey Noer1-3/+3
1998-11-23Separate the 64 bit version of ABI_32 into ABI_O64.Gavin Romig-Koch5-52/+87
1998-11-23Add SH4 support:J"orn Rennecke6-242/+2564
1998-11-22dgux.c (struct option): Add new "description field".Jeffrey A Law2-3/+4
1998-11-21v850.c (ep_memory_operand): Offsets < 0 are not valid for EP addressing modes.Jeffrey A Law1-2/+5
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt2-21/+27
1998-11-19i860.c (single_insn_src_p): Add missing parens.Jeffrey A Law1-2/+2
1998-11-19i386.h (LEGITIMATE_CONSTANT_P): Reject CONST_DOUBLEs that are not standard 38...Jeffrey A Law1-1/+2
1998-11-19i386.md (jump): Explicitly set "memory" attribute.Jeffrey A Law1-13/+26
1998-11-19Set USER_LABEL_PREFIX to "_"Nick Clifton1-0/+4
1998-11-16rs6000.c (output_mi_thunk): Improve test for local branch.David Edelsohn1-2/+2
1998-11-14alpha.md (addsi3, subsi3): Revise 5 Nov change to store DImode value in parad...Richard Henderson1-21/+27
1998-11-13Oops, killed too much.Richard Henderson1-0/+89
1998-11-13alpha.c (reg_not_elim_operand): New.Richard Henderson3-108/+44
1998-11-13rs6000.md (movsf): Remove explicit secondary-reload-like functionality.David Edelsohn1-96/+25
1998-11-13splet.h (SUBTARGET_OVERRIDE_OPTIONS): New to deprecateStan Cox2-3/+18
1998-11-13* sparc.c (sparc_flat_compute_frame_size): Correctly calc args_sizeStan Cox1-13/+22
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer11-11/+14
1998-11-10* rs6000.h (LEGITIMIZE_ADDRESS): Add missing goto on last case.David Edelsohn1-0/+1
1998-11-09Misc mips16 bug fixes found by gcc/gdb testsuites.Andrew Cagney2-11/+31
1998-11-08* alpha.md (call, call_value) [OSF]: Correct alt 3 insn length.Richard Henderson1-2/+2
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi2-2/+0
1998-11-07i386.md (call_value_pop): If we're not popping anything, defer to call_value.Richard Henderson1-0/+12
1998-11-06alpha.c (add_operand): Simplify the CONST_INT match.Richard Henderson2-15/+18
1998-11-06rs6000.md (floatunssidf2_internal splitter): Use base register operand, not h...David Edelsohn1-2/+2
1998-11-05* romp.h (LEGITIMIZE_ADDRESS): Fix typo.Jeffrey A Law1-1/+1
1998-11-05i386.md (extendsidi2): Use # in the output template.Jan Hubicka1-14/+70
1998-11-04alpha.md (addsi3, subsi3): No new temporaries once cse is no longer expected.Richard Henderson1-8/+22
1998-11-04alpha.md (addsi3, subsi3): Expand to a DImode temporary so as to expose this ...Richard Henderson1-8/+10
1998-11-04* config/sparc/sparc.md (movdf_const_intreg_sp64): Enable again.David S. Miller1-8/+5
1998-11-04Add -mno-cygwin flag that links in the mingw libraries.Geoffrey Noer1-21/+46
1998-11-03* pa.h (SELECT_SECTION): Fix thinko.Jeffrey A Law1-2/+2
1998-11-03arm.c (add_constant): When taking the address of an item in the pool, get the...Richard Earnshaw2-3/+13
1998-11-02m32r.c (m32r_expand_block_move): Fix byte count computations.Doug Evans1-12/+33
1998-11-01linux.h (CPP_PREDEFINES): Add -D__i386__.Jeffrey A Law3-3/+3
1998-10-30i386.c (i386_comp_type_attributes): Compare whether the attributes are define...Richard Henderson1-2/+2
1998-10-29* m68k.h (INDIRECTABLE_1_ADDRESS_P): Fix thinko.Peter Jakubek1-10/+2
1998-10-29i386.c (i386_valid_type_attribute_p): Return nonzero for mismatched "stdcall"...Marcus Meissner1-2/+12
1998-10-29mips.md (reload_{in,out}{si,di}): Emit a USE of HILO at the end of the sequen...Jeffrey A Law1-0/+8
1998-10-28i386.md: Change ix86_cpu == PROCESSOR_PENTIUM to TARGET_PENTIUMJan Hubicka1-28/+28
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson3-3/+3
1998-10-28sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer- specific compi...Robert Lipe1-2/+2
1998-10-28Warning fixes:Kaveh R. Ghazi3-41/+41
1998-10-27reload1.c (verify_initial_offsets): New function.Bernd Schmidt1-11/+2
1998-10-27Updated sources with changes from devo.Nick Clifton5-48/+160
1998-10-27Appleid arm-elf contribution from Philip Blundell and merged with CatherineNick Clifton11-102/+963