aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sparc.c
AgeCommit message (Expand)AuthorFilesLines
1994-05-07(leaf_reg_backmap): Delete.Doug Evans1-36/+25
1994-04-28(arith_double_operand): Modify to accept all possible constants.Jim Wilson1-11/+5
1994-04-21(mem_aligned_8): Don't assume addresses withJim Wilson1-4/+7
1994-04-21(sparc_type_code): Don't put more than 30 bits of infoJim Wilson1-3/+11
1994-03-30(sparc_type_code): Revise so it supports non-C types.Richard Kenner1-62/+26
1994-02-15Remove unneeded test for STRING_TYPE.Per Bothner1-1/+0
1994-02-08(save_regs, restore_regs): Use __inline__ not inline.Jim Wilson1-2/+2
1994-01-24(sparc_address_cost): Delete.Jim Wilson1-33/+0
1993-12-03(shift_operand): Delete function.Richard Kenner1-14/+1
1993-10-05(uns_small_int, uns_arith_operand): New functions.Jim Wilson1-0/+30
1993-09-08Cosmetic changes only. Just reordered code a little.Doug Evans1-42/+47
1993-08-12(legitimize_pic_address): Delete 4th arg SCRATCH.Jim Wilson1-26/+13
1993-08-08(sparc_type_code): Support range types.Jim Wilson1-0/+8
1993-08-08(reg_or_0_operand): Use fp_zero_operand.Jim Wilson1-1/+16
1993-07-28(shift_operand): New function.Jim Wilson1-0/+13
1993-07-21(output_move_double): Only set highest_first if first reg of dest overlaps me...Jim Wilson1-6/+18
1993-07-07(singlemove_string): Convert SFmode by REAL_VALUE... macros.Jim Wilson1-7/+4
1993-07-07(sparc_frw_save_restore): Add parentheses to satify gcc.Jim Wilson1-1/+1
1993-07-06(sparc_type_code): Recognize SET_TYPE.Jim Wilson1-2/+3
1993-07-06(output_move_quad): Implement CNSTOP case.Jim Wilson1-9/+14
1993-06-28(output_move_double): Use new local var highest_first to make sure addreg1 ge...Richard Stallman1-6/+11
1993-06-26(output_move_double): Handle reg[n,n+1] = mem[reg[n] + reg[n+1]].Richard Stallman1-2/+13
1993-06-08(call_operand, call_operand_address): Accept any address not just REG rtx.Jim Wilson1-3/+4
1993-05-31(sparc_builtin_saveregs): Don't set first_reg to zero for varargs.Richard Stallman1-0/+3
1993-04-25(mem_aligned_8): Delete ifdefed out code.Jim Wilson1-44/+10
1993-04-25(output_load_address, output_size_for_block_move,Jim Wilson1-0/+13
1993-04-25(output_function_epilogue): Emit 'nop' instead ofJim Wilson1-0/+4
1993-03-27(S_MODES, D_MODES, T_MODES):Richard Stallman1-8/+10
1993-03-05(output_function_prologue, output_function_epilogue):Jim Wilson1-0/+7
1993-03-02(print_operand): Use output_operand_lossage, not abort.Jim Wilson1-5/+5
1993-02-18(output_function_prologue): Don't save %f31 to stack.Jim Wilson1-5/+0
1993-01-25(init_arg_profiler, output_arc_profiler): Delete unusedJim Wilson1-50/+0
1993-01-25(sparc_builtin_saveregs): New function.Jim Wilson1-0/+36
1993-01-25(print_operand): Delete '@' case.Jim Wilson1-30/+5
1993-01-25(registers_ok_for_ldd_peep): Delete test for pseudos.Jim Wilson1-5/+0
1993-01-14Clarify numerous *_operand comments.Jim Wilson1-17/+9
1993-01-11(eligible_for_epilogue_delay): Delete unused variable `this_function_name'.Jim Wilson1-10/+0
1993-01-10# Fix misspellings in comments.Paul Eggert1-1/+1
1992-12-31(print_operand): For invalid operands, callJim Wilson1-2/+6
1992-12-02(finalize_pic): Remove "*_" from GLOBAL_OFFSET_TABLE name.Jim Wilson1-1/+1
1992-10-13(sparc_frw_output_function_prologue): Frame pointer baseJim Wilson1-1/+1
1992-10-09(sparc_type_code): Return reasonable result for COMPLEX_TYPE.Jim Wilson1-0/+5
1992-09-24(SF_MODES): Accept all single word or smaller integer modes not just SImode.Jim Wilson1-2/+4
1992-09-02(handle_pragma_token): Delete.Jim Wilson1-109/+0
1992-09-02(handle_pragma_token): Only use if HANDLE_SYSV_PRAGMA isn't defined.Richard Stallman1-2/+2
1992-08-25(SF_MODES): Allow SImode in fp registers.Jim Wilson1-40/+1
1992-08-21(print_operand): Use output_operand_error for unknown code.Richard Stallman1-1/+1
1992-07-22(registers_ok_for_ldd_peep, addrs_ok_for_ldd_peep):Jeff Law1-5/+25
1992-06-29(SPARC_STACK_ALIGN): Add default definition.Richard Stallman1-0/+5
1992-06-24(sparc_frw_compute_frame_size): New function, for flat register window model ...Jim Wilson1-0/+483