- 08 Feb, 1993 2 commits
-
-
(MUST_PASS_IN_STACK): No problem anymore with nonaligned structs. From-SVN: r3438
Richard Kenner committed -
From-SVN: r3437
Richard Stallman committed
-
- 07 Feb, 1993 4 commits
-
-
(expand_call, store_one_arg): Use it to ensure that all args get promoted if requested, not just those passed in registers. From-SVN: r3436
Richard Kenner committed -
imagine some close-braces to pop them. From-SVN: r3435
Richard Stallman committed -
(force_fit_type): Don't examine the tree until it is known to an INTEGER_CST. If it isn't, just return. From-SVN: r3434
Richard Stallman committed -
(movqi): For special case of moving byte to stack, push into low byte and then copy to high byte. For case of moving to/from address reg, exchange it with d0. From-SVN: r3433
Richard Stallman committed
-
- 06 Feb, 1993 1 commit
-
-
From-SVN: r3432
Richard Stallman committed
-
- 05 Feb, 1993 11 commits
-
-
From-SVN: r3431
Jim Wilson committed -
From-SVN: r3430
Jim Wilson committed -
to avoid Solaris 2, x86 linker bug. From-SVN: r3429
Jim Wilson committed -
(CONST_OK_FOR_LETTER_P): Correct 'K' comment. From-SVN: r3428
Jim Wilson committed -
(restore_referenced_regs): New var NUMREGS. Pass NUMREGS to insert_save_restore instead of using using CEIL. From-SVN: r3427
Jim Wilson committed -
Assume that MEM_IN_STRUCT_P QImode varying addresses can overlap a non-MEM_IN_STRUCT_P fixed address. From-SVN: r3426
Jim Wilson committed -
a register is valid in an address. From-SVN: r3425
Jim Wilson committed -
(S_ISDIR): Add a default definition. From-SVN: r3424
Jim Wilson committed -
From-SVN: r3423
Richard Stallman committed -
From-SVN: r3422
Richard Stallman committed -
From-SVN: r3421
Brendan Kehoe committed
-
- 03 Feb, 1993 4 commits
-
-
Handle STACK_BOUNDARY when using push insns. From-SVN: r3420
Richard Stallman committed -
From-SVN: r3419
Richard Stallman committed -
From-SVN: r3418
Richard Stallman committed -
From-SVN: r3417
Richard Stallman committed
-
- 02 Feb, 1993 17 commits
-
-
From-SVN: r3416
Richard Stallman committed -
both result operands even if condition is constant. From-SVN: r3415
Richard Stallman committed -
From-SVN: r3414
Richard Stallman committed -
From-SVN: r3413
Richard Stallman committed -
From-SVN: r3412
Richard Stallman committed -
(init_reg_sets): Avoid signed integer overflow. From-SVN: r3411
Richard Stallman committed -
they mean \033, and they generate a warning if pedantic. From-SVN: r3410
Richard Stallman committed -
(install-headers-tar): Delete parens around the "source" tar cmd. From-SVN: r3409
Richard Stallman committed -
From-SVN: r3408
Jim Wilson committed -
* Makefile.in (gcc.o): Depend upon config.status, so any changes in prefix will be communicated to the build process. (cccp.o): Likewise. From-SVN: r3407
Brendan Kehoe committed -
From-SVN: r3406
Torbjorn Granlund committed -
(convert_and_check, overflow_warning, unsigned_conversion_warning): New functions. Prototypes added to c-tree.h. From-SVN: r3405
Richard Stallman committed -
(parser_build_binary_op): Warn about overflows and conversions of out-of-range constants in parser-built binary expressions. (build_conditional_expr): Check conversions in if-then-else expressions. (build_c_cast): Ignore any integer overflow caused by a cast. (convert_for_assignment): Warn if source had overflow in folding. (process_init_constructor): Report overflows in array initializer indexes. From-SVN: r3404
Richard Stallman committed -
From-SVN: r3403
Richard Stallman committed -
(finish_decl, grokdeclarator, finish_struct): Report overflows in storage sizes. (build_enumerator): Report overflows in enumerators. From-SVN: r3402
Richard Stallman committed -
(lshift_double): Don't report arithmetic overflow, since the C standard doesn't seem to require it here. (force_fit_type): Accept new parameter specifying whether a signed overflow has already occurred. Yield overflow indication. All callers changed. (neg_double): Don't report overflow when -0 yields 0. (const_binop): Propagate operand overflow for warnings. Don't report overflow when -1 + 1 yields 0. From-SVN: r3401
Richard Stallman committed -
(expand_builtin): Report overflow if __builtin_args_info arg exceeds one word. Fix punctuation of error messages. From-SVN: r3400
Richard Stallman committed
-
- 01 Feb, 1993 1 commit
-
-
From-SVN: r3399
Richard Stallman committed
-