aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1996-07-13Solaris, shared lib, aix broken compatibiliyMichael Meissner11-137/+206
1996-07-12(ASM_OUTPUT_MI_THUNK): Handle fns returning structures.Doug Evans1-2/+4
1996-07-12(ASM_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-1/+1
1996-07-12({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-2/+2
1996-07-12({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-2/+2
1996-07-12({LINK,ASM_CPU}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-3/+3
1996-07-12(LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans2-3/+3
1996-07-12({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-2/+2
1996-07-12({ASM,LINK}_:SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-3/+3
1996-07-12%{V} %{v:%{!V:-V}} -> %{v:-V}.Doug Evans1-2/+2
1996-07-11Check for whether GOT_TOC register was eliminatedMichael Meissner2-27/+53
1996-07-11Deal with -fpic and inlined functionsMichael Meissner2-24/+109
1996-07-11h8300.h (OK_FOR_U): If generating H8/S code, accept SYMBOL_REF and SYMBOL_REF...Jeff Law1-4/+6
1996-07-11h8300.c (shift_one): Emit tabs between opcode and operands to be consistent w...Jeff Law1-170/+601
1996-07-1187 Cygnus<->FSF mergeMike Stump1-0/+13
1996-07-1187 Cygnus<->FSF mergeMike Stump27-691/+1632
1996-07-10(ASM_SPEC): Correct typos in Jun 18 change.Jim Wilson1-2/+2
1996-07-10Fix last changeMichael Meissner1-3/+10
1996-07-10Use integer ops to load SF constants for software floating point; fix up soft...Michael Meissner3-55/+195
1996-07-09Make fp constants hard if -fpicMichael Meissner1-0/+4
1996-07-09(FIXPROTO_DEFINES): Add -D_SGI_SOURCE.Jim Wilson1-1/+1
1996-07-08(enum reg_class): Add new class GENERAL_FP_REGS.Jim Wilson1-0/+3
1996-07-08(note_mem_written): Varying structure memory access withJim Wilson1-2/+7
1996-07-08(true_dependence, anti_dependence, output_dependence):Jim Wilson1-2/+11
1996-07-08(calc_live_regs): For pragma_interrupt case...Jim Wilson1-1/+4
1996-07-08(expand_call): For assign_stack_temp call in PARALLEL case,Jim Wilson1-1/+1
1996-07-08(aggregate_value_p): If hard_function_value returnsJim Wilson1-0/+6
1996-07-08(function_arg): Add explicit checks for FIELD_DECLs.Jim Wilson1-11/+25
1996-07-08(function_arg): Add explicit checks for FIELD_DECLs.Jim Wilson1-1/+6
1996-07-08* First cut at support for the H8/S.Jeff Law5-142/+294
1996-07-08stdarg.h: Handle the H8/S.Jeff Law2-2/+2
1996-07-08sol2.h (LINK_SPEC): Don't pass `-z text' if -shared -mimpure-text.Doug Evans1-1/+1
1996-07-07(__udivsi3): Use faster tstw instead of btst.Torbjorn Granlund1-1/+1
1996-07-07Recognize rtems as an o/s.Doug Evans1-1/+1
1996-07-04(get_inner_reference): Delete using alternate mode for bitfield; weRichard Kenner1-19/+3
1996-07-03formatting tweaksMike Stump2-9/+9
1996-07-03(at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h.Richard Kenner1-1/+1
1996-07-03(record_function_format): Define as static.Richard Kenner1-1/+1
1996-07-03formatting tweaksMike Stump94-2102/+3360
1996-07-03(default_conversion): Add bitfield promotions.Richard Kenner1-0/+18
1996-07-03(default_compilers): Add null entries for languages we heard of.Richard Kenner1-0/+12
1996-07-03formatting tweaksMike Stump2-35/+35
1996-07-03iformat tweaksMike Stump1-1/+1
1996-07-03pa.c (fmpy_operands): Define.Jeff Law1-0/+171
1996-07-03pa.md (parallel_addb, [...]): New patterns.Jeff Law1-0/+138
1996-07-03pa.c (fmpyaddoperands): Tighten checks.Jeff Law1-6/+40
1996-07-02pa.c (ireg_or_int5_operand): New function.Jeff Law3-33/+200
1996-07-02expr.c (compare): If function pointers need canonicalization before compariso...Jeff Law1-0/+39
1996-07-02Make Linux target workMichael Meissner1-2/+5
1996-06-29Fix int<->floating point conversion routinesMichael Meissner3-106/+249