Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-07-17 | (STACK_CHECK_*): Provide default values. | Richard Kenner | 1 | -1/+48 | |
(probe_stack_range): New declaration. From-SVN: r14467 | |||||
1997-05-07 | except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp... | Mike Stump | 1 | -0/+2 | |
* except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp, and default to using __builtin_setjmp instead of setjmp. * expr.c (expand_builtin_setjmp): New routine, split out from existing inline code from expand_builtin. (expand_builtin): Split out code into expand_builtin_setjmp. * expr.h (expand_builtin_setjmp): Add declaration. * libgcc2.c (__sjthrow): Default to using __builtin_setjmp instead of setjmp. (__sjpopnthrow): Likewise. * optabs.c (init_optabs): Likewise. From-SVN: r14045 | |||||
1997-04-23 | Add setjmp/longjmp exception handling. | Mike Stump | 1 | -9/+6 | |
From-SVN: r13968 | |||||
1996-10-23 | (emit_store_flag_force): Declare. | Torbjorn Granlund | 1 | -0/+4 | |
From-SVN: r13001 | |||||
1996-07-23 | install EH code | Mike Stump | 1 | -0/+2 | |
From-SVN: r12548 | |||||
1996-07-03 | formatting tweaks | Mike Stump | 1 | -3/+3 | |
From-SVN: r12390 | |||||
1996-06-06 | (emit_group_load, emit_group_store, use_group_regs): New | Jim Wilson | 1 | -0/+9 | |
declarations. From-SVN: r12190 | |||||
1996-05-19 | (function_value): Deleted; no such function. | Richard Kenner | 1 | -3/+10 | |
(bc_build_calldesc, bc_runtime_type_code): New declarations. From-SVN: r12040 | |||||
1996-04-15 | * expr.h (const): Delete. | Doug Evans | 1 | -8/+1 | |
From-SVN: r11792 | |||||
1996-03-12 | (clear_storage): Add comment terminator. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r11518 | |||||
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 |