Age | Commit message (Expand) | Author | Files | Lines |
1992-10-01 | Expect 56 conflicts for objc. | Richard Stallman | 1 | -1/+1 |
1992-10-01 | pa.md (add high part and dp register): Split into two patterns, one for norma... | Jeff Law | 1 | -1/+11 |
1992-10-01 | pa.h (LEGITIMIZE_ADDRESS, [...]): Emit a sequence which will cause "addil" in... | Jeff Law | 1 | -7/+15 |
1992-10-01 | pa.c (emit_move_sequence): When making a reference to the data space before r... | Jeff Law | 1 | -3/+5 |
1992-10-01 | Add mode spec for Emacs. | Richard Stallman | 1 | -1/+1 |
1992-10-01 | (c-parse.y, objc-parse.y): Construct from c-parse.in. | Richard Stallman | 1 | -1/+6 |
1992-10-01 | Initial revision | Richard Stallman | 1 | -0/+2523 |
1992-10-01 | (allocate_dynamic_stack_space): If STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFS... | Richard Stallman | 1 | -0/+9 |
1992-10-01 | If _ANSI_H_, undef _PTRDIFF_T_, _SIZE_T_, _WCHAR_T. | Richard Stallman | 1 | -0/+8 |
1992-10-01 | (NO_UNDERSCORES): Deleted. | Richard Stallman | 3 | -10/+0 |
1992-10-01 | (__eprintf): Do nothing if inhibit_eprintf is defined. | Richard Stallman | 1 | -0/+4 |
1992-09-30 | entered into RCS | Richard Stallman | 1 | -0/+55 |
1992-09-30 | (install-fixincludes): rm syslimits.h before installing. | Richard Stallman | 1 | -1/+2 |
1992-09-30 | Don't use system syms.h on hpux. | Richard Stallman | 1 | -1/+1 |
1992-09-30 | (orcc peephole): Don't accept FP reg for operand 0. | Jim Wilson | 1 | -2/+2 |
1992-09-30 | Use <...> to include va-*.h. | Richard Stallman | 2 | -17/+18 |
1992-09-29 | (find_splittable_givs): recog_memoized failure return is -1 not 0. | Jim Wilson | 1 | -1/+1 |
1992-09-29 | (os handling): Recognize `linux' as a valid os. | Roland McGrath | 1 | -1/+2 |
1992-09-29 | Use <...> in #include. | Richard Stallman | 1 | -1/+2 |
1992-09-29 | Fix comment syntax after #endif. | Richard Stallman | 1 | -1/+1 |
1992-09-29 | (ENQUIRE_CFLAGS): Remove -DNO_SC. | Richard Stallman | 1 | -1/+1 |
1992-09-29 | (expand_binop): Convert X - C to X + (-C). | Richard Kenner | 1 | -13/+9 |
1992-09-28 | (copy_loop_body... | Jim Wilson | 1 | -16/+10 |
1992-09-28 | (find_splittable_givs): Pass mem_mode not mode to memory_address_p. | Jim Wilson | 1 | -6/+6 |
1992-09-28 | (copy_loop_body, JUMP_INSN case): When setting JUMP_LABEL field, verify that ... | Jim Wilson | 1 | -3/+8 |
1992-09-28 | (orcc peephole): Don't allow FP regs to match pattern. | Jim Wilson | 1 | -3/+5 |
1992-09-28 | (va_arg, va_start): Explicitly cast to __gnuc_va_alist. | Richard Stallman | 1 | -2/+2 |
1992-09-28 | (indirect_jump): Use bx instead of b*, and accept any | Jim Wilson | 1 | -2/+2 |
1992-09-28 | (i960_round_tree): Correct conversion of bits to bytes to round up to nearest... | Jim Wilson | 1 | -4/+7 |
1992-09-28 | Fix typo. | Michael Meissner | 1 | -1/+1 |
1992-09-28 | (expand_binop): Use get_insns, not gen_sequence. | Richard Stallman | 1 | -1/+1 |
1992-09-28 | (build_unary_op): Address of nested fcn isn't constant. | Richard Stallman | 1 | -4/+9 |
1992-09-28 | (__builtin_new): Avoid passing 0 to malloc. | Richard Stallman | 1 | -0/+3 |
1992-09-28 | (indirect_jump): Use address_operand as predicate. | Richard Stallman | 1 | -1/+1 |
1992-09-28 | (subsi3): Remove last change. | Richard Kenner | 1 | -3/+10 |
1992-09-27 | (struct arg_data): New field unsignedp. | Richard Kenner | 1 | -4/+59 |
1992-09-27 | (assign_parms): If PROMOTE_FUNCTION_ARGS is defined, see if the incoming regi... | Richard Kenner | 1 | -10/+47 |
1992-09-27 | (subsi3): Don't bother calling negate_rtx for constant; we shouldn't be calle... | Richard Kenner | 1 | -51/+44 |
1992-09-27 | (EXTRA_CONSTRAINT, case 'Q'): Check for MEM instead of calling memory_operand. | Richard Kenner | 1 | -3/+7 |
1992-09-27 | Print OSF/rose for version info. | Michael Meissner | 1 | -7/+0 |
1992-09-27 | (indirect_jump): Use %a0 for output, and p for constraint. | Richard Stallman | 1 | -8/+2 |
1992-09-27 | (eliminate_regs_in_insn): If recognition fails on modified insn, | Richard Stallman | 1 | -10/+12 |
1992-09-26 | (eliminate_regs_in_insn): Rerecognize if move insn becomes a non-move. | Richard Stallman | 1 | -2/+14 |
1992-09-26 | RISC-OS rev 5, DEC OSF/1 changes. | Michael Meissner | 7 | -48/+37 |
1992-09-26 | (comment before extendhisi2): Remove the lie. | Torbjorn Granlund | 1 | -211/+173 |
1992-09-26 | Initial revision | Michael Meissner | 4 | -0/+227 |
1992-09-26 | (location_attribute): If DECL_RTL looks like (MEM pseudo), | Richard Stallman | 1 | -7/+33 |
1992-09-26 | (install-fixincludes): Use - when making syslimits.h; fix if-statement syntax. | Richard Stallman | 1 | -1/+1 |
1992-09-26 | (jump_optimize): When handling dispatch table that always | Richard Stallman | 1 | -0/+1 |
1992-09-26 | In the targets such as $(HOST_PREFIX_1)rtl.o, | Richard Stallman | 1 | -6/+6 |