aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc
AgeCommit message (Expand)AuthorFilesLines
1998-09-08Add preliminary native sparcv9 Solaris support.David S. Miller7-34/+203
1998-09-08sparc.h (TARGET_CM_MEDMID): Fix documentation.Jakub Jelinek2-7/+14
1998-09-05configure.in: Removed references to the removed fileKrister Walfridsson1-3/+0
1998-09-03sparc.c (output_double_int): In all V9 symbolic cases, use xword.David S. Miller1-4/+6
1998-09-02sparc.c (output_double_int): If V9 and MEDLOW...David S. Miller1-1/+3
1998-09-01sparc.md (movdf): Only generate special RTL for LABEL_REFs when PIC.David S. Miller2-26/+44
1998-09-01sparc.c (finalize_pic): Don't output arbitrary alignment, use FUNCTION_BOUNDA...David S. Miller1-3/+11
1998-08-31sparc.md (movsf_const_intreg): Kill warning.David S. Miller1-4/+6
1998-08-31Fixes for sunos4 cc:Kaveh R. Ghazi1-3/+3
1998-08-30xm-netbsd.h: Remove unnecessary file.Jeffrey A Law1-1/+0
1998-08-29sparc.md (pic_lo_sum_di, [...]): Rename to movdi_lo_sum_pic and movdi_high_pi...David S. Miller3-5/+13
1998-08-29Fix thinko in ultra_cmove_results_ready_p.David S. Miller1-2/+2
1998-08-28sparc.c (arith_operand, [...]): Mark mode as unused.David S. Miller2-42/+45
1998-08-28sparc.md (DImode, [...]): Delete self_reference code.Jim Wilson1-16/+6
1998-08-25sparc.c (sparc_override_options): If not TARGET_FPU, turn off TARGET_VIS.Jakub Jelinek3-14/+73
1998-08-25sparc.md (float abs/neg splits): Check reload_completed before calling alter_...Jeff Law1-12/+12
1998-08-25sparc.c (sparc_absnegfloat_split_legitimate): New function.David S. Miller3-51/+122
1998-08-24sparc.c (arith_4096_operand, [...]): New predicates.Jakub Jelinek3-4/+104
1998-08-24sparc.md (TFmode splits): Use reg_overlap_mentioned_p to detect when the sour...Jeffrey A Law1-9/+9
1998-08-23Fix thinko in previous commit.David S. Miller1-4/+4
1998-08-23sparc.c (sparc_emit_set_const32): If outputting a CONST_INT...David S. Miller2-31/+108
1998-08-23arc.c (arc_initialize_pic): Remove.David S. Miller2-40/+0
1998-08-21sparc.md (TFmode splits): Handle destination registers being referenced in th...David S. Miller1-2/+16
1998-08-20sparc.md (movtf_insn_sp32): All memory operands must be offsettable so the sp...David S. Miller1-2/+2
1998-08-19sparc.md (negtf2_notv9 split): Give NEG SFmode.David S. Miller1-2/+2
1998-08-19sparc.c (finalize_pic): Check for the correct nonlocal_goto_receiver UNSPEC n...David S. Miller2-2/+6
1998-08-18From Kaveh R. Ghazi.David S. Miller1-3/+41
1998-08-17sparc.md (sltu, sgeu): Don't FAIL, call gen_compare_reg.David S. Miller1-61/+313
1998-08-16sparc.c (ultra_code_from_mask, [...]): New functions to describe UltraSPARC p...David S. Miller3-104/+852
1998-08-15Fix -fPIC regression reported by Brendan Kehoe.David S. Miller1-1/+1
1998-08-15Fix all known bugs remaining in sparc64 constant formation.David S. Miller1-14/+44
1998-08-14sparc.c (sparc_emit_set_const64_quick2, [...]): Fix more bugs in 64-bit const...David S. Miller2-82/+78
1998-08-13rtl.def (CONSTANT_P_RTX): Fix typo in string name.David S. Miller1-85/+78
1998-08-13sparc.c (const64_operand, [...]): Get it right when HOST_BITS_PER_WIDE_INT is...David S. Miller2-147/+203
1998-08-11sparc.c: Change return <exp> to <exp>; return; in functions returning void.John Carr2-8/+23
1998-08-11sparc.md (define_insn addx_extend): Rename to addx_extend_sp64, only allow wh...David S. Miller1-18/+68
1998-08-11sparc.c (const64_operand, [...]): New predicates.David S. Miller3-25/+44
1998-08-10sparc.c (sparc_emit_set_const32): INTVAL is of type HOST_WIDE_INT.David S. Miller2-39/+105
1998-08-10sparc.md (define_insn jump): Output ba,pt not b,pt in v9 case as the latter m...John Carr1-4/+4
1998-08-10sparc.c (input_operand): Do not accept a LO_SUM MEM for TFmode when !v9.David S. Miller3-18/+40
1998-08-09Sparc backend rewrite by rth and myself, pleaseDavid S. Miller5-3286/+3913
1998-08-01netbsd.h: Undo previous change to DWARF2_UNWIND_INFO.Jeff Law1-1/+1
1998-07-29configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).Todd Vierling1-1/+1
1998-07-13Fix regressions introduced by most recent Sparc commits.David S. Miller2-21/+55
1998-07-13sparc.c, [...]: New trampoline code.John Carr3-175/+206
1998-07-02sparc.c (sparc_operand, [...]): Recognize CONSTANT_P_RTX.David S. Miller9-432/+181
1998-06-30sparc.c (function_arg_record_value): Take a MODE arg with which to create the...Richard Henderson1-5/+6
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law2-2/+2
1998-06-29Warning fixes:Kaveh R. Ghazi2-9/+9
1998-06-29config/sparc/lb1spc.asm (.udiv, .div) Replace routines.Catherine Moore1-162/+318