| Commit message (Expand) | Author | Age | Files | Lines |
* | i386.md (movqi): When optimizing a load of (const_int 1) into a NON_QI_REG_P... | Jeff Law | 1998-07-29 | 1 | -1/+1 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1998-06-29 | 1 | -2/+12 |
* | * i386.md (exception_receiver): Define. | John Wehle | 1998-06-22 | 1 | -0/+9 |
* | i386.c (output_fp_conditional_move): Don't bother handling (cc_prev_status.fl... | John Wehle | 1998-06-20 | 1 | -9/+0 |
* | i386.md (movsfcc, [...]): Use emit_store_flag to support LT, LE, GE, and GT s... | John Wehle | 1998-06-18 | 1 | -40/+73 |
* | i386.md (cmpsi_1, [...]): Remove code which set CC_REVERSED since reload shou... | John Wehle | 1998-06-11 | 1 | -27/+3 |
* | i386.md (movsfcc, [...]): The floating point conditional move instructions do... | John Wehle | 1998-06-09 | 1 | -0/+51 |
* | i386.c (output_fp_conditional_move): New function to output floating point co... | H.J. Lu | 1998-06-04 | 1 | -188/+6 |
* | reload.c (find_reloads): Record the existing mode if operand_mode == VOIDmode... | John Wehle | 1998-05-31 | 1 | -151/+529 |
* | * i386.md (movdi-1, movdi): Rewrite based on SI move patterns. | John Wehle | 1998-05-15 | 1 | -23/+27 |
* | Disable remaining conditional move patterns. | Jim Wilson | 1998-05-07 | 1 | -6/+12 |
* | Patch from John Wehle to fix movxf_push spill reg allocation failure. | John Wehle | 1998-04-20 | 1 | -6/+15 |
* | i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints. | Jeff Law | 1998-04-18 | 1 | -3/+3 |
* | i386.md (movqi+1): Handle invalid QI register. | H.J. Lu | 1998-04-09 | 1 | -38/+105 |
* | i386.md (movqi recognizer): Don't perfom byte increment into a NON_QI_REG_P. | Jeffrey A Law | 1998-04-08 | 1 | -0/+1 |
* | i386.md (movsf_push, movsf_mem): Remove. | John Wehle | 1998-04-05 | 1 | -239/+111 |
* | i386.c (asm_output_function_prefix, [...]): Use ASM_GENERATE_INTERNAL_LABEL p... | Richard Henderson | 1998-04-04 | 1 | -4/+4 |
* | i386.md (ffssi, ffshi): Rewrite as define_expands. | Richard Henderson | 1998-04-04 | 1 | -80/+41 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1998-04-04 | 1 | -269/+75 |
* | Fix x86 core dump on regex.c | Jim Wilson | 1998-04-02 | 1 | -1/+1 |
* | i386.c (ix86_logical_operator): New function. | Bernd Schmidt | 1998-03-12 | 1 | -0/+101 |
* | i386.md (andsi): Add default case in enumeration switch. | Manfred Hollstein | 1998-03-12 | 1 | -0/+12 |
* | final.c (insn_last_address, [...]): New variables. | J"orn Rennecke | 1998-03-02 | 1 | -1/+1 |
* | * i386.md (adddi3): Add =!r,0,0,X alternative. | J"orn Rennecke | 1998-02-17 | 1 | -4/+4 |
* | i386.c, [...]: Change gen_rtx (X, ...) to gen_rtx_X (...). | John F. Carr | 1998-02-10 | 1 | -44/+44 |
* | i386.md (push): Prohibit symbolic constants if flag_pic. | Richard Henderson | 1998-01-19 | 1 | -4/+39 |
* | Fix various bugs in previous change. | Jeff Law | 1998-01-17 | 1 | -5/+5 |
* | i386.md: Remove redundant integer push patterns. | John Wehle | 1998-01-17 | 1 | -33/+10 |
* | i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode suffix from o... | Stan Cox | 1998-01-10 | 1 | -5/+5 |
* | Fix i386-linux build failure. | Jim Wilson | 1997-11-05 | 1 | -4/+19 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -11/+22 |
* | i386.md (pop): pop increments the stack pointer. | Bernd Schmidt | 1997-08-27 | 1 | -1/+22 |
* | (*trunc*): Use scratch memory for output_fix_trunc. | Stan Cox | 1997-07-31 | 1 | -66/+116 |
* | (movsfcc_1, movdfcc_1, movxfcc_1): Use singlemove_string | Stan Cox | 1997-05-29 | 1 | -13/+45 |
* | (zero_extendhisi2+[12]): use true_regnum instead of REGN | Stan Cox | 1997-03-27 | 1 | -9/+5 |
* | (untyped_call): Re-enable code. | Richard Kenner | 1997-03-16 | 1 | -3/+1 |
* | (zero_extendqi[hs]i2+3): Ensure operating on REG. | Richard Kenner | 1997-02-15 | 1 | -5/+15 |
* | (idiv,imul,fpmul): Added new functional units for pentiumpro. | Stan Cox | 1997-01-31 | 1 | -31/+74 |
* | Use SImode instead of HImode if aligned. | Stan Cox | 1997-01-09 | 1 | -82/+400 |
* | Remove change of Oct 4. | Stan Cox | 1996-12-09 | 1 | -177/+63 |
* | (decrement_and_branch_until_zero+[3-8]): Add missing CC_STATUS_INIT. | Richard Kenner | 1996-12-07 | 1 | -4/+6 |
* | (parallel inc/dec and branch-if-zero/nonzero): Use `+' in constraint. | Torbjorn Granlund | 1996-11-12 | 1 | -6/+6 |
* | (parallel inc and branch-if-zero/nonzero): Add two new pattern variants. | Torbjorn Granlund | 1996-11-06 | 1 | -4/+38 |
* | (sgt,sgtu,sge,sle,bgt,blt,bge,ble): Use CC_FCOM | Stan Cox | 1996-11-06 | 1 | -40/+75 |
* | (parallel inc and branch-if-zero/nonzero): Check for -1, not zero. | Torbjorn Granlund | 1996-10-31 | 1 | -2/+2 |
* | (ffs[sh]i2): Add missing CC_STATUS_INIT. | Richard Kenner | 1996-10-20 | 1 | -0/+2 |
* | (parallel inc/dec and branch-if-zero/nonzero): 4 new patterns. | Torbjorn Granlund | 1996-10-16 | 1 | -0/+68 |
* | (adddi3_1, subdi3_1): insns renamed from adddi3 and subdi3; | Stan Cox | 1996-10-04 | 1 | -25/+121 |
* | i386.md (gen_prologue_get_pc): Call the function created above. (divdf3): Added. | Stan Cox | 1996-09-30 | 1 | -2/+8 |
* | (clrstrsi): Correct check for constant size. | Richard Kenner | 1996-09-14 | 1 | -1/+29 |