- 03 Jan, 1994 1 commit
-
-
(fold): Use it to see when we should make a TRUTH_{AND,OR}_EXPR. (fold, case TRUTH_{AND,OR,ANDIF,ORIF}_EXPR): Use distributive law on expressions such as (A && B) || (A && C). From-SVN: r6352
Richard Kenner committed
-
- 02 Jan, 1994 1 commit
-
-
holding parts of constants. From-SVN: r6351
Richard Kenner committed
-
- 31 Dec, 1993 9 commits
-
-
Add -O3, which turns on -finline-functions. From-SVN: r6350
Richard Kenner committed -
(OPTIMIZATION_LEVELS): Just set MASK_GPOPT. From-SVN: r6349
Richard Kenner committed -
From-SVN: r6348
Richard Kenner committed -
(CAN_DEBUG_WITHOUT_FP): Define. From-SVN: r6347
Richard Kenner committed -
From-SVN: r6346
Richard Kenner committed -
OVERRIDE_OPTIONS. From-SVN: r6345
Richard Kenner committed -
Add case when we can simplify A-B for compare of A and B. From-SVN: r6344
Richard Kenner committed -
(distribute_links): Set it. (if_then_else_cond): New function. (try_combine): Return added_links_insn if it is earlier than what we would otherwise return. (subst): Generalize (OP X Y) to call if_then_else_cond instead of only checking for an explicit IF_THEN_ELSE. (subst, case IF_THEN_ELSE): When converting to a MULT, simplify the MULT before putting it into OP. (subst, case AND): Don't make IF_THEN_ELSE here; now made in generic case earlier. From-SVN: r6343
Richard Kenner committed -
From-SVN: r6342
Richard Kenner committed
-
- 29 Dec, 1993 2 commits
-
-
From-SVN: r6341
Richard Kenner committed -
still generating RTL. From-SVN: r6340
Richard Kenner committed
-
- 28 Dec, 1993 1 commit
-
-
From-SVN: r6339
Ian Lance Taylor committed
-
- 27 Dec, 1993 9 commits
-
-
From-SVN: r6338
Richard Kenner committed -
From-SVN: r6337
Richard Kenner committed -
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 12 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
-