aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1998-05-11alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.Richard Henderson3-4/+157
1998-05-08loop.c (get_condition): Don't combine when either compare is MODE_CC.Richard Henderson2-159/+153
1998-05-08Hunk of m32r changesMichael Meissner3-472/+674
1998-05-08t-linux: Remove extra stuff already included in config/t-linux.Andreas Schwab1-14/+0
1998-05-07Disable remaining conditional move patterns.Jim Wilson1-6/+12
1998-05-07Update copyrightMichael Meissner1-1/+1
1998-05-07Restore LR in case __eabi was called multiple timesMichael Meissner1-0/+1
1998-05-07linux.h (ASM_COMMENT_START): Remove from here,Jeffrey A Law5-16/+18
1998-05-07m68k.md (adddi3, subdi3): Properly negate the DImode constant.Andreas Schwab1-6/+14
1998-05-06typo typo fixes fixesJeff Law25-33/+33
1998-05-06Wed May 6 22:32:37 CDT 1998 Robert Lipe <robertl@dgii.com>Robert Lipe1-0/+1
1998-05-06Fix braces right this time.Jeff Law1-10/+10
1998-05-06linux.h (ASM_COMMENT_START): Define as "#".Alan Modra2-3/+9
1998-05-06i386.c (output_387_binary_op): Add some braces to avoid warnings.Jeffrey A Law2-14/+20
1998-05-06Fix minor merge error in mips port.Jim Wilson1-1/+1
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-1/+1
1998-05-06r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC): Replace -gdwarf-2 with -g0.Gavin Koch1-4/+4
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law18-940/+892
1998-05-05Fix bug reported by Ian Taylor, mips64-elf multilibs are wrong.Jim Wilson1-8/+9
1998-05-05* h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.Jeffrey A Law1-1/+3
1998-05-05m68k.h: Declare functions from m68k.c used in macros and machine description.Andreas Schwab1-12/+23
1998-05-04i386.c (output_fix_trunc): Add code to emulate non-popping DImode case.Jim Wilson1-2/+12
1998-05-04Fix mips-tfile failure on alpha, from Holger Bauer.Jim Wilson1-2/+4
1998-05-04* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.Richard Henderson1-1/+1
1998-05-03Support for official Sparc V9 ABI:Richard Henderson7-316/+723
1998-04-29elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL, [...]): Define.Gavin Koch3-18/+65
1998-04-28Patch to fix sparc multiply failures, reported by Laurent Bonnaud.Jim Wilson1-13/+59
1998-04-28At the suggestion of Richard Earnshaw I have changed GO_IF_LEGITIMATE_ADDRESS...Nick Clifton1-2/+2
1998-04-28update m32r portMichael Meissner4-142/+882
1998-04-27Fix coldfire addsf3 bug, bug and patch from David Fiddes.Jim Wilson1-2/+2
1998-04-27* sh.c (gen_ashift_hi): Don't make SUBREG of a SUBREG.J"orn Rennecke1-2/+10
1998-04-27sh.c (sh_expand_prologue, [...]): If TARGET_DOUBLE_ALIGN, preserve 64 bit sta...J"orn Rennecke2-5/+16
1998-04-27* sh.h (LEGITIMIZE_RELOAD_ADDRESS): Define.J"orn Rennecke1-0/+60
1998-04-26alpha.h (CONST_COSTS): Zero is always free.Richard Henderson1-3/+39
1998-04-26* alpha.c (print_operand): Don't add 'v' suffix for ALPHA_FPTM_N.Richard Henderson1-0/+1
1998-04-24* (gen_shl_and, in case 1): Fix comparison with mask.J"orn Rennecke1-2/+2
1998-04-24Disallow frame pointer as second register in REG+REG pair.Nick Clifton1-0/+1
1998-04-23Fix for execute/980205.c failure on SH[123].J"orn Rennecke2-5/+6
1998-04-23find_barrier(): Return as soon as a BARRIER insn is found.Nick Clifton1-1/+1
1998-04-23sh.c (gen_ashift_hi): Implement right shifts via gen_ashift.J"orn Rennecke2-61/+11
1998-04-22mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.Jeff Law1-1/+1
1998-04-21mips.h (STACK_BOUNDARY): Allow specific targets to override.Jeffrey A Law1-2/+5
1998-04-21mips.c (block_move_loop): Test Pmode == DImode instead of TARGET_MIPS64.Jeffrey A Law3-63/+67
1998-04-20sparc.h (MACHINE_STATE_SAVE, [...]): Rewrite to not be so gross, and to prope...Richard Henderson1-81/+77
1998-04-20Patch from John Wehle to fix movxf_push spill reg allocation failure.John Wehle1-6/+15
1998-04-20final.c (shorten_branches, [...]): Move code to free label_align...J"orn Rennecke1-2/+0
1998-04-20For movsf/movdf splits, let movsi define_split handle subword movesMichael Meissner1-200/+6
1998-04-20Fix some problems that resulted in assmebler messages 'Error: pcrel too far'J"orn Rennecke1-4/+15
1998-04-20Include expr.h to get the change_address prototype declared.Michael Meissner1-0/+1
1998-04-18i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints.Jeff Law1-3/+3