| Commit message (Expand) | Author | Age | Files | Lines |
* | (HAVE_STRERROR): Define. | kenner | 1994-10-07 | 1 | -0/+2 |
* | (my_strerror): If HAVE_STRERROR defined, call strerror. | kenner | 1994-10-07 | 1 | -1/+7 |
* | (preserve_temp_slots): If X cannot be a temp slot, preserve all things | kenner | 1994-10-07 | 1 | -3/+10 |
* | Do not allow SUBREGs as either base or index register. | meissner | 1994-10-07 | 1 | -20/+14 |
* | Fix typo in last change. | kenner | 1994-10-07 | 1 | -2/+2 |
* | (assign_stack_temp): Abort if SIZE == -1. | kenner | 1994-10-07 | 1 | -0/+5 |
* | (safe_from_p): If EXP has a variable size, assume safe. | kenner | 1994-10-07 | 1 | -2/+10 |
* | (add_insn_{after,before}): Fix error in last change. | kenner | 1994-10-07 | 1 | -2/+8 |
* | Patch to handle old Convex systems (without uname). | bothner | 1994-10-07 | 1 | -0/+26 |
* | (cse_insn): Don't call force_const_mem on (const (truncate)). | kenner | 1994-10-06 | 1 | -1/+5 |
* | (BOOL): Changed from char to unsigned char. | krab | 1994-10-06 | 1 | -1/+1 |
* | Delay eeing when unarchiving. | krab | 1994-10-06 | 1 | -1/+6 |
* | If operand1 is an invalid PIC address, then legitimize it before doing anythi... | coxs | 1994-10-06 | 1 | -0/+4 |
* | (store_expr): Don't clobber TEMP with address. | kenner | 1994-10-06 | 1 | -8/+9 |
* | (try_merge_delay_insns): Update THREAD if it is split. | kenner | 1994-10-06 | 1 | -0/+3 |
* | (expand_expr, case ADDR_EXPR): Call mark_temp_addr_taken. | kenner | 1994-10-06 | 1 | -1/+4 |
* | (struct temp_slot): New field addr_taken. | kenner | 1994-10-06 | 1 | -11/+43 |
* | (fold, COMPONENT_REF): Don't die if the CONSTRUCTOR | merrill | 1994-10-05 | 1 | -1/+5 |
* | Supprt LABEL_REFs when using -fpic. | meissner | 1994-10-05 | 2 | -13/+13 |
* | (try_merge_delay_insns): Update THREAD if deleting first insn in it. | kenner | 1994-10-05 | 1 | -0/+3 |
* | Move #include <fcntl.h> out of here, into xm-gnu.h. | roland | 1994-10-05 | 1 | -4/+0 |
* | Initial revision | roland | 1994-10-05 | 1 | -0/+28 |
* | Include <sys/wait.h> on a POSIX system | ian | 1994-10-05 | 1 | -0/+1 |
* | Define O_RDONLY if not already defined and use it in read_specs's call | mib | 1994-10-05 | 1 | -1/+6 |
* | Include <fcntl.h>. | mib | 1994-10-05 | 1 | -0/+4 |
* | Fix error in last change. | kenner | 1994-10-05 | 1 | -8/+8 |
* | (do_jump_for_compare): Properly scan insns when branch is at start of | kenner | 1994-10-04 | 1 | -3/+3 |
* | If the POSIX.1 wait macros are defined, use them. | ian | 1994-10-04 | 3 | -15/+57 |
* | Fix return complex doubles with -fpic clobbering %ebx | meissner | 1994-10-04 | 1 | -0/+21 |
* | (PREFERRED_DEBUGGING_INFO): Add undef before define. | wilson | 1994-10-04 | 2 | -0/+2 |
* | Translate -gnu/linux* to -linux*. | rms | 1994-10-04 | 1 | -0/+3 |
* | Add support for MIPS variants | ian | 1994-10-03 | 1 | -2/+10 |
* | Recognize GNU. | roland | 1994-10-03 | 1 | -0/+3 |
* | Complete last change. | kenner | 1994-10-03 | 1 | -1/+5 |
* | (save_tree_status): Add argument to indicate that the new | merrill | 1994-10-02 | 1 | -16/+24 |
* | ontext, adds argument to indicate that the new | merrill | 1994-10-02 | 1 | -5/+19 |
* | (subst_stack_regs): Check for NOTE to see if insn was deleted. | kenner | 1994-10-02 | 1 | -1/+1 |
* | (fill_slots_from_thread): Update THREAD if deleting its first insn. | kenner | 1994-10-02 | 1 | -0/+3 |
* | (zero_extendhisi2, extendhisi2): Expand to suitable byte sequence when | erich | 1994-10-02 | 1 | -7/+109 |
* | (arm_reload_in_hi): New function. | erich | 1994-10-02 | 1 | -2/+31 |
* | (TARGET_SHORT_BY_BYTES): New macro. | erich | 1994-10-02 | 1 | -18/+35 |
* | (movsf): If reloading, create a scratch from the target for loading a | erich | 1994-10-02 | 1 | -2/+12 |
* | (delete_insn_for_stacker): Don't set INSN_DELETED_P on | kenner | 1994-10-02 | 1 | -1/+0 |
* | (CC, OLDCC, RCCFLAGS, CCLIBFLAGS, CLIB, ALLOCA): From x-sco. | kenner | 1994-10-02 | 1 | -5/+6 |
* | (CLIB): Add "-lmalloc". | kenner | 1994-10-02 | 1 | -1/+2 |
* | (CPP_PREDEFINES): Remove i386, unix. | kenner | 1994-10-02 | 1 | -5/+6 |
* | (jump_optimize): When deleting a jump, properly set NEXT. | kenner | 1994-10-02 | 1 | -2/+3 |
* | (add_insn_{before,after}): Abort if insertion point is a deleted insn. | kenner | 1994-10-02 | 1 | -2/+8 |
* | Prefer float registers for movdf. | meissner | 1994-10-01 | 1 | -3/+3 |
* | (shadow_label): Emit an error if the label is already | erich | 1994-10-01 | 1 | -0/+15 |