Age | Commit message (Expand) | Author | Files | Lines |
1994-07-02 | (dbxout_type_methods): Enable debugging info for | Jim Wilson | 1 | -0/+2 |
1994-07-02 | (yylex): Reject imaginary numbers when pedantic. | Jim Wilson | 1 | -0/+4 |
1994-07-02 | (duplicate_decls): When make void* match char*, set | Jim Wilson | 1 | -0/+4 |
1994-07-02 | (clean): Delete LIB2FUNCS_EXTRA. | Jim Wilson | 1 | -1/+2 |
1994-07-02 | (PREDICATE_CODES): Add cint8_operand. | Jim Wilson | 1 | -0/+1 |
1994-07-02 | (FUNCTION_PROFILER, FUNCTION_BLOCK_PROFILER, | Jim Wilson | 1 | -21/+20 |
1994-07-02 | (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem. | Jim Wilson | 1 | -1/+2 |
1994-07-02 | (expand_divmod): Always return gen_lowpart (mode, ...). | Torbjorn Granlund | 1 | -8/+5 |
1994-07-01 | reorg.c (make_return_insns): Make sure redirecting a jump to a RETURN insn do... | Jeff Law | 1 | -2/+7 |
1994-07-01 | (jump_optimize): Don't convert if (foo) x++ into an add of an scc | Richard Kenner | 1 | -0/+2 |
1994-07-01 | (initelt): The equal sign is optional when positioning to a single | Richard Kenner | 1 | -0/+3 |
1994-07-01 | Update last change. | Richard Kenner | 1 | -1/+2 |
1994-07-01 | (push_init_level): If not at "unfilled" position, set | Richard Kenner | 1 | -0/+4 |
1994-07-01 | (arm umul_ppm): Fix typos in last change. | Richard Earnshaw | 1 | -17/+17 |
1994-07-01 | (compile_file): Pass through static consts and inlines | Jason Merrill | 1 | -24/+46 |
1994-07-01 | Update copyright notice. | Richard Kenner | 1 | -2/+2 |
1994-07-01 | If GNUC, include alloca.h, else declare alloca. | Richard Kenner | 1 | -3/+5 |
1994-07-01 | (FUNCTION_EXTRA_PROLOGUE): New macro. | Richard Kenner | 1 | -0/+7 |
1994-07-01 | Test for _AM29K and _IBMR2, not ___AM29K__ and ___IBMR2__. | Torbjorn Granlund | 1 | -112/+292 |
1994-07-01 | (expand_divmod): Put OP0 in a register when computing | Torbjorn Granlund | 1 | -3/+4 |
1994-07-01 | (expand_divmod): Don't set REG_NOTES unless we generated a quotient. | Richard Kenner | 1 | -5/+8 |
1994-06-30 | (do_spec_1, case 'P'): Don't add underscores to macros starting with | Richard Kenner | 1 | -2/+4 |
1994-06-30 | (umulsi3_highpart, smulsi3_highpart): Fix constraint for operand 0 in | Richard Kenner | 1 | -4/+4 |
1994-06-30 | Wrap <time.h> and <sys/time.h> to avoid multiple inclusion errors. | Ian Lance Taylor | 1 | -0/+18 |
1994-06-30 | incremented objc_version iff using gnu runtime. | Kresten Krab Thorup | 1 | -1/+1 |
1994-06-30 | This patch makes selectors in the Objective-C language be pointers to a struc... | Kresten Krab Thorup | 15 | -420/+729 |
1994-06-30 | (read:, write:, streamVersion:): | Kresten Krab Thorup | 1 | -10/+8 |
1994-06-30 | objc-act.c (get_proto_encoding, [...]): New fucnctions. | Kresten Krab Thorup | 1 | -34/+178 |
1994-06-30 | (INITIAL_ELIMINATION_OFFSET): Check frame_pointer_needed when eliminating | Richard Earnshaw | 1 | -1/+1 |
1994-06-30 | (c_build_type_variant): Remove last change; instead, copy TYPE if not | Richard Kenner | 1 | -6/+16 |
1994-06-30 | (end_final,profile_function): Profiling variables are size of pointer, | Richard Kenner | 1 | -3/+3 |
1994-06-30 | (lang_options): Add -W{no-,}non-virtual-dtor. | Jason Merrill | 1 | -0/+2 |
1994-06-30 | some changes from gb. | Gerald Baumgartner | 5 | -45/+114 |
1994-06-30 | Restore to rcs version 1.59 (1.60 is an empty file). | Doug Evans | 1 | -0/+3059 |
1994-06-30 | remove cygnus FSF difference | Mike Stump | 1 | -2/+0 |
1994-06-30 | 42nd Cygnus<->FSF merge | Mike Stump | 10 | -97/+239 |
1994-06-29 | (basic_induction_var, case REG): Allow previous insn to set a SUBREG | Richard Kenner | 1 | -1/+6 |
1994-06-29 | (LIB_SPEC): If -pg, add -lprof2. | Richard Kenner | 1 | -3/+53 |
1994-06-29 | (end_final,profile_function): Profiling variables are size of pointer, | Richard Kenner | 1 | -3059/+0 |
1994-06-29 | Add new pattern for double-add when have reg + frame pointer. | Richard Kenner | 1 | -5/+64 |
1994-06-29 | (FRAME_POINTER_REGNUM): Now register 63. | Richard Kenner | 1 | -26/+37 |
1994-06-29 | (alpha_sa_size): Round size to 16-byte boundary. | Richard Kenner | 1 | -96/+81 |
1994-06-29 | (reload): Can't eliminate if frame pointer needed and TO is stack pointer. | Richard Kenner | 1 | -7/+21 |
1994-06-29 | (global_alloc): Make a more accurate attempt to see if the frame pointer will... | Richard Kenner | 1 | -8/+13 |
1994-06-29 | (movqi): Add missing `DONE'. | Richard Kenner | 1 | -2/+3 |
1994-06-29 | sp64-elf: (PTRDIFF_TYPE): Remove dependence on POINTER_SIZE. | Doug Evans | 1 | -8/+2 |
1994-06-29 | sparc.h (CPP_SPEC): Split up v9/non-v9 stuff. | Doug Evans | 1 | -18/+20 |
1994-06-29 | Always put 1 space after the macro expansion in ANSI mode. | Michael Meissner | 1 | -0/+8 |
1994-06-29 | (simplify_set): Evaluate HAVE_conditional_move at runtime. | Doug Evans | 1 | -3/+3 |
1994-06-29 | (expand_mult): Generalize to call synth_mult also for OP1 - 1. | Torbjorn Granlund | 1 | -289/+1024 |