Age | Commit message (Expand) | Author | Files | Lines |
1994-05-06 | (addsi3, subsi3): Add define_expand to make adddi3/subdi3; old pattern | Richard Kenner | 1 | -2/+32 |
1994-05-06 | (CONST_COSTS): Revise all costs. | Richard Kenner | 1 | -4/+15 |
1994-04-11 | (compare define_split): Fix bugs in last addition. | Richard Kenner | 1 | -8/+9 |
1994-04-06 | Add define_split to simplify "(unsigned) x > 0xffffff". | Richard Kenner | 1 | -0/+24 |
1994-03-30 | (string.h): Don't include when inhibit_libc is defined. | Jim Wilson | 1 | -0/+2 |
1994-03-25 | (output_prolog): Correctly compute floating-reg save area offset. | Richard Kenner | 1 | -1/+5 |
1994-03-20 | (ALIGN_SYMTABLE_OFFSET): Define to align symbol table sections to a quadword ... | Richard Kenner | 1 | -1/+5 |
1994-03-05 | (output_{pro,epi}log): Round var size to quadword boundary. | Richard Kenner | 1 | -4/+6 |
1994-03-05 | (SECONDARY_MEMORY_NEEDED_MODE): New macro. | Richard Kenner | 1 | -0/+9 |
1994-03-05 | (unaligned_{load,store}hi): Clear low bit of address before using as operand ... | Richard Kenner | 1 | -7/+16 |
1994-03-03 | (mskXl): Add missing NOT in patterns. | Richard Kenner | 1 | -8/+9 |
1994-02-25 | (neg[sd]f2): Use %R1 consistently. | Richard Kenner | 1 | -2/+2 |
1994-02-25 | (mul*): Disallow multiply by constant. | Richard Kenner | 1 | -6/+6 |
1994-02-22 | (divsi3): Emit all RTL from RTL template. | Torbjorn Granlund | 1 | -88/+48 |
1994-02-16 | (alpha_builtin_saveregs): Don't include current_function_arg_offset_rtx in ar... | Jim Wilson | 1 | -9/+19 |
1994-02-01 | (minsf3, maxdf3, mindf3): Properly insert constant of zero into | Richard Kenner | 1 | -4/+6 |
1994-01-27 | (output_prolog): Fix typo in previous change. | Richard Kenner | 1 | -2/+2 |
1994-01-23 | Initial revision | Richard Kenner | 1 | -0/+1 |
1994-01-23 | (OBJECT_FORMAT_COFF, EXTENDED_COFF, NM_FLAGS): Define. | Richard Kenner | 1 | -1/+8 |
1994-01-23 | (output_{pro,epi}log): Use assemble_name to output | Richard Kenner | 1 | -6/+18 |
1994-01-08 | (RTX_COSTS): Return actual costs for multiplication. | Torbjorn Granlund | 1 | -6/+1 |
1993-12-31 | Define CAN_DEBUG_WITHOUT_FP; delete OPTIMIZATION_OPTIONS. | Richard Kenner | 1 | -11/+2 |
1993-12-27 | (maxsf3, minsf3): Correct numerous errors. | Richard Kenner | 1 | -5/+7 |
1993-12-27 | (iordi3): Use ornot for some constant cases. | Richard Kenner | 1 | -4/+6 |
1993-12-27 | (PREDICATE_CODES): Add ior_operand. | Richard Kenner | 1 | -0/+1 |
1993-12-27 | (ior_operand): New function. | Richard Kenner | 1 | -0/+14 |
1993-12-25 | (FUNCTION_ARG): Pass complex float in float regs. | Richard Kenner | 1 | -2/+5 |
1993-12-24 | (output_prolog): Need GP if type ISUBR. | Richard Kenner | 1 | -1/+2 |
1993-12-24 | (define_attr type): Add new type ISUBR. | Richard Kenner | 1 | -4/+6 |
1993-11-16 | (movdi): Use 'Q' instead of 'm' for FP. | Richard Kenner | 1 | -2/+2 |
1993-11-16 | (EXTRA_CONSTRAINT): New macro. | Richard Kenner | 1 | -3/+19 |
1993-11-13 | (CPP_SPEC): Always define __LANGUAGE_C__ unless assembler. | Richard Kenner | 1 | -6/+6 |
1993-11-13 | (movsf, movdf): Add 'G' to constraint for operand 1 when operand 0 is | Richard Kenner | 1 | -4/+4 |
1993-11-10 | (smaxdi3): Was incorrectly called maxdi3. | Richard Kenner | 1 | -1/+1 |
1993-11-10 | Initial revision | Richard Kenner | 1 | -0/+29 |
1993-10-20 | (LIB_SPEC): Link -lprof1 when profiling. | Richard Kenner | 1 | -2/+1 |
1993-10-20 | *** empty log message *** | Richard Kenner | 1 | -1/+1 |
1993-10-19 | (HAVE_ATEXIT): New macro. | Richard Kenner | 1 | -0/+4 |
1993-10-14 | (DBX_CONTIN_LENGTH): Set to 4000. | Richard Kenner | 1 | -2/+2 |
1993-10-14 | (LINK_SPEC): Now OK to pass -O3 to linker. | Richard Kenner | 1 | -6/+11 |
1993-10-13 | (ignore_line_number): No longer used. | Richard Kenner | 1 | -8/+1 |
1993-10-12 | (TARGET_SWITCHES): Add gas option. | Richard Kenner | 1 | -28/+169 |
1993-10-12 | (output_prolog): Put out file and line number if sdb debugging format... | Richard Kenner | 1 | -0/+133 |
1993-10-12 | (SETUP_INCOMING_VARARGS): If not TARGET_FPREGS... | Richard Kenner | 1 | -2/+9 |
1993-10-11 | Define SHIFT_COUNT_TRUNCATED to have a value of 1. | Richard Kenner | 1 | -2/+2 |
1993-10-10 | (ALPHA_COSTS): Add missing arg to call to rtx_cost. | Richard Kenner | 1 | -1/+2 |
1993-10-07 | Always declare malloc, realloc, etc, to be void *. | Richard Kenner | 1 | -4/+0 |
1993-10-07 | Clean up usage of commutative declarator `%'. | Torbjorn Granlund | 1 | -13/+13 |
1993-10-02 | (CPP_PREDEFINES): Add system/cpu/machine assertions where missing. | Doug Evans | 1 | -1/+1 |
1993-09-28 | (ASM_FILE_START): Quote special characters in file names. | Paul Eggert | 1 | -1/+3 |