- 27 Dec, 1993 7 commits
-
-
From-SVN: r6336
Richard Kenner committed -
From-SVN: r6335
Richard Kenner committed -
(simplify_binary_operation, fold_rtx): Allow some FP simplications with -ffast-math. (simplify_relational_operation): FP comparisons can be reversed if -ffast-math is specified. From-SVN: r6334
Richard Kenner committed -
(reversible_comparison_p): FP comparisons reversible with -ffast-math. From-SVN: r6333
Richard Kenner committed -
From-SVN: r6332
Richard Kenner committed -
From-SVN: r6331
Richard Kenner committed -
From-SVN: r6330
Richard Kenner committed
-
- 26 Dec, 1993 5 commits
-
-
operand. From-SVN: r6329
Richard Kenner committed -
reallabelprev since it might point to the deleted insn. From-SVN: r6328
Richard Kenner committed -
(delete_dead_from_cse): Pass new parm to count_reg_usage. From-SVN: r6327
Richard Kenner committed -
(fold_rtx, case PLUS): If we have (plus A B), A is equivalent to a negative constant, and the negated constant is in register, convert to (minus A C) where C is the register containing the negated constant. From-SVN: r6326
Richard Kenner committed -
* pa.h (DBX_BLOCKS_FUNCTION_RELATIVE): Define. (ASM_OUTPUT_SOURCE_LINE): Likewise. (DBX_FUNCTION_FIRST): Likewise. * pa.h (FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM): Change to %r3 for compatability with HP compilers. * pa.h (READONLY_DATA_SECTION): Re-enable use of $LIT$. From-SVN: r6325
Jeff Law committed
-
- 25 Dec, 1993 17 commits
-
-
From-SVN: r6324
Richard Kenner committed -
constructor into memory. From-SVN: r6323
Richard Kenner committed -
(expand_expr, case ARRAY_REF): Remove uses of *_type_node and simplify folding a reference to a character in a STRING_CST. From-SVN: r6322
Richard Kenner committed -
From-SVN: r6321
Richard Kenner committed -
From-SVN: r6320
Richard Kenner committed -
From-SVN: r6319
Richard Kenner committed -
From-SVN: r6318
Richard Kenner committed -
TREE_CONSTANT_OVERFLOW is set. From-SVN: r6317
Richard Kenner committed -
From-SVN: r6316
Richard Kenner committed -
SHORT_IMMEDIATES_SIGN_EXTEND code. From-SVN: r6315
Richard Kenner committed -
From-SVN: r6314
Richard Kenner committed -
(fold, case EQ_EXPR, NE_EXPR): If COMPLEX_TYPE and at least one arg is a COMPLEX_EXPR, split into a logical operation on the real and imaginary parts. From-SVN: r6313
Richard Kenner committed -
(common_type): For COMPLEX_TYPE, return one of the original types if is the desired common type. (build_binary_op): Use SHORT_COMPARE code even if complex. From-SVN: r6312
Richard Kenner committed -
kinds of complex integer types. From-SVN: r6311
Richard Kenner committed -
double-word before doing them. From-SVN: r6310
Richard Kenner committed -
From-SVN: r6309
Richard Kenner committed -
Simplify such things as (X >> 1) - X. From-SVN: r6308
Richard Kenner committed
-
- 24 Dec, 1993 11 commits
-
-
New functions. (struct file_name_list): New members: name_map, got_name_map. (main, path_include, do_include, do_once): Set got_name_map. (do_include): Use open_include_file instead of open. Add new parameter to lookup_import calls. (lookup_import): New parameter searchptr. Call open_include_file instead of open. From-SVN: r6307
Jim Wilson committed -
TRULY_NOOP_TRUNCATION doesn't allow it. From-SVN: r6306
Jim Wilson committed -
* cse.c (cse_insn): Set "cse_jumps_altered" when collapsing a switch statement into an unconditional jump. * toplev.c (rest_of_compilation): Rerun jump_optimize before the second CSE pass. From-SVN: r6305
Jeff Law committed -
From-SVN: r6304
Richard Kenner committed -
(divmod): Set to type ISUBR. From-SVN: r6303
Richard Kenner committed -
(push_reload, find_reloads): Reload inside a paradoxical SUBREG of MEM except don't force a reload unless the inner mode is narrower than BIGGEST_ALIGNMENT. From-SVN: r6302
Richard Kenner committed -
records. From-SVN: r6301
Richard Kenner committed -
(decl_attribute): Verify that alignment and format argument numbers are all integer constants. Continue on to next attribute if one is in error. From-SVN: r6300
Richard Kenner committed -
From-SVN: r6299
Richard Kenner committed -
(simplify_binary_operation): Can fold multi-word operations when first is CONST_INT. (simplify_binary_operation, case PLUS, MINUS): Don't call plus_constant when OP0 is VOIDmode. From-SVN: r6298
Richard Kenner committed -
From-SVN: r6297
Torbjorn Granlund committed
-