| Commit message (Expand) | Author | Age | Files | Lines |
* | * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define. | amylaar | 2000-04-06 | 1 | -1/+19 |
* | Fix Copyright. | amylaar | 2000-04-06 | 1 | -1/+1 |
* | * config/sh/lib1funcs.asm (___udivsi3_i4): | amylaar | 2000-04-06 | 1 | -1/+1 |
* | * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd, | amylaar | 2000-04-06 | 1 | -0/+6 |
* | * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32, | jakub | 2000-04-06 | 2 | -17/+20 |
* | * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned | amylaar | 2000-04-05 | 1 | -1/+1 |
* | * sh.c (sh_insn_length_adjustment): New function. | amylaar | 2000-04-05 | 3 | -12/+81 |
* | * sh.c (block_lump_real_i4): Add missing clobber of T_REG | amylaar | 2000-04-05 | 1 | -0/+2 |
* | * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the | law | 2000-04-05 | 1 | -3/+3 |
* | * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0', | law | 2000-04-05 | 1 | -1/+3 |
* | * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1, | jakub | 2000-04-05 | 1 | -6/+12 |
* | Make memory reference + update work with -mregnames | meissner | 2000-04-05 | 1 | -4/+4 |
* | * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin, | geoffk | 2000-04-05 | 16 | -222/+19 |
* | * Makefile.in: Add rules for regrename.o | scox | 2000-04-05 | 1 | -0/+19 |
* | * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern. | jakub | 2000-04-04 | 3 | -209/+360 |
* | * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin | jakub | 2000-04-04 | 1 | -7/+19 |
* | * pa/pa-64.h: New file. | law | 2000-04-04 | 5 | -0/+778 |
* | * sparc.c (output_restore_regs): Prototype. | ghazi | 2000-04-04 | 1 | -1/+2 |
* | * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING. | zack | 2000-04-03 | 2 | -5/+1 |
* | Apply Philip Blundell's patch to fix typos in SUBTARGET_EXTRA_LINK_SPEC | nickc | 2000-04-03 | 1 | -2/+2 |
* | * pa.c (print_operand): Compute 'base' only inside the code paths | law | 2000-04-03 | 1 | -1/+3 |
* | * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo. | law | 2000-04-03 | 1 | -3/+3 |
* | * cppinit.c (cpp_start_read): Turn off -Wtraditional if | zack | 2000-04-02 | 1 | -5/+5 |
* | * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node | m.hayes | 2000-04-02 | 1 | -1/+7 |
* | * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low | geoffk | 2000-04-01 | 2 | -2/+12 |
* | * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new | geoffk | 2000-03-31 | 1 | -1/+1 |
* | * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits. | rth | 2000-03-31 | 1 | -1/+1 |
* | * calls.c (expand_call): Pass bit alignment to mark_reg_pointer. | kenner | 2000-03-30 | 4 | -118/+117 |
* | * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | kenner | 2000-03-30 | 2 | -2/+2 |
* | * i386/djgpp.h: Remove extraneous "+". | law | 2000-03-30 | 1 | -1/+1 |
* | Undo effects of previous delta. Do not define ASM_SPEC and SUBTARGET_EXTRA_A... | nickc | 2000-03-29 | 2 | -19/+2 |
* | Minor formatting changes. | nickc | 2000-03-29 | 2 | -141/+138 |
* | Convert ACCUMULATE_OUTGOING_ARGS to an expression. | hubicka | 2000-03-29 | 22 | -20/+56 |
* | * config/i386/att.h (LOCAL_LABEL_PREFIX): Define. | rth | 2000-03-29 | 1 | -2/+6 |
* | * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi | aoliva | 2000-03-29 | 4 | -5/+9 |
* | * config/arm/arm.md (return peepholes): Update to reflect the new | jason | 2000-03-28 | 2 | -9/+9 |
* | * expr.c (store_constructor): SIZE now signed. | kenner | 2000-03-28 | 1 | -1/+1 |
* | Alan Modra <alan@linuxcare.com.au> | rth | 2000-03-28 | 1 | -22/+82 |
* | Add CCZmode. | rth | 2000-03-28 | 4 | -321/+388 |
* | * i386.md (call_pop_0, call_value_pop_0): New. | rth | 2000-03-27 | 1 | -18/+86 |
* | * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX. | kenner | 2000-03-26 | 5 | -73/+81 |
* | * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space. | m.hayes | 2000-03-25 | 1 | -1/+1 |
* | * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change | jakub | 2000-03-24 | 1 | -2/+3 |
* | * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for | jakub | 2000-03-24 | 4 | -57/+356 |
* | tweak comments | jason | 2000-03-24 | 1 | -5/+9 |
* | Undo part of 3/21/2000 change | meissner | 2000-03-24 | 1 | -10/+10 |
* | * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition, | geoffk | 2000-03-24 | 1 | -0/+5 |
* | Clobber DP reg in case address needs to be loaded out of memory. | m.hayes | 2000-03-23 | 1 | -9/+25 |
* | Fix misscheduling of epilogue predicate register restore. | wilson | 2000-03-23 | 2 | -11/+15 |
* | Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com> | aph | 2000-03-23 | 1 | -4/+4 |