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