Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-12-24 | (clrstr_optab): New declaration. | Richard Kenner | 1 | -2/+6 | |
(clear_storage): New parm, ALIGN. From-SVN: r10838 | |||||
1995-12-18 | (expand_mult_highpart_adjust): Declare. | Richard Kenner | 1 | -0/+1 | |
From-SVN: r10802 | |||||
1995-10-27 | (clear_storage): Second arg is rtx, not int. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r10530 | |||||
1995-07-14 | (NO_DEFER_POP): Remove last change. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r10132 | |||||
1995-07-01 | (NO_DEFER_POP): Do any pending stack adjusts. | Richard Kenner | 1 | -2/+2 | |
From-SVN: r10095 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9959 | |||||
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r9712 | |||||
1995-01-25 | (emit_conditional_move): Declare it. | Doug Evans | 1 | -0/+17 | |
(can_conditionally_move_p): Likewise. (movcc_gen_code): Likewise. From-SVN: r8798 | |||||
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -16/+8 | |
From-SVN: r8470 | |||||
1994-11-15 | Declare expand_abs. | Richard Kenner | 1 | -0/+3 | |
From-SVN: r8445 | |||||
1994-10-12 | (??hf2_libfunc): Add declarations, like ??sf2_libfunc. | Richard Kenner | 1 | -0/+7 | |
From-SVN: r8260 | |||||
1994-07-08 | fix temp lifetime (FOR TARGET_EXPRs only) | Mike Stump | 1 | -0/+6 | |
From-SVN: r7681 | |||||
1994-06-29 | (smul_highpart_optab, umul_highpart_optab): New variables. | Torbjorn Granlund | 1 | -0/+2 | |
From-SVN: r7597 | |||||
1994-05-27 | expr.c (use_reg): Fix recording of USE information. | Doug Evans | 1 | -1/+1 | |
* expr.c (use_reg): Fix recording of USE information. (use_regs): Likewise. Delete argument `reg'. All callers changed. * expr.h (use_regs): Update prototype. * calls.c (expand_call): Update call to use_regs. Call use_reg if parm is wholly in registers. From-SVN: r7378 | |||||
1994-05-06 | (use_regs): Change from USE and CLOBBER insns to using | Richard Kenner | 1 | -2/+5 | |
CALL_INSN_FUNCTION_USAGE. From-SVN: r7241 | |||||
1994-04-18 | (prepare_call_address): Extend prototype. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r7075 | |||||
1994-04-18 | (PROMOTE_MODE): Don't supply default here. | Richard Kenner | 1 | -5/+6 | |
(promote_mode): Add declaration. From-SVN: r7065 | |||||
1994-04-10 | (lshl_optab): Deleted. | Richard Kenner | 1 | -1/+0 | |
From-SVN: r7018 | |||||
1994-03-12 | (emit_float_lib_cmp): Add declaration here. | Richard Kenner | 1 | -0/+4 | |
From-SVN: r6759 | |||||
1994-03-11 | Use PVPROTO for varargs prototypes. | Richard Kenner | 1 | -2/+2 | |
From-SVN: r6744 | |||||
1994-02-10 | Use PROTO for varargs functions. | Richard Kenner | 1 | -5/+6 | |
From-SVN: r6513 | |||||
1993-09-17 | (emit_library_call_value): Fix declaration. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r5343 | |||||
1993-09-12 | (convert_modes): Declared. | Richard Stallman | 1 | -0/+3 | |
From-SVN: r5308 | |||||
1993-08-03 | Declare code_to_optab. | Richard Kenner | 1 | -0/+3 | |
From-SVN: r5061 | |||||
1993-07-28 | (move_block_from_reg): Add new argument to prototype. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r5015 | |||||
1993-05-06 | Fix comment typos. emit_block_move decl was hidden. | Richard Stallman | 1 | -2/+2 | |
From-SVN: r4348 | |||||
1993-04-17 | (FUNCTION_ARG_PADDING): Add parens to make clearer. | Richard Kenner | 1 | -7/+4 | |
(MUST_PASS_IN_STACK): Don't allow machine to override (none currently do). Don't force in stack if wrong padding when padding isn't needed. From-SVN: r4172 | |||||
1993-03-30 | (extendtab, fixtab, fixtrunctab, floattab, movstr_optab): New | Richard Kenner | 1 | -0/+11 | |
definitions. From-SVN: r3924 | |||||
1993-03-23 | (prepare_call_address): Put decl back. | Richard Kenner | 1 | -0/+1 | |
From-SVN: r3851 | |||||
1993-03-23 | Don't declare fns that use "tree" if tree.h not included. | Richard Kenner | 1 | -39/+1 | |
(prepare_call_address, emit_call_1): Remove decls. (promoted_input_arg): Add prototype. (fix_lexical_addr): Remove duplicate decl. (copy_function_value, expand_stmt_expr): Delete; no such functions. From-SVN: r3846 | |||||
1993-03-22 | * (MUST_PASS_IN_STACK): Make machine parameter. | Doug Evans | 1 | -0/+6 | |
From-SVN: r3831 | |||||
1993-03-19 | Correct partly nested comment. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r3796 | |||||
1993-03-12 | * (RETURN_IN_MEMORY): Handle BLKmode values. | Doug Evans | 1 | -3/+2 | |
From-SVN: r3709 | |||||
1993-03-08 | Clean up prototypes for functions in expr.c and optabs.c and add some | Richard Kenner | 1 | -63/+174 | |
missing ones. From-SVN: r3673 | |||||
1993-02-26 | Add prototypes for most functions declared here. | Richard Stallman | 1 | -87/+131 | |
From-SVN: r3536 | |||||
1993-02-21 | (emit_move_insn_1): Declared. | Richard Stallman | 1 | -0/+3 | |
From-SVN: r3507 | |||||
1993-02-09 | Declare promoted_input_arg. | Richard Kenner | 1 | -0/+3 | |
From-SVN: r3450 | |||||
1993-02-08 | (MUST_PASS_IN_STACK_BAD_ALIGN): Deleted. | Richard Kenner | 1 | -14/+5 | |
(MUST_PASS_IN_STACK): No problem anymore with nonaligned structs. From-SVN: r3438 | |||||
1992-11-30 | Correct comments. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r2819 | |||||
1992-10-03 | (expand_complex_abs): Add declaration. | Richard Stallman | 1 | -0/+3 | |
From-SVN: r2317 | |||||
1992-09-19 | (PROMOTE_MODE): Provide default definition. | Richard Kenner | 1 | -0/+5 | |
From-SVN: r2173 | |||||
1992-08-28 | (sin_optab,cos_optab): Declare optabs for sin and cos. | James Van Artsdalen | 1 | -0/+2 | |
From-SVN: r1977 | |||||
1992-07-06 | entered into RCS | Charles Hannum | 1 | -5/+2 | |
From-SVN: r1466 | |||||
1992-06-22 | *** empty log message *** | Jim Wilson | 1 | -2/+64 | |
From-SVN: r1237 | |||||
1992-05-07 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r930 | |||||
1992-05-06 | *** empty log message *** | Richard Kenner | 1 | -0/+9 | |
From-SVN: r915 | |||||
1992-04-26 | *** empty log message *** | Tom Wood | 1 | -3/+3 | |
From-SVN: r837 | |||||
1992-03-29 | *** empty log message *** | Richard Kenner | 1 | -1/+1 | |
From-SVN: r628 | |||||
1992-03-29 | *** empty log message *** | Richard Stallman | 1 | -0/+1 | |
From-SVN: r623 | |||||
1992-03-13 | *** empty log message *** | Jeff Law | 1 | -0/+1 | |
From-SVN: r463 |