| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k.md (5200 movqi): Do not allow byte sized memory references using address... | Jeffrey A Law | 1998-10-23 | 1 | -4/+3 |
* | * m68k.c (output_scc_di): Use cmpw #0 only for address registers. | Andreas Schwab | 1998-07-13 | 1 | -16/+29 |
* | m68k.c (const_uint32_operand): Recognize CONSTANT_P_RTX. | Andreas Schwab | 1998-07-10 | 1 | -0/+4 |
* | m68k.c (output_scc_di): Use cmpw #0 instead of tstl when testing address regi... | Kamil Iskra | 1998-07-06 | 1 | -1/+15 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1998-05-05 | 1 | -6/+4 |
* | m68k.c (standard_68881_constant_p): Don't use fmovecr on the 68060. | Andreas Schwab | 1998-03-30 | 1 | -3/+4 |
* | m68k.c: Include <stdlib.h> for atoi. | Andreas Schwab | 1998-03-16 | 1 | -43/+51 |
* | Adjusted egcs m68k-coff files to look like gcc2 m68k-coff files. | Bill Moyer | 1997-12-17 | 1 | -5/+5 |
* | * m68k.c: Include tree.h only once. | Manfred Hollstein | 1997-12-09 | 1 | -1/+0 |
* | Merge from gcc-2.8 | Jeff Law | 1997-12-06 | 1 | -1/+3 |
* | m68k.c: Include tree.h for dwarf2out_cfi_label. | Jeff Law | 1997-12-06 | 1 | -0/+1 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -2/+6 |
* | frame.c: Include gansidecl.h for PROTO. | Andreas Schwab | 1997-09-26 | 1 | -5/+11 |
* | m68k.c (output_function_prologue): Add dwarf2 support. | Andreas Schwab | 1997-09-22 | 1 | -5/+79 |
* | (output_{and,ior,xor}si3): New functions from patterns bodies. | Richard Kenner | 1997-07-14 | 1 | -0/+119 |
* | (output_move_qimode): Add coldfire support. | Jim Wilson | 1997-05-19 | 1 | -2/+8 |
* | (output_move_strict{hi,qi}): New functions. | Richard Kenner | 1997-05-18 | 1 | -0/+26 |
* | (output_addsi3): Replace "\\;" by "\n\t" in assembler templates. | Richard Kenner | 1997-05-01 | 1 | -3/+3 |
* | (output_addsi3): New function. From addsi3 pattern. | Jim Wilson | 1997-04-21 | 1 | -0/+91 |
* | (output_move_qimode): Optimize pushing one byte if the source operand | Richard Kenner | 1997-04-13 | 1 | -1/+11 |
* | (output_move_{si,hi,qi}mode): New functions. | Richard Kenner | 1997-03-25 | 1 | -0/+140 |
* | m68k.c (m68k_last_compare_had_fp_operands): New variable. | Jeff Law | 1997-03-18 | 1 | -0/+4 |
* | (output_function_prologue): Add CRDS and MOTOROLA probe code. | Richard Kenner | 1997-02-15 | 1 | -4/+12 |
* | (output_scc_di): Add missing CC_STATUS_INIT. | Richard Kenner | 1997-02-02 | 1 | -0/+3 |
* | (output_move_simode_const): Enable use of clr and st insns on TARGET_5200. | Richard Kenner | 1997-02-01 | 1 | -1/+1 |
* | (output_function_{pro,epi}logue): Use addq/subq when adjusting stack | Richard Kenner | 1997-01-04 | 1 | -11/+83 |
* | (output_function_{pro,epi}logue): Use lea instead of add.w when | Richard Kenner | 1996-12-10 | 1 | -2/+2 |
* | Update comments. | Richard Kenner | 1996-12-07 | 1 | -1/+4 |
* | (output_function_{pro,epi}logue): Save and restore fp-registers only | Richard Kenner | 1996-11-12 | 1 | -13/+19 |
* | (output_function_{pro,epi}logue): Fix typo in last change. | Richard Kenner | 1996-11-12 | 1 | -6/+6 |
* | (m68k_align_loops_string, m68k_align_jumps_string): New vars. | Richard Kenner | 1996-11-12 | 1 | -0/+66 |
* | (output_function_prologue): Adjust SP then use movmel with plain address indi... | Richard Kenner | 1996-10-27 | 1 | -11/+63 |
* | (output_function_prologue): Add REGISTER_PREFIX to stack probe | Richard Kenner | 1996-10-26 | 1 | -1/+1 |
* | Avoid add.w and sub.w if TARGET_5200 | Ian Lance Taylor | 1996-07-19 | 1 | -2/+2 |
* | (const_method): Do not synthesize long constants with byte or word | Richard Kenner | 1996-06-06 | 1 | -14/+20 |
* | (notice_update_cc, case ASHIFT{,RT}, LSHIFTRT, ROTATE{,RT}): Don't set | Richard Kenner | 1996-04-15 | 1 | -0/+2 |
* | (output_move_simode_const): New function. | Richard Kenner | 1996-03-26 | 1 | -8/+31 |
* | (output_function_epilogue): Restore registers using sp+ instead of fp(n) in l... | Richard Kenner | 1996-03-18 | 1 | -14/+13 |
* | (valid_dbcc_comparison_p): Don't test cc_prev_status here. | Torbjorn Granlund | 1996-03-12 | 1 | -8/+10 |
* | (print_operand): Emit .l as scale factor #ifdef MOTOROLA. | Richard Kenner | 1996-03-04 | 1 | -0/+4 |
* | (init_68881_table): Use SFmode for the first six constants and DFmode | Richard Kenner | 1996-01-31 | 1 | -3/+3 |
* | (output_function_epilogue): Use FUNCTION_BLOCK_PROFILER_EXIT. | Richard Kenner | 1995-12-24 | 1 | -0/+7 |
* | (output_scc_di): Swap operands when needed. | Richard Kenner | 1995-09-28 | 1 | -1/+13 |
* | (output_scc_di): Fixed for non-SGS_CMP_ORDER syntax. | Richard Kenner | 1995-09-12 | 1 | -0/+8 |
* | Change FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | (finalize_pic): Emit USE insn at start and end of function. | Richard Kenner | 1995-06-06 | 1 | -1/+5 |
* | (print_operand): Handle 'R' for registers. | Richard Kenner | 1995-06-05 | 1 | -1/+6 |
* | (const_uint32_operand): Reject negative numbers. | Richard Kenner | 1995-05-31 | 1 | -1/+1 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | (output_scc_di): New function. | Richard Kenner | 1995-05-12 | 1 | -9/+138 |