- 28 Jun, 1994 1 commit
-
-
From-SVN: r7576
Richard Kenner committed
-
- 27 Jun, 1994 5 commits
-
-
change. From-SVN: r7575
Richard Kenner committed -
(all floating point patterns): Add more accurate instruction type information. From-SVN: r7574
Richard Earnshaw committed -
(arm_fpu): New variable. (arm_gen_movstrqi): Fix typo. From-SVN: r7573
Richard Earnshaw committed -
(ASM_FINAL_SPEC): Only reject -mbsd and -mxopen when -pedantic. From-SVN: r7572
Richard Earnshaw committed -
(arm_fpu): New declaration. From-SVN: r7571
Richard Earnshaw committed
-
- 26 Jun, 1994 1 commit
-
-
and fputs can cause strange results under VMS. From-SVN: r7570
Richard Kenner committed
-
- 25 Jun, 1994 1 commit
-
-
hard reg, then this is where it dies. From-SVN: r7569
Richard Earnshaw committed
-
- 24 Jun, 1994 16 commits
-
-
definitions. From-SVN: r7568
Richard Kenner committed -
From-SVN: r7567
Richard Kenner committed -
(zero_extract patterns): Don't allow constants in the first operand of ZERO_EXTRACT since the recognizer function forces them to match the mode of the match_operand. From-SVN: r7566
Richard Kenner committed -
(default_conversion, digest_init): Remove redundant checks before calling decl_constant_value. (convert_for_assignment): See if RHS has a constant value. From-SVN: r7565
Richard Kenner committed -
From-SVN: r7564
Richard Kenner committed -
From-SVN: r7563
Richard Kenner committed -
call (like malloc without proto). From-SVN: r7562
Richard Kenner committed -
-Wbad-function-cast. From-SVN: r7561
Richard Kenner committed -
From-SVN: r7560
Richard Kenner committed -
(movstrqi): New expand. From-SVN: r7559
Richard Earnshaw committed -
From-SVN: r7558
Richard Earnshaw committed -
(jump_optimize): If we reverse "if (foo) bar else break;" and there follows a NOTE_INSN_LOOP_END, move the note before "bar". From-SVN: r7557
Richard Earnshaw committed -
From-SVN: r7556
Richard Kenner committed -
From-SVN: r7555
Richard Kenner committed -
(PTRDIFF_TYPE): Likewise. From-SVN: r7554
Doug Evans committed -
From-SVN: r7553
Mike Stump committed
-
- 23 Jun, 1994 16 commits
-
-
From-SVN: r7552
Richard Kenner committed -
TREE_USED and TREE_ADDRESSABLE where appropriate. From-SVN: r7551
Jason Merrill committed -
identifier for `name'. From-SVN: r7550
Jason Merrill committed -
From-SVN: r7549
Jason Merrill committed -
(mulsidi3): Add earlyclobber constraint modifier to PowerPC version and !TARGET_POWERPC64 to final condition. From-SVN: r7548
Richard Kenner committed -
unsigned. From-SVN: r7547
Richard Kenner committed -
(CPP_SPEC): New macro. (TARGET_DEFAULT): Generate pure PowerPC code, not 601-specific. From-SVN: r7546
Richard Kenner committed -
(CPP_SPEC): New macro. From-SVN: r7545
Richard Kenner committed -
for it. From-SVN: r7544
Richard Kenner committed -
__GNUC_MINOR__ to 6. From-SVN: r7543
Richard Kenner committed -
From-SVN: r7542
Richard Kenner committed -
PREFERRED_RELOAD_CLASS if no regs were valid for alternative. From-SVN: r7541
Richard Kenner committed -
(output_move_double): If the dest is register pair and both regs are used in src address, use ADDR to compute src address, not ADDD, which throws away scaled index. From-SVN: r7540
Richard Kenner committed -
(c_decode_option): Correct misspelling of -fno-dollars-in-identifiers. From-SVN: r7539
Richard Kenner committed -
From-SVN: r7538
Ian Lance Taylor committed -
include tree.h (const_ok_for_arm): Add fast return for 0 or just a single non-zero bit. (const_ok_for_op): New function. (arm_split_constant): New function. (arm_rtx_costs): New function. (reg_or_int_operand): New function. (shift_operator): Accept ROTATERT. (multi_register_push): New function. (shift_op): Don't abort if a constant is outside the acceptable range, but convert the whole shift expression into something legal. If the shift is zero, then return NULL. (output_return_instruction): Output a call to abort if the function is volatile. (arm_volatile_func): New function. (get_prologue_size): Remove all adjustments for insns that are now output as rtx. (output_func_prologue): Remove all code that outputs instructions, just print a few comments. (output_func_epilogue): Output a call to abort if a volatile function tries to return. (emit_multi_reg_push): New function. (arm_expand_prologue): New function. Don't bother to push call-saved regs if we will never return. (arm_print_operand, case 'S'): If shift_op returns NULL, then no shift is required. From-SVN: r7537
Richard Earnshaw committed
-